From c42b125ac80c1bf7419a2e0f0ed4ed90ca296fce Mon Sep 17 00:00:00 2001 From: smallfawn <860562056@qq.com> Date: Mon, 17 Mar 2025 09:06:13 +0800 Subject: [PATCH] Update wx_ziwi.js --- wxapp/wx_ziwi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxapp/wx_ziwi.js b/wxapp/wx_ziwi.js index 83ba961..2b65ee4 100644 --- a/wxapp/wx_ziwi.js +++ b/wxapp/wx_ziwi.js @@ -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);