shawenguan 1 an în urmă
părinte
comite
dffb5c343f
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      Scripts/wubian/wubianFirstGrab.js

+ 1 - 2
Scripts/wubian/wubianFirstGrab.js

@@ -100,7 +100,6 @@ async function tryFirstGrab() {
     }
 }
 
-
 function getWillArtIndexName() {
     let indexName = magicJS.data.read(WuBianConstKey.FirstGoodsName, '');
     return indexName;
@@ -177,7 +176,7 @@ async function queryAllFirstArtList(type) {
 }
 
 async function queryFirstArtList(type, page) {
-    const url = `https://api.wubian.pro/vmf/app/synthesis/activityList`;
+    const url = `https://api.wubian.pro/vmf/app/index/artList`;
     const reqData = {
         type: type,
         page: page,