Update wx_ziwi.js

This commit is contained in:
smallfawn
2025-03-17 09:06:13 +08:00
parent ba2b652935
commit c42b125ac8

View File

@@ -40,9 +40,9 @@ class Task {
'Content-Type': 'application/json'
},
method: 'POST',
data: { "Wxid": "" + this.wxid, "Appid": "" + appid }
body: JSON.stringify({ "Wxid": "" + this.wxid, "Appid": "" + appid })
}
let { data: result } = await this.request(options);
let { body: result } = await $.httpRequest(options);