Script/Surge/JS/WeChat.js

15 lines
279 B
JavaScript
Raw Normal View History

2019-08-26 22:14:00 +08:00
/*
[Script]
http-request ^https://mp\.weixin\.qq\.com/mp/getappmsgad script-path=https://Choler.github.io/Surge/Script/WeChat.js
[MITM]
hostname = mp.weixin.qq.com
*/
var data = {
body: "{}",
headers: {
"Content-Type": "application/json"
}
};
$done({response: data});