import { handle } from '../index' const suffix = 'api' export const getInfo = (params: any) => handle({ url: `/${suffix}/info`, method: 'get', params })