1
wwl
2025-04-23 2e3560c165105c16eaa1a377d350aa175f2abc9b
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
    })
}