fix: 部分贴吧无法访问
This commit is contained in:
parent
7a72da2d64
commit
050d469ac7
|
|
@ -983,7 +983,7 @@ object MixedTiebaApiImpl : ITiebaApi {
|
||||||
is_default_navtab = 0,
|
is_default_navtab = 0,
|
||||||
is_good = if (goodClassifyId != null) 1 else 0,
|
is_good = if (goodClassifyId != null) 1 else 0,
|
||||||
is_selection = 0,
|
is_selection = 0,
|
||||||
kw = forumName,
|
kw = forumName.urlEncode(),
|
||||||
last_click_tid = 0,
|
last_click_tid = 0,
|
||||||
load_type = loadType,
|
load_type = loadType,
|
||||||
net_error = 0,
|
net_error = 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue