LjConst.js 379 B

123456789101112
  1. const constBase = {
  2. BASE_DIR:'c:\\efunbox\\',
  3. VIDEO_TYPE_M3U8 : '',
  4. VIDEO_TYPE_MP4 : ''
  5. }
  6. const constApi = {
  7. GET_COURSE_WARE_LIST_BY_LESSON_ID:'http://tt-web.api.ai160.com/lesson/02279ace371a11e8af2000163e08bde8?courseId=02549160371e11e88c3600163e08bde8&eid=100166681101002&cache=true'
  8. }
  9. module.exports.constBase = constBase;
  10. module.exports.constApi = constApi;