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/blued.js
Normal file
8
Scripts/blued.js
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
let rsp_body = JSON.parse($response.body);
|
||||
rsp_body.data[0].banner = {};
|
||||
rsp_body.data[0].service = [];
|
||||
rsp_body.data[0].healthy = {};
|
||||
rsp_body.data[0].healthy_banner = [];
|
||||
rsp_body.data[0].emotions = [];
|
||||
$done({body: JSON.stringify(rsp_body)});
|
||||
Reference in New Issue
Block a user