修改提交
This commit is contained in:
parent
cb921e7997
commit
773069592b
@ -28,7 +28,6 @@ export function appointmentOrderDetails(id) {
|
|||||||
// 确定按钮
|
// 确定按钮
|
||||||
export function xylWeChatRefundNotify(data) {
|
export function xylWeChatRefundNotify(data) {
|
||||||
return request({
|
return request({
|
||||||
|
|
||||||
url: '/nurseApp/weChatPayment/weChatRefundOrderApply',
|
url: '/nurseApp/weChatPayment/weChatRefundOrderApply',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data
|
data: data
|
||||||
@ -77,4 +76,4 @@ export function getPersonInfo(nurseStationPersonId) {
|
|||||||
url: `/system/appointmentOrder/getPersonInfo?nurseStationPersonId=${nurseStationPersonId}`,
|
url: `/system/appointmentOrder/getPersonInfo?nurseStationPersonId=${nurseStationPersonId}`,
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user