Browse Source

Merge branch 'bzq/dev' of eta_mini/eta_mini_api into debug

鲍自强 8 months ago
parent
commit
7ebcebb2ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/user.go

+ 2 - 0
controllers/user.go

@@ -1064,7 +1064,9 @@ func (this *UserAuthController) ApplyPermission() {
 	user := this.User
 
 	if user.ApplyStatus == 1 {
+		br.Ret = 200
 		br.Msg = "您已提交过认证申请,请等待!"
+		br.Success = true
 		return
 	}
 	user.ApplyStatus = 1