lcw
This commit is contained in:
@ -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",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user