import { get } from '@/utils/request'; // 获取用户信息 export function getUserInfo() { return get('/prod-api/account'); }