import { request } from '@/axios/request' export default { getTalkSessionList (parames) { return request.get("/chat/getTalkSessionList",parames) }, }