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