import http from "../http.js"; // 获取用户信息 export const getUserInfo = () => { return http.get('/api/wxapp/userInfo'); }