From f670b79094c95d791fc43c8fc8b5858ebf8426dc Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 17 九月 2026 13:50:29 +0800
Subject: [PATCH] 一些向web对齐
---
src/api/customerService/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/customerService/index.js b/src/api/customerService/index.js
index b5d9cea..e4527a7 100644
--- a/src/api/customerService/index.js
+++ b/src/api/customerService/index.js
@@ -77,7 +77,7 @@
// 鏍规嵁瀹㈡埛鏌ヨ閿�鍞鍗曞彿
export function getSalesLedger(query) {
return request({
- url: '/afterSalesService/listSalesLedger',
+ url: '/shippingInfo/getByCustomerName',
method: 'get',
params: query,
})
--
Gitblit v1.9.3