Browse Source

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

鲍自强 9 months ago
parent
commit
c90bdc9b9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -260,7 +260,7 @@ func (this *UserAuthController) AddReportRecord() {
 	if user == nil {
 		br.Msg = "请登录"
 		br.ErrMsg = "请登录,用户信息为空"
-		br.Ret = 408
+		br.Ret = 403
 		return
 	}
 	var req request.ReportRecordReq