App端添加治理模块主动询问状态功能;

This commit is contained in:
guanj
2025-07-08 08:45:03 +08:00
parent b32cb0b11f
commit 4a0aa6472f
8 changed files with 867 additions and 2045 deletions

10
common/api/harmonic.js Normal file
View File

@@ -0,0 +1,10 @@
import request from '../js/request'
// apf-》获取模块状态
export function getModuleState(params) {
return request({
url: '/cs-harmonic-boot/data/getModuleState',
method: 'post',
data: params,
})
}