pyt
2 天以前 20e32587ecbab27e4436f2f64a15faa3c89e4f41
1
2
3
4
5
6
7
8
import { request } from '@umijs/max';
 
export const getList = async (params) => {
    return request(`/api/huacheng-sangeshenbian/system-log/list`, {
        method: 'GET',
        params
    });
}