import { post,get } from '../index' export const getList = () => { return get('/dev/list',{}) }