Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -63,7 +63,11 @@ type GetUserBoundInfoReq struct {
|
||||
PopenId string `json:"popenId" v:"required#popenId不能为空" dc:"用户详情接口返回的 wxPopenId 或者是 qqPopenId"`
|
||||
}
|
||||
type GetUserBoundInfoRes struct {
|
||||
IsBound bool `json:"isBound" dc:"是否已绑定"`
|
||||
IsBound bool `json:"isBound" dc:"是否已绑定"`
|
||||
Nick string `json:"nick" dc:"昵称"`
|
||||
AppNames []string `json:"appNames" dc:"已绑定游戏名称"`
|
||||
Utype int8 `json:"utype" dc:"用户类型,1: qq,2: 微信"`
|
||||
Ctime uint32 `json:"ctime" dc:"绑定时间"`
|
||||
}
|
||||
|
||||
type GetBoundUrlReq struct {
|
||||
|
||||
Reference in New Issue
Block a user