api.js 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. // const API_BASE = 'https://xinghuolanqiu.com/newApi'
  2. //const API_BASE = 'http://192.168.1.126:30000'
  3. // const API_BASE = 'http://192.168.1.145/newApi'
  4. // const API_BASE = 'http://39.99.241.14/newApi'
  5. let API_BASE = 'https://starfire.jihengcc.cn/newApi'
  6. //let API_BASE = 'http://192.168.1.117:8089/'
  7. if(Date.parse(new Date())>1660190400000){
  8. API_BASE = 'https://xinghuolanqiu.com/newApi'
  9. }
  10. // const API_BASE = 'http://192.168.1.109/newApi'
  11. // const API_BASE = 'http://192.168.1.117:8089/'
  12. // const API_BASE = 'http://192.168.1.126:30000'
  13. // const API_BASE = 'http://192.168.1.117:8089'
  14. module.exports = {
  15. // 微信授权登录
  16. wxLogin: API_BASE + '/v2/student/login/wxLogin',
  17. // 账号密码登录
  18. loginByPassword: API_BASE + '/v2/student/login/login',
  19. // 更换昵称头像
  20. changeWxInfo: API_BASE + '/v2/student/login/changeWxInfo',
  21. // 根据经纬度获取位置
  22. getAddressInfo: API_BASE + '/v2/location/pointToAddress',
  23. // 获取订阅模板
  24. getTemplate: API_BASE + '/v2/student/myCenter/getTemplate',
  25. // 根据省市区code获取场馆
  26. getCodeVenueList: API_BASE + '/v2/student/myCenter/getCodeVenueList',
  27. // 获取首页轮播图列表
  28. getIndexSwiperList: API_BASE + '/v2/home/getRollAdvertisingHomeList',
  29. // 获取首页场馆列表
  30. // v2
  31. // getVenueList: API_BASE + '/v2/home/getVenueNearbyList',
  32. // v3
  33. getVenueList: API_BASE + '/sgai/venue/get4ShortestVenue',
  34. // 获取场馆详情
  35. getVenueDetail: API_BASE + '/v2/home/getVenueDetailById',
  36. // 获取班级详情
  37. getClassDetail: API_BASE + '/v2/home/getClassDetailById',
  38. // 获取首页精彩瞬间列表
  39. getVideoList: API_BASE + '/v2/home/getCourseShowNearbyList',
  40. // 获取可报名学员列表
  41. getEnlistAbleStudent: API_BASE + '/v2/class/selectApplyList',
  42. // 获取会员服务班级详情
  43. getMemberClassDetail: API_BASE + '/v2/class/getDetail',
  44. // 获取我的班级全部请假列表
  45. getAllLeaveList: API_BASE + '/v2/class/getAllLeaveList',
  46. // 获取评论
  47. getSignRemark: API_BASE + '/v2/class/getSignRemark',
  48. // 评论
  49. setSignRemark: API_BASE + '/v2/class/setSignRemark',
  50. // 学员报名
  51. enlistStudent: API_BASE + '/v2/class/apply',
  52. // 我的请假记录
  53. stuLeaveLessonsList: API_BASE + '/v2/student/myCenter/stuLeaveLessonsList',
  54. // 获取可预约学员列表
  55. getSubscribeAbleList: API_BASE + '/v2/class/selectStudent',
  56. // 学员预约
  57. appointment: API_BASE + '/v2/class/appointment',
  58. // 提交新增学员表单
  59. submitStudentForm: API_BASE + '/v2/student/info/add',
  60. // 修改学员表单
  61. updateStudentForm: API_BASE + '/v2/student/info/update',
  62. // 提交学员预约表单
  63. submitSubscribelForm: API_BASE + '/v2/class/appointment',
  64. // 提交请假表单
  65. submitLevelForm: API_BASE + '/v2/class/leaveSubmit',
  66. // 提交评价表单
  67. submitEvaluateForm: API_BASE + '/v2/class/estimateSubmit',
  68. // 提交成长历程
  69. submitGrowForm: API_BASE + '/v2/class/addGrow',
  70. // 获取我的账户
  71. getMemberInfo: API_BASE + '/v2/student/myCenter/getMemberInfo',
  72. // 获取我的课程列表
  73. getMyClassList: API_BASE + '/v2/class/getList',
  74. // 获取我的请假列表
  75. getLeaveList: API_BASE + '/v2/class/getLeaveList',
  76. // 获取我的订单列表
  77. getOrderList: API_BASE + '/v2/student/myCenter/getOrderByState',
  78. // 获取我的学员列表
  79. getStudentList: API_BASE + '/v2/student/myCenter/selectStudent',
  80. // 获取我的优惠券列表
  81. getCouponList: API_BASE + '/v2/student/myCenter/getCouponList',
  82. // 专用优惠券可使用场馆
  83. getCouponExInfo: API_BASE + '/v2/student/myCenter/getCouponExInfo',
  84. // 获取分享有礼二维码
  85. getShareUrl: API_BASE + '/v2/student/myCenter/share',
  86. // 获取二维码信息
  87. getQrcodeInfo: API_BASE + '/v2/sale/center/bindShareId',
  88. // 获取我的评价列表
  89. getEvaluateList: API_BASE + '/v2/student/myCenter/getClassEvaluateList',
  90. // 获取我的签到评价列表
  91. findSignEvaluate: API_BASE + '/v2/class/findSignEvaluate',
  92. // 获取我的预约体验列表
  93. getSubscribeList: API_BASE + '/v2/admin/subscribe/getSubscribeClassEvaluateList',
  94. // 查询场馆下 班级列表
  95. getClassListByVenueId: API_BASE + '/course/getClassListByVenueId',
  96. // 查询所有教练列表
  97. getCoachListAll: API_BASE + '/coach/getCoachList.do',
  98. // 查询教练列表
  99. getCoachList: API_BASE + '/common/coach/getCoachList',
  100. // 保存预约信息
  101. updateAppointment: API_BASE + '/v2/admin/subscribe/updateAppointment',
  102. // 获取可购买会员卡列表
  103. getMemberCardList: API_BASE + '/v2/student/myCenter/getCardTypeList',
  104. // 获取可购买会员卡信息
  105. getMemberCardInfo: API_BASE + '/v2/student/myCenter/getMemberDetailAfterCoupon',
  106. // 获取可购买会员卡所有场馆
  107. getAllVenueList: API_BASE + '/v2/student/myCenter/getAllVenueList',
  108. // 获取前用户家长信息
  109. getParentInfo: API_BASE + '/v2/student/contract/getUserInfo',
  110. // 获取可用优惠券列表
  111. getUsableCouponList: API_BASE + '/v2/student/myCenter/getOwnCouponList',
  112. // 获取当前用户绑定的学员
  113. getUserStudent: API_BASE + '/v2/admin/student/getUserStudent',
  114. // 根据学员获取二维码
  115. studentQRcode: API_BASE + '/v2/sale/center/studentQRcode',
  116. // 根据学员获取剩余课时
  117. getGiveLessons: API_BASE + '/v2/admin/leave/getGiveLessons',
  118. // 获取可购买会员卡学员列表
  119. getAllStudentList: API_BASE + '/v2/student/myCenter/selectAllStudent',
  120. // 获取合同模板
  121. getContractInfo: API_BASE + '/v2/student/contract/download',
  122. // 提交签字合同表单
  123. submitContractForm: API_BASE + '/v2/student/contract/submit',
  124. // 提交签字合同表单 其他方式支付
  125. getPayParams0: API_BASE + '/v2/student/myCenter/getCashPayParams',
  126. // 获取支付回调数据
  127. getPayParams: API_BASE + '/v2/student/myCenter/getWxPayParams',
  128. // 获取支付结果
  129. getPayResult: API_BASE + '/v2/student/myCenter/getPayResult',
  130. // 获取服务器端图片
  131. getServerImg: API_BASE + '/download/icon/',
  132. // 上传地址
  133. uploadFile: API_BASE + '/v2/common/file/uploadOne',
  134. }