hank il y a 1 an
Parent
commit
81e1766f99
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      api/api.js

+ 2 - 2
api/api.js

@@ -105,8 +105,8 @@ export function getVideoList(params = {}) {
     filter_id: filter_id,
     next_id: next_id,
     count: size,
-    uuid:  getApp().globalData.uuid, // 固定值,实际应用中可能需要动态生成
-    gh_id: "gh_acc9a32b2122" // 固定值
+    uuid: getApp().globalData.uuid, // 固定值,实际应用中可能需要动态生成
+    gh_id: "gh_4e55f615d5dc" // 固定值
   };
   
   return postWithCommonParams("https://applet.xiaoduer.cn/cashvideoapi/cashvideo/getvideolist", requestData)