|
|
@@ -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)
|