增加订单号查询

This commit is contained in:
yml2213
2026-05-31 17:39:17 +08:00
parent e8c41f774c
commit 9219ad18a5
5 changed files with 530 additions and 25 deletions
@@ -195,6 +195,7 @@ export function fetchAdminCloudtentaclesDeliveryRecords(payload: {
size?: number
startDate?: string
endDate?: string
platformOrderId?: string
}) {
return apiPost<AdminCloudtentaclesDeliveryRecordListResult>(
'/api/v1/admin/cloudtentacles-records',