This commit is contained in:
shidongli 2023-10-19 13:27:14 +08:00
parent dc2c2368ba
commit 5799ff6116

View File

@ -34,6 +34,9 @@ export function appletAppointmentOrderPay(data) {
return request({
url: `/nurseApp/weChatPayment/appletAppointmentOrderPay`,
method: 'post',
data
data,
header: {
Authorization: 'Bearer' + ' ' + uni.getStorageSync('token')
},
})
}