This commit is contained in:
2026-06-25 16:33:09 +08:00
parent baf82898b5
commit e32759dd95
7 changed files with 32 additions and 16 deletions

View File

@@ -5,6 +5,8 @@ import "errors"
// API调用相关错误类型
var (
ErrQueryEmpty = errors.New("查询为空")
// ErrQueryEmptyBillable 数据宝查空10001/10006对外返回查询为空但仍正常扣费
ErrQueryEmptyBillable = errors.New("查询为空")
ErrQueryFailed = errors.New("查询失败")
ErrSystem = errors.New("接口异常")
ErrDecryptFail = errors.New("解密失败")