fix xmind
This commit is contained in:
BIN
nolinoli.xmind
BIN
nolinoli.xmind
Binary file not shown.
@@ -13,6 +13,9 @@ class BtDonwold {
|
||||
this.baseURL = `http://${this.ip}:${this.port}`
|
||||
// this.getTokne()
|
||||
}
|
||||
/**
|
||||
* 失效函数
|
||||
*/
|
||||
async getTokne() {
|
||||
axios.post(`/transmission/rpc`, { "method": "torrent-get", "arguments": { "fields": ["id", "error", "errorString", "eta", "isFinished", "isStalled", "leftUntilDone", "metadataPercentComplete", "peersConnected", "peersGettingFromUs", "peersSendingToUs", "percentDone", "queuePosition", "rateDownload", "rateUpload", "recheckProgress", "seedRatioMode", "seedRatioLimit", "sizeWhenDone", "status", "trackers", "downloadDir", "uploadedEver", "uploadRatio", "webseedsSendingToUs"], "ids": "recently-active" } }, {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user