mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-19 13:41:18 +08:00
Initial commit: new history
This commit is contained in:
8
Scripts/shunfeng/shunfeng.js
Normal file
8
Scripts/shunfeng/shunfeng.js
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
const url = $request.url;
|
||||
let new_body = JSON.parse($response.body);
|
||||
|
||||
if (url.includes("app/ad/queryInfoFlow")) {
|
||||
new_body.obj = Object.values(new_body.obj).filter((item) => item.adverId == 2833);
|
||||
}
|
||||
$done({body: JSON.stringify(new_body)});
|
||||
Reference in New Issue
Block a user