(uuid: string, exclude: string[] | undefined)
| 92 | |
| 93 | // 重置排除项 |
| 94 | resetExclude(uuid: string, exclude: string[] | undefined) { |
| 95 | return this.do("resetExclude", { uuid, exclude }); |
| 96 | } |
| 97 | |
| 98 | requestCheckUpdate(uuid: string) { |
| 99 | return this.do("requestCheckUpdate", uuid); |