import http from "../http.js"; // 获取剧院(首页) export const getMiniprogramHall = () => { return http.get('/api/weixin/miniprogram/hall'); }