bff config to nacos
CI / changes (push) Successful in 2s
CI / docker-bff (push) Successful in 3m7s
CI / docker-product (push) Has been skipped
CI / docker-admin (push) Successful in 3m26s

This commit is contained in:
2026-08-13 16:27:18 +08:00
parent 94e1c6f97d
commit 6c20427b0a
19 changed files with 458 additions and 169 deletions
-1
View File
@@ -33,7 +33,6 @@ func NewRoleInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleInfo
func (l *RoleInfoLogic) RoleInfo(in *admin.InfoRequest) (*admin.Response, error) {
var v validator.RoleInfoValidator
l.Logger.Error(in.Id)
if fail := l.checkParams(in, &v); fail != nil {
return fail, nil
}