904118851 7 сар өмнө
parent
commit
2ef7918565

+ 1 - 1
WX_GUA_JIAN_PARSE/parse_wx_guajian.js

@@ -56,7 +56,7 @@ async function fetchData(url1) {
         }
         return null;
     } catch (error) {
-        console.error('Error:', error);
+        console.error('Error:', error,url1);
         return null
     }
 }