调整 rsa 密钥解析函数
This commit is contained in:
@ -23,4 +23,5 @@ type Rewards struct {
|
||||
CreatedAt *gtime.Time `json:"createdAt" orm:"created_at" description:"创建时间"` // 创建时间
|
||||
UpdatedAt *gtime.Time `json:"updatedAt" orm:"updated_at" description:"更新时间"` // 更新时间
|
||||
DeletedAt *gtime.Time `json:"deletedAt" orm:"deleted_at" description:"软删除时间戳"` // 软删除时间戳
|
||||
RemainStock int `json:"remainStock" orm:"remain_stock" description:"剩余库存数量"` // 剩余库存数量
|
||||
}
|
||||
|
||||
@ -16,7 +16,6 @@ type Users struct {
|
||||
Nickname string `json:"nickname" orm:"nickname" description:"昵称"` // 昵称
|
||||
Avatar string `json:"avatar" orm:"avatar" description:"用户头像URL"` // 用户头像URL
|
||||
PasswordHash string `json:"passwordHash" orm:"password_hash" description:"密码哈希"` // 密码哈希
|
||||
Email string `json:"email" orm:"email" description:"邮箱地址"` // 邮箱地址
|
||||
PhoneNumber string `json:"phoneNumber" orm:"phone_number" description:"手机号"` // 手机号
|
||||
WxPopenId string `json:"wxPopenId" orm:"wx_popen_id" description:"微信 PopenID"` // 微信 PopenID
|
||||
QqPopenId string `json:"qqPopenId" orm:"qq_popen_id" description:"QQ PopenID"` // QQ PopenID
|
||||
|
||||
Reference in New Issue
Block a user