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 {