statistics

This commit is contained in:
withchao
2023-06-20 17:03:20 +08:00
parent fe08e8b6c9
commit a1fc6e4e65
17 changed files with 502 additions and 108 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func (o *Auth) client(ctx context.Context) (auth.AuthClient, error) {
}
func (o *Auth) UserRegister(c *gin.Context) {
//a2r.Call(auth.AuthClient.UserRegister, o.client, c) // todo
//a2r.Call(auth.AuthClient.UserRegister, o.userClient, c) // todo
}
func (o *Auth) UserToken(c *gin.Context) {