xingzai hace 2 años
padre
commit
c45bd2bd59
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 = "参数错误"