Merge branch 'dev-qingdao' of http://118.178.128.178/Fedex/EcomWeb into dev-qingdao
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -69,7 +69,7 @@ export function getOrderReceipt(data) { | ... | @@ -69,7 +69,7 @@ export function getOrderReceipt(data) { |
| 69 | */ | 69 | */ |
| 70 | export function getLogisticsReceipt(data) { | 70 | export function getLogisticsReceipt(data) { |
| 71 | return request({ | 71 | return request({ |
| 72 | - url: '/bus-customer/declareData/wayBillReceipt', | 72 | + url: '/bus-customer/declareData/logisticsReceipt', |
| 73 | method: 'get', | 73 | method: 'get', |
| 74 | params: data, | 74 | params: data, |
| 75 | }) | 75 | }) | ... | ... |
-
Please register or login to post a comment