Order: { createTime: string; drawLink?: string; giftRecords: VirtualGift[]; id: string; memberId: string; orderNumber: string; productId: string; productIsVirtual: boolean; productName: string; productPhotoUrl: string; productType: GiftType; recipientAddress: Address; recipientId: string; recipientName: string; recipientPhone: string; redeemAmount: string; remark: string; status: { carrier?: string; isShipped: boolean; orderState: OrderState; trackingNumber?: string; }; totalPointCost: string; } 类型声明
createTime: string
可选drawLink?: string
id: string
memberId: string
orderNumber: string
productId: string
productIsVirtual: boolean
productName: string
productPhotoUrl: string
recipientAddress: Address
recipientId: string
recipientName: string
recipientPhone: string
redeemAmount: string
remark: string
status: {
carrier?: string;
isShipped: boolean;
orderState: OrderState;
trackingNumber?: string;
}
可选carrier?: string
isShipped: boolean
可选trackingNumber?: string
totalPointCost: string
订单信息