调整表结构

This commit is contained in:
2025-06-05 14:58:58 +08:00
parent fdf5152bd2
commit 77067adf33
83 changed files with 137 additions and 2662 deletions

View File

@ -58,6 +58,12 @@ type LoginCache struct {
type UserLoginIn struct {
OpenId string
}
type WeChatLogin struct {
UUID string // 使用的是微信的唯一 id而不是openid保证微信服务号小程序绑定的系统用户为同一个
}
type WeChatLoginOut struct {
Token string
}
type UserLoginOut struct {
Token string
}