去除昵称补全
This commit is contained in:
@@ -33,7 +33,6 @@ type UserDto struct {
|
||||
type UserCheckDto struct {
|
||||
WxStatus int `json:"wx_status"` // 微信绑定状态(0:否 1:是)
|
||||
MobileStatus int `json:"mobile_status"` // 手机号绑定状态(0:否 1:是)
|
||||
NameStatus int `json:"name_status"` // 昵称填写状态(0:否 1:是)
|
||||
}
|
||||
|
||||
// GetUserDto 详情
|
||||
|
||||
Reference in New Issue
Block a user