update ivyz5773

This commit is contained in:
2025-04-02 18:30:48 +08:00
parent 689faa0739
commit 85dea05704
9 changed files with 287 additions and 59 deletions

View File

@@ -2,6 +2,7 @@ package errs
// 常见错误
var (
ErrNotFound = NewAppError(1000, "查询为空")
ErrSystem = NewAppError(1001, "接口异常")
ErrParamDecryption = NewAppError(1002, "参数解密失败")
ErrParamValidation = NewAppError(1003, "基础参数校验不正确")