src/api/AiCentre/Hetask.js
@@ -3,7 +3,7 @@ // 查询宣教任务列表 export function gethetasklist(data) { return request({ url: "/smartor/hetask/list", url: "/smartor/hetask/getPatHeTaskList", method: "post", data: data, }); @@ -19,7 +19,7 @@ // 查询宣教任务详情列表 export function gethetaskinfo(Id) { return request({ url: "/smartor/hetask/" + Id, url: "/smartor/hetask/getInfo" + Id, method: "get", }); }