Browse Source

58tc fix2

main
haptear 3 years ago
parent
commit
1b2f79852b
  1. 2
      58tc.js

2
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;

Loading…
Cancel
Save