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

Method sharePost

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

Source from the content-addressed store, hash-verified

327 }
328
329 async sharePost(threadId) {
330 try {
331 await this.request("v3/thread.share", { threadId });
332 $.log(`账号[${this.index}] 帖子分享成功`);
333 } catch (e) {
334 $.log(`账号[${this.index}] 帖子分享失败:${e.message || e}❌`);
335 }
336 }
337
338 async viewPost(threadId) {
339 try {

Callers 1

runMethod · 0.95

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected