瀏覽代碼

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

鲍自强 8 月之前
父節點
當前提交
7ebcebb2ca
共有 1 個文件被更改,包括 2 次插入0 次删除
  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