guozhaoshun 6 년 전
부모
커밋
5f3b697574
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helper/LjApiHelper.js

+ 1 - 1
helper/LjApiHelper.js

@@ -64,7 +64,7 @@ class LjApiHelper
      */
     static getApiForDelDownload(lessonId,data)
     {
-        return "http://tt-web.api.ai160.com/callback/download/delete?lessonId=" + lessonId+"&mac="+macAddressStr+"&data="+data;
+        return "http://tt-web.api.ai160.com/callback/download/delete?lessonId=" + lessonId+"&mac="+macAddressStr;
     }
 
     /**