src/api/AiCentre/indicator.js
@@ -52,6 +52,14 @@ return request({ url: "/smartor/serviceSubtask/gethelibraryCount", method: "post", data: data, }); } // 宣教统计 export function gethelibraryCountHyperlink(data) { return request({ url: "/smartor/serviceSubtask/gethelibraryCountHyperlink", method: "post", data: data, }); }