胡轶钦 6 years ago
parent
commit
6002c2df78
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      routers/guest.go

+ 1
- 0
routers/guest.go View File

@@ -66,5 +66,6 @@ func getGuestRoutes() beego.LinkNamespace {
66 66
 
67 67
 		// 签到
68 68
 		beego.NSRouter("/case/checkin", &cases.SigninController{}, "post:AddSignin"),
69
+		beego.NSRouter("/wechat", &controllers.BaseController{}, "post:WechatInfo"),
69 70
 	)
70 71
 }