优化下单流程

This commit is contained in:
2025-07-30 15:34:11 +08:00
parent 2832cd3832
commit a8a84f8b39
10 changed files with 170 additions and 42 deletions

View File

@@ -168,13 +168,17 @@ export function buildSingleGoodsOrder(
deliveryType?: number;
couponId?: number;
selfTakeMerchantId?: number;
skuId?: number;
specInfo?: string;
}
): OrderCreateRequest {
return {
goodsItems: [
{
goodsId,
quantity
quantity,
skuId: options?.skuId,
specInfo: options?.specInfo
}
],
addressId,