删除下载任务
@override Future<String> remove(String gid) async { return await _requestApi('aria2.remove', [gid]); }