()
| 30 | |
| 31 | } |
| 32 | async main() { |
| 33 | await this.user_info(); |
| 34 | await this.sign_reward() |
| 35 | await this.special_finish() |
| 36 | await this.task_list() |
| 37 | //console.log(this.taskList) |
| 38 | for (let i of this.taskList) { |
| 39 | await $.wait(5000) |
| 40 | await this.task_finish(i.id) |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | async user_info() { |
| 45 | let result = await this.taskRequest("get", `https://api.fenxianglife.com/njia/users/info`) |
no test coverage detected