|
@@ -129,6 +129,10 @@ const customInterence = {
|
|
|
// return http.get('/custom/seller/check/list',params)
|
|
|
return http.get("/custom/seller/check/listV2", params);
|
|
|
},
|
|
|
+ /* 获取正式客户共享-原销售列表 */
|
|
|
+ getShareSale:(params)=>{
|
|
|
+ return http.get("/custom/seller/check/Sharelist2",params)
|
|
|
+ },
|
|
|
/* 客户详情
|
|
|
CompanyId
|
|
|
*/
|