index.js 151 B

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