(threadId)
| 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 { |