add
wangpengfei
2023-07-13 a35c7eb12dcce7c650025ba4d801d6ad6f1053c4
pkg/ecode/code.go
@@ -247,4 +247,25 @@
   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 // 删除客服单失败
   ServiceFeeManageExist     = 3700001 // 服务费管理已存在
   ServiceFeeManageNotExist  = 3700002 // 服务费管理不存在
   ServiceFeeManageListErr   = 3700003 // 获取服务费管理列表失败
   ServiceFeeManageSetErr    = 3700004 // 设置服务费管理失败
   ServiceFeeManageUpdateErr = 3700005 // 更新服务费管理失败
   ServiceFeeManageDeleteErr = 3700006 // 删除服务费管理失败
)