904118851 8 miesięcy temu
rodzic
commit
4b2d32eecb

+ 3 - 3
2_PRODUCT_FACTORY/hy_batch_factory.js

@@ -36,7 +36,7 @@ async function findSameFilterData(product_list,FilterConfig) {
 
                     let isGenre = CMD.isGenre(FilterConfig,info.genre)
                     if(isGenre){
-                        await CMD.video_product_material(info)
+                        CMD.video_product_material(info)
                     }
                     Ids.push(info.id)
                 }
@@ -211,7 +211,7 @@ CMD.update_filter_data = async function(FilterConfig,data) {
     // console.log("data.genre:",data.genre,data,isGenre)
     if(isGenre){
         try{
-            await CMD.video_product_material(data)
+            CMD.video_product_material(data)
         }catch(e){
             console.log("video_product_material error:",e)
         }
@@ -303,7 +303,7 @@ CMD.video_product_material = async function(data){
         title: data.title,
         yun_fabu_time:data.publish_time
     }))
-    return await axios.post(url, formData, {
+    axios.post(url, formData, {
         headers: {
             'Content-Type': 'multipart/form-data'
         }

BIN
dump.rdb


+ 5 - 0
logs/combined.log

@@ -236,3 +236,8 @@
 2024-12-20T00:00:21: Connected to Redis
 =======
 >>>>>>> a7b8592cb254ec3755704ae607dce2ce52cccf63
+2024-12-20T17:27:48: 
+2024-12-20T17:27:48: > heiyan@1.0.0 start
+2024-12-20T17:27:48: > node tg_factory_main.js
+2024-12-20T17:27:48: 
+2024-12-20T17:27:49: Connected to Redis

+ 5 - 0
logs/out.log

@@ -190,3 +190,8 @@
 2024-12-20T00:00:21: Connected to Redis
 =======
 >>>>>>> a7b8592cb254ec3755704ae607dce2ce52cccf63
+2024-12-20T17:27:48: 
+2024-12-20T17:27:48: > heiyan@1.0.0 start
+2024-12-20T17:27:48: > node tg_factory_main.js
+2024-12-20T17:27:48: 
+2024-12-20T17:27:49: Connected to Redis

BIN
src/api/hy/qr.gif


BIN
src/api/hy/qr_resized.gif