wwl
2024-12-11 71cdf662247ec0092f02c2d7c20cef01726416ad
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
    })
}