From 1b2f79852baca307d52064c11f4841f15d2d8eb5 Mon Sep 17 00:00:00 2001 From: haptear Date: Wed, 23 Feb 2022 09:42:23 +0800 Subject: [PATCH] 58tc fix2 --- 58tc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/58tc.js b/58tc.js index ba07d6d..b70794b 100644 --- a/58tc.js +++ b/58tc.js @@ -249,7 +249,7 @@ class UserInfo { let furnitureId = await this.houseGetCleanId(); while (furnitureId != '0') { let url = `https://lovely-house.58.com/housework/clean` - let body = `furnitureId=${index}` + let body = `furnitureId=${furnitureId}` let urlObject = populateUrlObject(url, this.cookie, body) await httpRequest('post', urlObject) let result = httpResult;