mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-20 13:43:58 +08:00
Initial commit: new history
This commit is contained in:
10
Scripts/jingxiAd.js
Normal file
10
Scripts/jingxiAd.js
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* 京喜APP
|
||||
*/
|
||||
let obj = JSON.parse($response.body);
|
||||
|
||||
if (/^https?:\/\/api\.m\.jd\.com\/api\?functionId=delivery_show/.test($request.url)) {
|
||||
obj.data.materialList.startTime = 3667476800000;
|
||||
obj.data.materialList.endTime = 3667908800000;
|
||||
}
|
||||
$done({body: JSON.stringify(obj)});
|
||||
Reference in New Issue
Block a user