更新代码

This commit is contained in:
2026-04-17 18:12:29 +08:00
parent e676fc9000
commit f4747be3bc
3 changed files with 59 additions and 9 deletions

View File

@ -246,3 +246,12 @@ export const xxcjXxcjSh = (data) => {
data
})
}
// 上报区厅
export const xxcjReportGat = (data) => {
return request({
url: api + `/xxcj/reportGat`,
method: "post",
data
})
}