|
@ -249,7 +249,7 @@ class UserInfo { |
|
|
let furnitureId = await this.houseGetCleanId(); |
|
|
let furnitureId = await this.houseGetCleanId(); |
|
|
while (furnitureId != '0') { |
|
|
while (furnitureId != '0') { |
|
|
let url = `https://lovely-house.58.com/housework/clean` |
|
|
let url = `https://lovely-house.58.com/housework/clean` |
|
|
let body = `furnitureId=${index}` |
|
|
let body = `furnitureId=${furnitureId}` |
|
|
let urlObject = populateUrlObject(url, this.cookie, body) |
|
|
let urlObject = populateUrlObject(url, this.cookie, body) |
|
|
await httpRequest('post', urlObject) |
|
|
await httpRequest('post', urlObject) |
|
|
let result = httpResult; |
|
|
let result = httpResult; |
|
|