路径修改

This commit is contained in:
fengtianyangyang
2022-01-25 12:01:40 +08:00
parent f46330ecf0
commit e5918b041a
8 changed files with 46 additions and 46 deletions

View File

@@ -109,7 +109,7 @@ export function afterSaleDelivery (params) {
// 获取退货可选物流公司
export function getLogisticsCompany () {
return request({
url: `/buyer/logistics`,
url: `/buyer/other/logistics`,
method: Method.GET,
needToken: true,
params: { pageNumber: 1, pageSize: 200, disabled: 'OPEN' }