1
wwl
2025-02-27 6a093dccf64c2666e4f16383c8c8aea378d84764
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
    })
}