import request from "./request" export async function queryUser(){ return await request('v2/user/current-user', 'GET'); }