de553c99890447dcca1bbae16e80c14a949e4455.svn-base 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. export default {
  2. sign: {
  3. login: '' // 后端登录接口
  4. },
  5. home: {
  6. // 获取首页头部类型列表
  7. navTypeList: '/sports/head/typeList',
  8. // 获取首页球类列表
  9. ballList: '/sports/head/ballList',
  10. //获取首页滚球数据列表
  11. getRollingBall: '/sports/RollingBall/getRollingBall',
  12. // 足球滚球
  13. trollingBall: '/sports/RollingBall/zqrollingball',
  14. // 获取首页 特色赛事 默认取3条
  15. highMatch: '/sports/HomeMatch/highMatch',
  16. // 篮球滚球
  17. rollingBall: '/sports/RollingBall/lqrollingball',
  18. // 网球滚球
  19. wqrollingBall: '/sports/RollingBall/wqrollingball',
  20. // 棒球棍球
  21. bqrollingBall: '/sports/RollingBall/bqrollingball',
  22. // 体育
  23. sports: '/Sports/Sports/data',
  24. getSon: '/sports/MatchList/getSoon'
  25. },
  26. match: {
  27. //球类联赛列表
  28. matchData: '/Sports/MatchList/matchData',
  29. // 参赛表
  30. participate: '/Sports/MatchList/participate',
  31. // 参赛列表详情
  32. participateDtl: '/Sports/MatchList/participate_details',
  33. //球类比赛列表
  34. matchDetails: '/sports/MatchList/matchDetails',
  35. // 冠军接口
  36. ChampionsCup: '/Sports/MatchList/getUEFAChampions',
  37. //球类冠军盘口
  38. first: '/Sports/MatchList/first',
  39. // 获取赛事数据
  40. matchState: '/sports/MatchList/matchState',
  41. },
  42. rollBall: {
  43. // 按钮接口,
  44. allqleague: '/sports/AllRollingBall/alllqleague',
  45. //获取活动下的球类
  46. getGame: '/sports/MatchList/getGame'
  47. },
  48. gambling: {
  49. // 赛事赔率
  50. matchOdds: '/sports/MatchList/matchOdds',
  51. //更新赛事赔率
  52. updateOdds: '/sports/MatchList/updateOdds',
  53. //获取赔率玩法代码
  54. getOddsCode: '/sports/MatchList/getOddsCode',
  55. },
  56. login: {
  57. login: '/api/Account/login',
  58. reg: '/api/Account/enroll',
  59. getAgent: '/api/Account/getAgent',
  60. // 盈亏接口
  61. ProfitAndLossRecord: '/api/UserBuy/moneyRecord',
  62. // 中奖接口
  63. prizeRecord: '/api/UserBuy/prizeRecord',
  64. // 充值记录
  65. rechargeRecord: '/api/UserBuy/rechargeRecord',
  66. // 投注记录
  67. bettingRecord: '/api/UserBuy/bettingRecord',
  68. // 修改登录密码
  69. resetPassword: '/api/account/resetPassword',
  70. // 修改支付密码
  71. ChangePayPassword: '/api/Account/resetPayPassword',
  72. // 退出登录
  73. loginOut: '/Api/Account/Logout',
  74. // 资金转出记录
  75. moneyOutRecord: '/api/userBuy/moneyOutRecord',
  76. // 个人中心数据统计
  77. dataStatistics: '/api/userBuy/index',
  78. // 消息列表
  79. mesaageList: '/Api/Information/getUserNews',
  80. },
  81. //玩法投注
  82. betOrder: {
  83. Bet: '/Api/Betorder/Bet'
  84. }
  85. }