@@ -163,5 +163,5 @@ export function getSalaryFixedEmployeeStatistics (data) {
// 客户分润认领
export function getCustomerProfitSharingClaim (data) {
- return http.post('/customer/performance/page', data)
+ return http.post('/customer/performance/customer/page', data)
}