123456789101112 |
- const constBase = {
- BASE_DIR:'c:\\efunbox\\',
- VIDEO_TYPE_M3U8 : '',
- VIDEO_TYPE_MP4 : ''
- }
- const constApi = {
- GET_COURSE_WARE_LIST_BY_LESSON_ID:'http://tt-web.api.ai160.com/lesson/02279ace371a11e8af2000163e08bde8?courseId=02549160371e11e88c3600163e08bde8&eid=100166681101002&cache=true'
- }
- module.exports.constBase = constBase;
- module.exports.constApi = constApi;
|