网易蜗牛读书

This commit is contained in:
NobyDa 2019-07-27 12:25:05 +08:00 committed by GitHub
parent 205176d95d
commit 8664837c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
QuantumultX/File/wnyd.js Normal file
View File

@ -0,0 +1,8 @@
var body = $response.body;
var obj = JSON.parse(body);
obj.tradeEndTime = 1679685290000;
body = JSON.stringify(obj);
$done(body);
//By yxiaocai & JO2EY