qx
qx
4 天以前 26a983e0c22f1fe54c91c66c2b52888858e52cd1
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
    })
}