工作台
This commit is contained in:
28
apis/interfaces/pay.js
Normal file
28
apis/interfaces/pay.js
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
/**
|
||||
* Web唐明明
|
||||
* 匆匆数载恍如梦,岁月迢迢华发增。
|
||||
* 碌碌无为枉半生,一朝惊醒万事空。
|
||||
* moduleName: 收银台
|
||||
*/
|
||||
|
||||
import { request } from '../index'
|
||||
|
||||
// 抖火币支付
|
||||
const coinPay = orderId => {
|
||||
return request({
|
||||
url : 'pay/order/' + orderId + '/score',
|
||||
})
|
||||
}
|
||||
|
||||
// 抖火币补差价支付
|
||||
const diffCoinPay = orderId => {
|
||||
return request({
|
||||
url : 'pay/diff/' + orderId + '/score'
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
coinPay,
|
||||
diffCoinPay
|
||||
}
|
||||
Reference in New Issue
Block a user