This commit is contained in:
孟帅
2023-05-12 16:20:22 +08:00
parent f30fd885be
commit 9198a53584
52 changed files with 982 additions and 834 deletions

View File

@@ -27,7 +27,6 @@ type AdminMemberColumns struct {
Username string // 帐号
PasswordHash string // 密码
Salt string // 密码盐
AuthKey string // 授权令牌
PasswordResetToken string // 密码重置令牌
Integral string // 积分
Balance string // 余额
@@ -59,7 +58,6 @@ var adminMemberColumns = AdminMemberColumns{
Username: "username",
PasswordHash: "password_hash",
Salt: "salt",
AuthKey: "auth_key",
PasswordResetToken: "password_reset_token",
Integral: "integral",
Balance: "balance",

View File

@@ -35,7 +35,7 @@ type SysLogColumns struct {
ProvinceId string // 省编码
CityId string // 市编码
ErrorCode string // 报错code
ErrorMsg string // 报错信息
ErrorMsg string // 对外错误提示
ErrorData string // 报错日志
UserAgent string // UA信息
TakeUpTime string // 请求耗时