You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
1.1 KiB

import server from '@/api/server';
export const venueTypes = params => server.post({ url: '/stadium/venue/types', ...params }); // 场馆类型
export const bookDate = params => server.post({ url: '/stadium/book/date', ...params }); // 可预订场馆列表
export const bookList = params => server.post({ url: '/stadium/book/list', ...params }); // 可预订场馆,矩阵图 时间+场馆
export const userCertificates = params => server.post({ url: '/douyinMiniapp/202506/postv1-api-trade-v2-fulfillment-query_user_certificates', ...params }); // 抖音团购券列表
export const countCity = params => server.post({ url: '/stadium/count/city', ...params }); // A主页-选择门店-城市列表
export const stadiumFind = params => server.post({ url: '/stadium/find', ...params }); // 门店列表
export const jsapiPreVerifyCertificates = params => server.post({ url: '/douyinMiniapp/202506/jsapiPreVerifyCertificates', ...params }); // 票券核销
export const orderAdd = params => server.post({ url: '/stadium/order/add', ...params }); // 生成场馆预约订单