import { handle } from '../index' const suffix = 'api' export const getUserInfoByUsername = () => handle({ url: `/${suffix}/account/search`, method: 'get', })