This commit is contained in:
邹宗楠
2022-07-27 17:03:03 +08:00
parent ecf2f761c8
commit 03c862e98e
2 changed files with 1 additions and 2 deletions

View File

@@ -122,7 +122,6 @@ type User struct {
LastLoginType string `json:"last_login_type" db:"last_login_type"` // 最后登录类型
OpenId string `json:"open_id" db:"open_id"` // 微信用户openId
UnionId string `json:"union_id" db:"union_id"` // 微信用户Id
}
type Apps struct {