add
wangpengfei
2023-07-21 34c99ef40f26f8812610e7ca14c56825f9bf2c3c
pkg/ecode/code.go
@@ -352,4 +352,11 @@
   IsInvoiceSetErr    = 5100004 // 设置是否开票失败
   IsInvoiceUpdateErr = 5100005 // 更新是否开票失败
)
   AccountIdExist     = 5000001 // 账户已存在
   AccountIdNotExist  = 5000002 // 账户不存在
   AccountIdListErr   = 5000003 // 获取账户列表失败
   AccountIdSetErr    = 5000004 // 设置账户失败
   AccountIdUpdateErr = 5000005 // 更新账户失败
)