MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / viewPost

Method viewPost

wxapp/iqoo.js:338–345  ·  view source on GitHub ↗
(threadId)

Source from the content-addressed store, hash-verified

336 }
337
338 async viewPost(threadId) {
339 try {
340 await this.request("v3/view.count", { threadId, type: 0 }, { method: "GET" });
341 $.log(`账号[${this.index}] 帖子浏览成功`);
342 } catch (e) {
343 $.log(`账号[${this.index}] 帖子浏览失败:${e.message || e}❌`);
344 }
345 }
346
347 async commonPost(threadId) {
348 try {

Callers 1

runMethod · 0.95

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected