修改用户信息,用户未登录,登录查询游戏任务功能

This commit is contained in:
chy
2025-06-16 16:58:10 +08:00
parent fa9d07ac7d
commit e05d1b43a8
10 changed files with 121 additions and 63 deletions

View File

@ -69,8 +69,8 @@ type UserLoginOut struct {
}
type UserInfoIn struct {
Id int
OpenId string
Id int
//OpenId string
}
type UserInfoOut struct {
Id int64