mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
Update dwnc.js
This commit is contained in:
2
dwnc.js
2
dwnc.js
@@ -732,7 +732,7 @@ class UserInfo {
|
|||||||
//console.log(result);
|
//console.log(result);
|
||||||
if (result.code == 200) {
|
if (result.code == 200) {
|
||||||
this.ckStatus = true
|
this.ckStatus = true
|
||||||
DoubleLog(`账号[${this.index}] [${result.data.treeId}] 成熟进度[${result.data.userWateringDroplet}/${result.data.currentLeveNeedWateringDroplet}g]`);
|
DoubleLog(`账号[${this.index}] [${result.data.treeId}] 成熟进度[${result.data.userWateringDroplet}/${result.data.currentLevelNeedWateringDroplet}g]`);
|
||||||
} else {
|
} else {
|
||||||
DoubleLog(`账号[${this.index}] 农场信息查询失败:原因未知`);
|
DoubleLog(`账号[${this.index}] 农场信息查询失败:原因未知`);
|
||||||
console.log(result);
|
console.log(result);
|
||||||
|
|||||||
Reference in New Issue
Block a user