import http from "../http.js"; // 获取客服 export const getUserInfo = () => { return http.get('/api/wxapp/getUserInfo'); }