1
This commit is contained in:
@@ -84,4 +84,22 @@ export function getProperties(params) {
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
// 开礼金
|
||||
export function createGiftCoupon(data) {
|
||||
return request({
|
||||
url: '/jarvis/jdorder/createGiftCoupon',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 转链(支持礼金)
|
||||
export function transferWithGift(data) {
|
||||
return request({
|
||||
url: '/jarvis/jdorder/transfer',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user