fix
wangpengfei
2023-08-03 38427bd1931107447652cde2ccd69eb0c1ebd4cf
pkg/ecode/code.go
@@ -65,6 +65,7 @@
   ContactListErr   = 600003 // 获取联系人列表失败
   ContactDeleteErr = 600004 // 删除联系人失败
   ContactUpdateErr = 600005 // 更新联系人失败
   ContactAssignErr = 600006 // 分配联系人失败
   ClientExist     = 700001 // 客户已存在
   ClientNotExist  = 700002 // 客户不存在
@@ -136,6 +137,7 @@
   FollowRecordSetErr    = 1800004 // 设置跟进记录失败
   FollowRecordUpdateErr = 1800005 // 更新跟进记录失败
   FollowRecordDeleteErr = 1800006 // 删除跟进记录失败
   FollowRecordAssignErr = 1800007 // 分配跟进记录失败
   SaleChanceExist     = 1900001 // 销售机会已存在
   SaleChanceNotExist  = 1900002 // 销售机会不存在