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

@@ -20,7 +20,6 @@ type AdminMember struct {
Username interface{} // 帐号
PasswordHash interface{} // 密码
Salt interface{} // 密码盐
AuthKey interface{} // 授权令牌
PasswordResetToken interface{} // 密码重置令牌
Integral interface{} // 积分
Balance interface{} // 余额

View File

@@ -28,7 +28,7 @@ type SysLog struct {
ProvinceId interface{} // 省编码
CityId interface{} // 市编码
ErrorCode interface{} // 报错code
ErrorMsg interface{} // 报错信息
ErrorMsg interface{} // 对外错误提示
ErrorData *gjson.Json // 报错日志
UserAgent interface{} // UA信息
TakeUpTime interface{} // 请求耗时