mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-20 00:34:46 +08:00
Update wx_ziwi.js
This commit is contained in:
@@ -40,9 +40,9 @@ class Task {
|
|||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
method: 'POST',
|
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);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user