修改用户信息,用户未登录,登录查询游戏任务功能
This commit is contained in:
@ -14,7 +14,7 @@ type ListRes struct {
|
||||
|
||||
type InfoReq struct {
|
||||
g.Meta `path:"/user/info" method:"get" tags:"User" summary:"(PC)获取用户信息"`
|
||||
OpenId string `json:"openId" v:"required#OpenId不能为空" dc:"OpenId"`
|
||||
//OpenId string `json:"openId" v:"required#OpenId不能为空" dc:"OpenId"`
|
||||
}
|
||||
|
||||
type InfoRes struct {
|
||||
|
||||
Reference in New Issue
Block a user