添加种子,或种子内容
@override Future<String> addTorrent(String base64Torrent) async { return await _requestApi('aria2.addTorrent', [base64Torrent]); }