diff --git a/src/shop/orderConfirm/index.tsx b/src/shop/orderConfirm/index.tsx index b50b83d..cc66fed 100644 --- a/src/shop/orderConfirm/index.tsx +++ b/src/shop/orderConfirm/index.tsx @@ -76,7 +76,8 @@ const OrderConfirm = () => { address.id, { comments: goods.name, - deliveryType: 0 + deliveryType: 0, + buyerRemarks: '', } ); diff --git a/src/utils/payment.ts b/src/utils/payment.ts index 44a7be8..5d1a631 100644 --- a/src/utils/payment.ts +++ b/src/utils/payment.ts @@ -170,6 +170,7 @@ export function buildSingleGoodsOrder( selfTakeMerchantId?: number; skuId?: number; specInfo?: string; + buyerRemarks?: string; } ): OrderCreateRequest { return {