feat: 大屏接口对接

This commit is contained in:
2025-12-11 21:08:18 +08:00
parent 47fc69d705
commit 403a10a940
2 changed files with 31 additions and 7 deletions

View File

@ -194,4 +194,11 @@ export const mxglJqxqGetPageList = (params) => {
params
});
}
export const qbcjDpxsCount = (params) => {
return request({
url: gsxtApi + `/qbcj/dpxsCount`,
method: "get",
params
});
}