feat: sale info

This commit is contained in:
zzw
2026-08-28 15:05:44 +08:00
parent 8bdd25dcb5
commit eb887198e9
14 changed files with 762 additions and 92 deletions
+1 -1
View File
@@ -104,6 +104,7 @@ var (
// 参数类
ErrorReasonParams = Status{Code: 10001, Msg: "原因不能为空"}
ErrorMobileError = Status{Code: 10009, Msg: "手机号格式错误"}
// ErrorNotFund 数据类
ErrorFormatDataError = Status{Code: 11010, Msg: "格式化数据出错"}
@@ -122,7 +123,6 @@ var (
ErrorJwtExpired = NewError(10005, "jwt过期")
ErrorMissingProjectId = NewError(10006, "缺少权限项目ID")
ErrorMissingIdentification = NewError(10007, "缺少权限标识")
ErrorMobileError = NewError(10009, "手机号不对")
ErrorEncryptMissingKey = NewError(10010, "加密密钥错误")
ErrorDecryptAesError = NewError(10012, "解密失败")
ErrorEncryptAesKeyError = NewError(10013, "AESKey失败")