xingzai 2 سال پیش
والد
کامیت
c45bd2bd59
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      controllers/wechat.go

+ 2 - 0
controllers/wechat.go

@@ -300,6 +300,8 @@ func (this *WechatCommonController) Test() {
 		this.Data["json"] = br
 		this.ServeJSON()
 	}()
+
+	//测试路由
 	token := this.GetString("Token")
 	if token == "" {
 		br.Msg = "参数错误"