This commit is contained in:
lcw
2026-01-23 19:57:10 +08:00
parent 5b62d707ff
commit c12bda629a
43 changed files with 6721 additions and 223 deletions

View File

@ -207,3 +207,19 @@ export const jqypfxbgCzlfx = (params) => {
params
});
}
// 网络舆情
export const gsxtWlyqGetPageList = (params) => {
return request({
url: api + "/gsxt/wlyq/getPageList",
method: "GET",
params
});
}
export const gsxtWlyqSelectById = (id) => {
return request({
url: api + `/gsxt/wlyq/selectById/${id}`,
method: "GET",
});
}