main #48

Merged
longbot merged 6 commits from zhuotianyuan/WEB:main into main 2026-01-23 09:11:58 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 67aa625785 - Show all commits

View File

@ -1627,9 +1627,11 @@ declare namespace API {
details?: ShippingDetailsDTO;
stockPointId?: number;
orderIds?: number[];
shipmentPlatform?: string;
};
type ShipmentFeeBookDTO = {
shipmentPlatform?: string;
stockPointId?: number;
sender?: string;
startPhone?: string;
@ -1650,6 +1652,7 @@ declare namespace API {
dimensionUom?: string;
weight?: number;
weightUom?: string;
address_id?: number;
};
type ShippingAddress = {