| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- export default {
- sign: {
- login: '' // 后端登录接口
- },
- home:{
- // 获取首页头部类型列表
- navTypeList:'/sports/head/typeList',
- // 获取首页球类列表
- ballList:'/sports/head/ballList',
- // 足球滚球
- trollingBall :'/sports/RollingBall/zqrollingball',
- // 获取首页 特色赛事 默认取3条
- highMatch:'/sports/HomeMatch/highMatch',
- // 篮球滚球
- rollingBall : '/sports/RollingBall/lqrollingball',
- // 网球滚球
- wqrollingBall :'/sports/RollingBall/wqrollingball',
- // 棒球棍球
- bqrollingBall :'/sports/RollingBall/bqrollingball',
- // 体育
- sports:'/Sports/Sports/data',
- getSon:'/sports/MatchList/getSoon'
- },
- match:{
- //球类联赛列表
- matchData:'/Sports/MatchList/matchData',
- // 参赛表
- participate:'/Sports/MatchList/participate',
- // 参赛列表详情
- participateDtl:'/Sports/MatchList/participate_details',
- //球类比赛列表
- matchDetails:'/sports/MatchList/matchDetails',
- // 冠军接口
- ChampionsCup:'/Sports/MatchList/getUEFAChampions',
- //球类冠军盘口
- first:'/Sports/MatchList/first',
- // 获取赛事数据
- matchState:'/sports/MatchList/matchState'
- },
- rollBall:{
- // 按钮接口,
- allqleague:'/sports/AllRollingBall/alllqleague',
- //获取活动下的球类
- getGame:'/sports/MatchList/getGame'
- },
- gambling:{
- // 赛事赔率
- matchOdds:'/sports/MatchList/matchOdds'
- },
- login:{
- login:'/api/Account/login',
- reg:'/api/Account/enroll',
- getAgent:'/api/Account/getAgent',
- // 盈亏接口
- ProfitAndLossRecord:'/api/UserBuy/moneyRecord',
- // 中奖接口
- prizeRecord:'/api/UserBuy/prizeRecord',
- // 充值记录
- rechargeRecord:'/api/UserBuy/rechargeRecord',
- // 投注记录
- bettingRecord:'/api/UserBuy/bettingRecord',
- // 修改登录密码
- resetPassword:'/api/account/resetPassword',
- // 修改支付密码
- ChangePayPassword:'/api/Account/resetPayPassword',
- // 退出登录
- loginOut:'/Api/Account/Logout'
- },
- //玩法投注
- betOrder:{
- Bet:'/Api/Betorder/Bet'
- }
-
- }
|