清除指定完成/报错/删除的任务信息
@override Future<String> removeDownloadResult(String gid) async { return await _requestApi('aria2.removeDownloadResult', [gid]); }