ziwen 1 년 전
부모
커밋
f0bf571b0b
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      controllers/yanxuan_special.go

+ 3 - 2
controllers/yanxuan_special.go

@@ -1065,8 +1065,9 @@ func (this *YanxuanSpecialController) Check() {
 	}
 
 	if req.Content == "" {
-		br.Msg = "请输入内容"
-		return
+		br.Ret = 200
+		br.Success = true
+		br.Msg = "校验成功"
 	}
 	itemToken, err := services.WxGetToken()
 	if err != nil {