修改部分路由

This commit is contained in:
邹宗楠
2022-08-11 15:20:03 +08:00
parent 7d874eca22
commit 0c62addc11
5 changed files with 9 additions and 12 deletions

View File

@@ -11,8 +11,4 @@ func InitV3App(v2 *gin.RouterGroup) {
appNo.POST("/getUserPhone", app.Auth2ControllerController.GetUserPhoneByWeChat) // 获取微信用户电话
appNo.POST("/login", app.Auth2ControllerController.Login) // 微信登录
//
appNo.POST("/getToken4Jxc4", app.Auth2ControllerController.GetToken4Jxc4) // 微信登录京西菜市,获取菜市token
}