This commit is contained in:
2025-11-03 19:44:15 +08:00
parent e5c7af48a2
commit a68eba7b5f
2 changed files with 510 additions and 0 deletions

View File

@@ -130,6 +130,24 @@ export function transferWithGift(data) {
})
}
// 批量创建礼金券
export function batchCreateGiftCoupons(data) {
return request({
url: '/jarvis/jdorder/batchCreateGiftCoupons',
method: 'post',
data
})
}
// 文本URL替换批量创建礼金并替换
export function replaceUrlsWithGiftCoupons(data) {
return request({
url: '/jarvis/jdorder/replaceUrlsWithGiftCoupons',
method: 'post',
data
})
}
// 导出JD订单列表
export function exportJDOrders(query) {
return request({