()
| 4142 | this.notebookId = t?.notebooks?.[0]?.notebookId || "", this.notebookId ? (await this.api.createNote(e, this.notebookId), this.log("创建笔记完成")) : this.log("获取默认笔记本失败") |
| 4143 | } |
| 4144 | async uploadZeroFile() { |
| 4145 | await this.api.uploadSimpleFile(), this.log("上传任务文件完成") |
| 4146 | } |
| 4147 | async wxSign() { |
| 4148 | await this.sleep(); |
| 4149 | const e = await this.api.getWxSignInfo(); |