-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023-07-14
起通过远古版本客户端_client_version=6.0.x
获取网页端上吧首页主题帖列表接口中的主题帖最后回复人百度uid
变成了楼主uid
,但name
和name_show
仍然正常
#208
Comments
2023-07-14
起通过远古版本客户端__client_version=6.0.x
获取网页端上吧首页主题帖列表接口中的主题帖最后回复人百度uid变成了楼主的uid,但name
和name_show
仍然正常2023-07-14
起通过远古版本客户端__client_version=6.0.x
获取网页端上吧首页主题帖列表接口中的主题帖最后回复人百度uid
变成了楼主uid
,但name
和name_show
仍然正常
xref |
SELECT COUNT(*), to_timestamp("takenAt")::date
FROM tbmcr_thread
WHERE "latestReplierUid" IS NOT NULL
AND "takenAt" > date_part('epoch', '2023-01-01'::date)
GROUP BY to_timestamp("takenAt")::date
ORDER BY to_timestamp("takenAt")::date DESC;
|
2023-07-14
起通过远古版本客户端__client_version=6.0.x
获取网页端上吧首页主题帖列表接口中的主题帖最后回复人百度uid
变成了楼主uid
,但name
和name_show
仍然正常2023-07-14
起通过远古版本客户端_client_version=6.0.x
获取网页端上吧首页主题帖列表接口中的主题帖最后回复人百度uid
变成了楼主uid
,但name
和name_show
仍然正常
+ entity class `LatestReplier` that has one-to-one relationship with entity `ThreadPost.LatestReplier` * replace field `LatestReplierUid` with foreign key to entity `LatestReplier` @ ThreadPost.cs, also affects `ThreadRevision`, `ThreadSaver` & `CrawlPost.CrawlReplies()` * replace field `_latestRepliers` with `_latestRepliersKeyByUnique` to reuse latest repliers with same `UniqueLatestReplier` for `FillFromRequestingWith602()` @ ThreadCrawlFacade.cs * now will invoke `ThreadLatestReplierSaver.Save()` FieldRevisionIgnorance @ `Save()` * no longer ignrore revision for field `ThreadPost.LatestReplierUid` @ `FieldRevisionIgnorance()` @ ThreadSave.cs @ c#
奠。以后反挖坟只能提高扫描频率了 |
没有封人接口可以仅根据 |
还真没有 |
https://n0099.net/tbm/v1/client_tester.php?type=posts&forum=模拟城市&pn=1&rn=30&client_version=6.0.9999 archive
uid
3448717235
是tid5564277912
楼主SY_Here
的uid而非该主题帖最后回复人canguanzhe
的uid720938213
追溯
最后回复人uid
跟楼主uid
相同的主题帖数量按
发帖时间
首次爬到的时间
最后一次更新的时间
最后一次爬到的时间
只有
最后一次爬到的时间
没有呈现相关性The text was updated successfully, but these errors were encountered: