mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-19 00:04:59 +08:00
Update wx_ziwi.js
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user