merge
This commit is contained in:
@@ -24,11 +24,21 @@ const alPAY = (orderNo) => {
|
||||
}
|
||||
})
|
||||
}
|
||||
const dtPAY = (orderNo) => {
|
||||
|
||||
const payIndex =()=>{
|
||||
return request({
|
||||
url: 'mall/pay/index'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
const dtPAY = (orderNo,password) => {
|
||||
return request({
|
||||
url: 'mall/pay/' + orderNo + '/account',
|
||||
method:'post',
|
||||
data: {
|
||||
type: 'app'
|
||||
type: 'app',
|
||||
transfer_password:password
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -37,5 +47,6 @@ const dtPAY = (orderNo) => {
|
||||
export {
|
||||
wxPAY,
|
||||
alPAY,
|
||||
dtPAY
|
||||
dtPAY,
|
||||
payIndex,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user