import http from '@/api/http'; export function getUserInfo (params: object) { return http.get('/audienceManage/audience/detail',params); }