Skip to content

Commit

Permalink
Trying to fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Jan 5, 2024
1 parent 121cc65 commit 1ae7514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarockBili Watch App/PersonalCenter/UserDetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ struct UserDetailView: View {
"User-Agent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" /// Bypass? drdar://gh/SocialSisterYi/bilibili-API-collect/issues/868/1859065874
]
// FIXME: Apply changes to RefreshArticles method after checking ability.
biliWbiSign(paramEncoded: "mid=\(uid)&ps=50&tid=0&pn=\(videoNowPage)&keyword=&order=pubdate&platform=web&web_location=1550101&order_avoided=true&dm_img_str=V2ViR0wgMS4wIChPcGVuR0wgRVMgMi4wIENocm9taXVtKQ&dm_cover_img_str=VjNEIDQuMkJyb2FkY2".base64Encoded()) { signed in
biliWbiSign(paramEncoded: "mid=\(uid)&ps=50&tid=0&pn=\(videoNowPage)&keyword=&order=pubdate&platform=web&web_location=1550101&order_avoided=true&dm_img_list=[%7B%22x%22:3699,%22y%22:4886,%22z%22:0,%22timestamp%22:318,%22type%22:0%7D,%7B%22x%22:3831,%22y%22:4742,%22z%22:63,%22timestamp%22:422,%22type%22:0%7D,%7B%22x%22:3891,%22y%22:4659,%22z%22:92,%22timestamp%22:523,%22type%22:0%7D,%7B%22x%22:3989,%22y%22:4473,%22z%22:145,%22timestamp%22:1258,%22type%22:0%7D,%7B%22x%22:4010,%22y%22:4622,%22z%22:196,%22timestamp%22:1802,%22type%22:0%7D,%7B%22x%22:4237,%22y%22:4856,%22z%22:425,%22timestamp%22:2912,%22type%22:0%7D,%7B%22x%22:3951,%22y%22:4569,%22z%22:142,%22timestamp%22:6087,%22type%22:0%7D,%7B%22x%22:4038,%22y%22:4656,%22z%22:229,%22timestamp%22:6322,%22type%22:0%7D,%7B%22x%22:4099,%22y%22:4693,%22z%22:293,%22timestamp%22:13030,%22type%22:0%7D,%7B%22x%22:4775,%22y%22:5159,%22z%22:1024,%22timestamp%22:13281,%22type%22:0%7D,%7B%22x%22:3964,%22y%22:4390,%22z%22:179,%22timestamp%22:13704,%22type%22:0%7D,%7B%22x%22:4774,%22y%22:5200,%22z%22:989,%22timestamp%22:14089,%22type%22:0%7D,%7B%22x%22:3928,%22y%22:4354,%22z%22:143,%22timestamp%22:14192,%22type%22:0%7D,%7B%22x%22:3871,%22y%22:4440,%22z%22:669,%22timestamp%22:20046,%22type%22:0%7D,%7B%22x%22:2253,%22y%22:694,%22z%22:490,%22timestamp%22:20843,%22type%22:1%7D,%7B%22x%22:1851,%22y%22:293,%22z%22:85,%22timestamp%22:21004,%22type%22:0%7D]&dm_img_str=V2ViR0wgMS4wIChPcGVuR0wgRVMgMi4wIENocm9taXVtKQ&dm_cover_img_str=VjNEIDQuMkJyb2FkY2".base64Encoded()) { signed in
if let signed {
debugPrint(signed)
DarockKit.Network.shared.requestJSON("https://api.bilibili.com/x/space/wbi/arc/search?\(signed)", headers: headers) { respJson, isSuccess in
Expand Down

0 comments on commit 1ae7514

Please sign in to comment.