|
@@ -15,6 +15,19 @@ mac.getMac(function(err,macAddress){
|
|
|
*/
|
|
|
class LjApiHelper
|
|
|
{
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the API for query course
|
|
|
+ * @param lessonId the lesson id
|
|
|
+ * @param courseId the course id
|
|
|
+ * @param eid the eid
|
|
|
+ * @returns {string} the API url
|
|
|
+ */
|
|
|
+ static getApiForGetMac()
|
|
|
+ {
|
|
|
+ return macAddressStr;
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* Gets the API for query course
|
|
|
* @param lessonId the lesson id
|