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