import httpService from '../../../common/httpService'
import config from '../config'
let conf = query => httpService.get(config.domain + '/activity/wheelSurf/conf', query);
let start = () => httpService.get(config.domain + '/activity/wheelSurf/start');
module.exports = {conf, start};