修改
This commit is contained in:
parent
53b67e5ee8
commit
241fe1c13d
@ -1,6 +1,5 @@
|
|||||||
import request from "../request.js"
|
import request from "../request.js"
|
||||||
|
|
||||||
|
|
||||||
export function getAppPatientList(id) {
|
export function getAppPatientList(id) {
|
||||||
return request({
|
return request({
|
||||||
url: `/nurseApp/login/getAppPatientList?patientId=${id}`,
|
url: `/nurseApp/login/getAppPatientList?patientId=${id}`,
|
||||||
@ -8,7 +7,6 @@ export function getAppPatientList(id) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export function getAppStationItemInfo(stationId, stationItemId, stationItemPriceId) {
|
export function getAppStationItemInfo(stationId, stationItemId, stationItemPriceId) {
|
||||||
return request({
|
return request({
|
||||||
url: `/nurseApp/login/getAppStationItemInfo?stationId=${stationId}&stationItemId=${stationItemId}&stationItemPriceId=${stationItemPriceId}`,
|
url: `/nurseApp/login/getAppStationItemInfo?stationId=${stationId}&stationItemId=${stationItemId}&stationItemPriceId=${stationItemPriceId}`,
|
||||||
@ -23,7 +21,6 @@ export function submitAppointment(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 小程序预约服务支付接口
|
// 小程序预约服务支付接口
|
||||||
|
|
||||||
export function appletAppointmentOrderPay(data) {
|
export function appletAppointmentOrderPay(data) {
|
||||||
return request({
|
return request({
|
||||||
url: `/nurseApp/weChatPayment/appletAppointmentOrderPay`,
|
url: `/nurseApp/weChatPayment/appletAppointmentOrderPay`,
|
||||||
@ -31,5 +28,3 @@ export function appletAppointmentOrderPay(data) {
|
|||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user