solve error

This commit is contained in:
withchao
2023-03-03 18:59:28 +08:00
parent ebd1de919d
commit b74e6b52f3
11 changed files with 100 additions and 20 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ func (o *Auth) client() (auth.AuthClient, error) {
}
func (o *Auth) UserRegister(c *gin.Context) {
a2r.Call(auth.AuthClient.UserRegister, o.client, c)
//a2r.Call(auth.AuthClient.UserRegister, o.client, c) // todo
}
func (o *Auth) UserToken(c *gin.Context) {