// 首页 api 接口 import { wxRequest } from './request' const homePageURL = '/home/page/v1' export const homePage = (data) => wxRequest(homePageURL, data)