bff config to nacos
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user