去除昵称补全

This commit is contained in:
2024-08-30 14:00:39 +08:00
parent f2e66b65b7
commit f66d50d142
2 changed files with 59 additions and 6 deletions
-1
View File
@@ -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 详情