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

发送预约接口调整1

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