作者 yangfu

用户获取

@@ -13,5 +13,5 @@ func init() { @@ -13,5 +13,5 @@ func init() {
13 web.Router("/auth/reset-phone", &controllers.AuthController{}, "Post:PhoneAuthResetPhone") 13 web.Router("/auth/reset-phone", &controllers.AuthController{}, "Post:PhoneAuthResetPhone")
14 web.Router("/auth/destroy-account", &controllers.AuthController{}, "Post:DestroyAccount") 14 web.Router("/auth/destroy-account", &controllers.AuthController{}, "Post:DestroyAccount")
15 web.Router("/auth/refresh-im", &controllers.AuthController{}, "Post:RefreshIM") 15 web.Router("/auth/refresh-im", &controllers.AuthController{}, "Post:RefreshIM")
16 - web.Router("/auth/user-base-info", &controllers.AuthController{}, "Post:UserInfo") 16 + web.Router("/auth/user-info", &controllers.AuthController{}, "Post:UserInfo")
17 } 17 }