ziwen hai 1 ano
pai
achega
f0bf571b0b
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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 {