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