1
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user