Merge pull request #35 from alpha87/master

This commit is contained in:
NobyDa 2019-12-04 15:46:42 +08:00 committed by GitHub
commit a5b65c3b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Surge & QX MITM = mp.weixin.qq.com,
var obj = JSON.parse($response.body);
obj.advertisement_num = 0;
obj.advertisement_info = [];
delete obj.appid;
$done({body: JSON.stringify(obj)});
//by Choler
//by Choler