api.js 4.6 KB

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