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

Method commonPost

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

Source from the content-addressed store, hash-verified

345 }
346
347 async commonPost(threadId) {
348 try {
349 await this.request("v3/posts.create", { id: threadId, type: 0, content: "666", source: "", attachments: [] });
350 $.log(`账号[${this.index}] 帖子评论成功`);
351 } catch (e) {
352 $.log(`账号[${this.index}] 帖子评论失败:${e.message || e}❌`);
353 }
354 }
355
356 async getTreadList() {
357 try {

Callers 1

runMethod · 0.95

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected