更新需求

This commit is contained in:
2026-04-16 17:14:19 +08:00
parent f09a8a0083
commit a3464a53cb
7 changed files with 105 additions and 70 deletions

View File

@ -1,5 +1,15 @@
import request from "@/utils/request";
const api = "/mosty-api/mosty-gsxt";
// 情报采集关注
export const xxcjCare = (data) => {
return request({
url: api + "/xxcj/cjgz",
method: "POST",
data
});
}
// 情报采集新增
export const xxcjAddEntity = (data) => {
return request({