WXL
2025-05-15 b7092c2bf77696eb13fd680cb006211c17b48f5c
src/api/AiCentre/questionnaire.js
@@ -63,3 +63,11 @@
      data: data,
    });
  }
   // 查询问卷问题分类树
   export function query360PatInfo(data) {
    return request({
      url: "/smartor/serviceExternal/query360PatInfo",
      method: "post",
      data: data,
    });
  }