添加token
This commit is contained in:
parent
f4fcbdaf46
commit
224e1dc7dc
@ -5,5 +5,8 @@ export function selectCoupon(pageNum, pageSize, patientId, couponstatus) {
|
||||
return request({
|
||||
url: `/nurseApplet/patientInfo/selectCoupon?pageNum=${pageNum}&pageSize=${pageSize}&patientId=${patientId}&useStatus=${couponstatus}`,
|
||||
method: 'get',
|
||||
header: {
|
||||
Authorization: 'Bearer' + ' ' + uni.getStorageSync('token')
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user