api.js 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. // const API_BASE = 'https://xinghuolanqiu.com/newApi'
  2. //const API_BASE = 'http://192.168.1.126:30000'
  3. //const API_BASE = 'http://www.jihengcc.cn:17080/newApi'
  4. //const API_BASE = 'http://192.168.1.117:8089'
  5. // const API_BASE = 'http://192.168.1.109/newApi'
  6. // const API_BASE = 'http://192.168.1.145/newApi'
  7. // const API_BASE = 'http://starfire.jihengcc.cn/newApi'
  8. const API_BASE = 'https://starfire.jihengcc.cn/newApi'
  9. // const API_BASE = 'http://192.168.1.126:30000'
  10. // const API_BASE = 'http://192.168.1.117:8089'
  11. module.exports = {
  12. // 微信授权登录
  13. wxLogin: API_BASE + '/v2/coach/login/wxLogin',
  14. // 账号密码登录
  15. loginByPassword: API_BASE + '/v2/coach/login/login',
  16. // 提交补课表单
  17. submitExtraLessonsForm: API_BASE + '/v2/sale/class/extraLessonsSubmit',
  18. // 获取补课学员列表
  19. getExtraLessonsStudentList: API_BASE + '/v2/sale/class/extraLessonsStudentList',
  20. // 获取我的班级列表
  21. getClassList: API_BASE + '/v2/sale/class/getClassList',
  22. // 获取场馆列表列表
  23. getVenueList: API_BASE + '/v2/sale/class/getVenueList',
  24. // 获取我的排班列表
  25. getTimetableList: API_BASE + '/v2/sale/class/getClassSort',
  26. // 提交新建班级表单
  27. submitClassForm: API_BASE + '/v2/sale/class/create',
  28. // 获取班级详情
  29. getClassDetail: API_BASE + '/v2/sale/class/getDetail',
  30. // 班级信息修改
  31. classUpdate: API_BASE + '/v2/sale/class/update',
  32. // 班级删除
  33. deleteById: API_BASE + '/v2/sale/class/deleteById',
  34. // 获取班级近况
  35. getClassDetailShowList: API_BASE + '/v2/sale/class/getClassDetailShowList',
  36. // 教练近况发布
  37. insertClassShow: API_BASE + '/v2/sale/class/insertClassShow',
  38. // 教练近况删除
  39. deleteClassShow: API_BASE + '/v2/sale/class/deleteClassShow',
  40. // 获取学员详情
  41. getStudentDetail: API_BASE + '/v2/sale/class/getStudentDetail',
  42. // 提交历程表单
  43. submitCourseForm: API_BASE + '/v2/sale/class/addGrow',
  44. // 获取本课程学员列表
  45. getSignStudentList: API_BASE + '/v2/sale/class/getSignStudentList',
  46. // 获取非本课程学员列表
  47. getOtherSignStudentList: API_BASE + '/v2/sale/class/getOtherSignStudentList',
  48. // 获取班级修改详情
  49. findById: API_BASE + '/v2/sale/class/findById',
  50. // 提交签到表单
  51. submitSignForm: API_BASE + '/v2/sale/class/signSubmit',
  52. // 班级详情->扫码
  53. classCourseWriteOff: API_BASE + '/v2/sale/class/classCourseWriteOff',
  54. // 班级详情->请假详情
  55. leaveLessonsInfo: API_BASE + ' /v2/sale/class/leaveLessonsInfo',
  56. // 班级详情->续费卡列表
  57. stuRenewalCardList: API_BASE + ' /v2/sale/class/stuRenewalCardList',
  58. // 班级详情->续费卡->确认
  59. openRenewalCard: API_BASE + ' /v2/sale/class/openRenewalCard',
  60. // 班级详情-> 病假结束确认
  61. leaveLessonsEndOk: API_BASE + '/v2/sale/class/leaveLessonsEndOk',
  62. // 获取消息通知列表
  63. getMessageList: API_BASE + '/v2/coach/message/getMessageList',
  64. // 消息请假同意
  65. leaveLessonsOk: API_BASE + '/v2/coach/center/leaveLessonsOk',
  66. // 获取我的评价列表
  67. getEvaluateList: API_BASE + '/v2/coach/center/getRatingList',
  68. // 获取我的评价详情
  69. getEvaluateInfo: API_BASE + '/v2/coach/center/getRatingDetail',
  70. // 教练回复
  71. setSignRemark: API_BASE + '/v2/class/setSignRemark',
  72. // 获取我的补课记录列表
  73. getExtraLessonsList: API_BASE + '/v2/coach/center/getExtraLessonsList',
  74. // 获取我的请假记录列表
  75. getLeaveLessonsList: API_BASE + '/v2/coach/center/getLeaveLessonsList',
  76. // 获取我的续费提醒列表
  77. getRenewList: API_BASE + '/v2/coach/center/getSignReminderList',
  78. // 获取我的签到提醒列表
  79. getSignList: API_BASE + '/v2/coach/center/getRenewalReminderList',
  80. // 获取我的签到学员详情
  81. getSignStudentInfo: API_BASE + '/v2/coach/center/getSignStudentList',
  82. // 获取续费学员沟通记录列表
  83. getRenewCommunicateList: API_BASE + '/v2/coach/center/getRenewalCommunicateRecordList',
  84. // 获取签到学员沟通记录列表
  85. getSignCommunicateList: API_BASE + '/v2/coach/center/getSignCommunicateRecordList',
  86. // 提交续费学员沟通记录表单
  87. submitRenewCommunicateForm: API_BASE + '/v2/coach/center/writeRenewalCommunicateRecord',
  88. // 提交签到学员沟通记录表单
  89. submitSignCommunicateForm: API_BASE + '/v2/coach/center/writeSignCommunicateRecord',
  90. // 获取续费率
  91. getRenewPercent: API_BASE + '/v2/coach/center/getRenewPercent',
  92. // 获取续费率排名列表
  93. getRenewRankingList: API_BASE + '/v2/coach/center/getRenewRankingList',
  94. // 获取签到率
  95. getSignPercent: API_BASE + '/v2/coach/center/getSignPercent',
  96. // 获取签到率排名列表
  97. getSignRankingList: API_BASE + '/v2/coach/center/getSignRankingList',
  98. // 获取服务器端图片
  99. getServerImg: API_BASE + '/download/icon/',
  100. // 上传地址
  101. uploadFile: API_BASE + '/v2/common/file/uploadOne',
  102. }