修改登录,新增openid判断

This commit is contained in:
2024-09-05 13:14:55 +08:00
parent 0a88515bc6
commit 1e3bc3b3dc
3 changed files with 21 additions and 14 deletions
+3 -2
View File
@@ -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 详情