import axiosKc from '@/utils/axiosKc' // 根据wo_token获取管理员相关信息 export function getUserInfo() { return axiosKc('post', '/mkt/admin/login') }