|
@@ -36,7 +36,7 @@ export function getOrderStatistics (params) {
|
|
|
return http.post('/tenant/statistics/orderSaleStatistics', { data: params })
|
|
return http.post('/tenant/statistics/orderSaleStatistics', { data: params })
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// 获取销售来源列表
|
|
|
|
|
|
|
+// 获取分销商名称列表
|
|
|
export function getOtaSourceList (params) {
|
|
export function getOtaSourceList (params) {
|
|
|
return http.post('/tenant/otaSource/getOtaPublicSourceList', { data: params })
|
|
return http.post('/tenant/otaSource/getOtaPublicSourceList', { data: params })
|
|
|
}
|
|
}
|