add
wangpengfei
2023-07-13 6e8718ed56b53419c946102bb4e20a978e32e27c
pkg/ecode/code.go
@@ -247,4 +247,17 @@
   OrderManageUpdateErr = 3400005 // 更新订单管理失败
   OrderManageDeleteErr = 3400006 // 删除订单管理失败
   ServiceFollowupExist     = 3500001 // 服务跟进已存在
   ServiceFollowupNotExist  = 3500002 // 服务跟进不存在
   ServiceFollowupListErr   = 3500003 // 获取服务跟进列表失败
   ServiceFollowupSetErr    = 3500004 // 设置服务跟进失败
   ServiceFollowupUpdateErr = 3500005 // 更新服务跟进失败
   ServiceFollowupDeleteErr = 3500006 // 删除服务跟进失败
   CustomerServiceSheetExist     = 3600001 // 客服单已存在
   CustomerServiceSheetNotExist  = 3600002 // 客服单不存在
   CustomerServiceSheetListErr   = 3600003 // 获取客服单列表失败
   CustomerServiceSheetSetErr    = 3600004 // 设置客服单失败
   CustomerServiceSheetUpdateErr = 3600005 // 更新客服单失败
   CustomerServiceSheetDeleteErr = 3600006 // 删除客服单失败
)