暂停下载
@override Future<String> pause(String gid) async { return await _requestApi('aria2.pause', [gid]); }