调整购物车样式
This commit is contained in:
@@ -19,8 +19,15 @@ const payState = trade_id => req({
|
||||
data: { trade_id }
|
||||
})
|
||||
|
||||
// 宝付支付
|
||||
const bfPay = data => req({
|
||||
url: "payments/cashier_desk/baofu",
|
||||
data
|
||||
})
|
||||
|
||||
export default ({
|
||||
info,
|
||||
wechatPay,
|
||||
payState
|
||||
payState,
|
||||
bfPay
|
||||
})
|
||||
|
||||
@@ -7,9 +7,9 @@ import { errInfo } from './err'
|
||||
import { updToken } from './updateToken'
|
||||
|
||||
// 正式地址
|
||||
const api = "https://api.xuanhuojk.com/api/"
|
||||
// const api = "https://api.xuanhuojk.com/api/"
|
||||
// 测试地址
|
||||
// const api = "https://api.xhtest.douhuofalv.com/api/"
|
||||
const api = "https://api.xhtest.douhuofalv.com/api/"
|
||||
const header = {
|
||||
"Accept" : "application/json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user