bugfix:之前代码被覆盖的问题

This commit is contained in:
YunaiV
2024-01-16 09:32:52 +08:00
parent 39ccc983e0
commit ce389efdae
2 changed files with 27 additions and 7 deletions
+10
View File
@@ -102,6 +102,16 @@ const OrderApi = {
},
});
},
// 获得交易订单的物流轨迹
getOrderExpressTrackList: (id) => {
return request({
url: `/app-api/trade/order/get-express-track-list`,
method: 'GET',
params: {
id,
},
});
},
// 获得交易订单数量
getOrderCount: () => {
return request({