feat(订单页面): 开票

This commit is contained in:
李琦
2026-07-28 12:45:56 +08:00
parent 8b455b1920
commit 77a690a071
9 changed files with 763 additions and 59 deletions

View File

@@ -339,9 +339,9 @@ export async function getUseWayPay(params) {
return data
}
// 更新配送方式 http://xiaokang.com/member/v1/product-order/update-delivery
// 更新配送方式Laravel单品包邮重算
export async function getDelivery(params) {
let data = await http('/oldApi/v1/product-order/update-delivery', params)
let data = await http('/xkApi/product-order/update-delivery', params)
return data
}