mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-04-22 07:26:46 +00:00
fix: restore social context path and relax weibo cookie requirement
This commit is contained in:
@@ -203,7 +203,7 @@ class WeiboService {
|
||||
const uid = normalizeWeiboUid(uidInput)
|
||||
const cookie = normalizeWeiboCookieInput(cookieInput)
|
||||
if (!cookie) {
|
||||
return { success: false, error: '请先填写有效的微博 Cookie' }
|
||||
return { success: true, uid }
|
||||
}
|
||||
|
||||
const timeline = await this.fetchTimeline(uid, cookie)
|
||||
|
||||
Reference in New Issue
Block a user