qs
qx
2025-03-08 613c7e02039f447205fb34d1372f28629cb4af20
src/api/system/sfxm.js
@@ -4,8 +4,8 @@
export function listSfxm(query) {
    return request({
        url: '/system/sfxm/list',
        method: 'get',
        params: query
        method: 'post',
        data: query
    })
}