1 |
- "use strict";var r=require("../common/request1.js");let t=new r.Request().http;function n(e){return t("/app/wx/courseLogin",e,"POST","application/json;charset=UTF-8")}function o(e){return t("/app/course/getRealLink",e,"GET")}function s(e){return t("/app/course/getH5CourseByVideoId",e,"GET")}function i(e){return t("/app/course/getH5CourseVideoDetails",e,"GET")}function a(e){return t("/app/course/courseAnswer",e,"POST","application/json;charset=UTF-8")}function u(e){return t("/app/course/updateWatchDuration",e,"POST","application/json;charset=UTF-8")}function c(e){return t("/app/course/isAddKf",e,"POST","application/json;charset=UTF-8")}function p(e){return t("/app/course/getInternetTraffic",e,"POST","application/json;charset=UTF-8")}function g(e){return t("/app/course/getIntegralByH5Video",e,"POST","application/json;charset=UTF-8")}function d(e){return t("/app/course/sendReward",e,"POST","application/json;charset=UTF-8")}function f(e){return t("/app/course/getErrMsg",e,"POST","application/x-www-form-urlencoded")}exports.courseAnswer=a;exports.getErrMsg=f;exports.getFinishCourseVideo=u;exports.getH5CourseByVideoId=s;exports.getH5CourseVideoDetails=i;exports.getIntegralByH5Video=g;exports.getInternetTraffic=p;exports.getIsAddKf=c;exports.getRealLink=o;exports.loginByMp=n;exports.sendReward=d;
|