join.js 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 import request from '@/sheep/request'; const joinApi = { //获取特定城市包月团课卡 joinhongxing:(data)=>{ return request({ url:`/app/fitness/intention`, method:'POST', params:data }); } }; export default joinApi;