WXL (wul)
6 天以前 1a4e0b620e5407951357600e3b5190519f14a62a
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,
    });
  }