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