物联网问题解决,只差最后测试完善

This commit is contained in:
xuqiuyun
2025-10-23 17:28:06 +08:00
parent 0249dfc5bb
commit ecccd025d1
72 changed files with 7372 additions and 653 deletions

View File

@@ -157,4 +157,13 @@ export function updateDeliveryStatus(data) {
method: 'POST',
data,
});
}
// 运送清单 - 列表查询
export function shippingList(data) {
return request({
url: '/delivery/pageQueryList',
method: 'POST',
data,
});
}