WXL
2024-01-16 ad70f145e8bea957b41043b4a1e37ce37cc5ed1e
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",
    });
  }