修改登录,新增openid判断
This commit is contained in:
+3
-2
@@ -31,8 +31,9 @@ type UserDto struct {
|
||||
|
||||
// UserCheckDto 检测用户
|
||||
type UserCheckDto struct {
|
||||
WxStatus int `json:"wx_status"` // 微信绑定状态(0:否 1:是)
|
||||
MobileStatus int `json:"mobile_status"` // 手机号绑定状态(0:否 1:是)
|
||||
WxStatus int `json:"wx_status"` // 微信绑定状态(0:否 1:是)
|
||||
MobileStatus int `json:"mobile_status"` // 手机号绑定状态(0:否 1:是)
|
||||
Mobile string `json:"mobile"` // 手机号
|
||||
}
|
||||
|
||||
// GetUserDto 详情
|
||||
|
||||
Reference in New Issue
Block a user