token
This commit is contained in:
parent
dc2c2368ba
commit
5799ff6116
@ -34,6 +34,9 @@ export function appletAppointmentOrderPay(data) {
|
|||||||
return request({
|
return request({
|
||||||
url: `/nurseApp/weChatPayment/appletAppointmentOrderPay`,
|
url: `/nurseApp/weChatPayment/appletAppointmentOrderPay`,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data,
|
||||||
|
header: {
|
||||||
|
Authorization: 'Bearer' + ' ' + uni.getStorageSync('token')
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user