提交 eca8c24d 编写于 作者: yi.li's avatar yi.li

发送预约接口调整1

上级 0a29c8cc
......@@ -129,12 +129,12 @@ export const getCheckReservation = (params) => {
description: '发送预约校验',
})
};
export const getReservationPatients = (params) => {
export const getReservationPatients = (data) => {
return fetch({
headers,
url: getFollowUpSC(`/followup/appointmentPatient/accept/`),
method: 'get',
params: params,
url: getFollowUpSC(`/followup/appoint/appointed/count`),
method: 'post',
data: data,
description: '查看预约人数',
})
};
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册