src/api/AiCentre/questionnaire.js
@@ -70,7 +70,7 @@ data: data, }); } // 查询问卷问题分类树 // 查询360信息(丽水) export function query360PatInfo(data) { return request({ url: "/smartor/serviceExternal/query360PatInfo", @@ -78,3 +78,10 @@ data: data, }); } // 查询360信息(南华) export function query360PatInfonh(id) { return request({ url: "/smartor/serviceExternal/query360PatInfolwl/" + id, method: "get", }); }