Files
wool_scripts/Scripts/heytea.js
2025-06-30 21:59:46 +08:00

6 lines
147 B
JavaScript

let obj=JSON.parse($response.body);
delete obj.data.ad ;
delete obj.data.brands ;
delete obj.data.info.infos ;
$done({body: JSON.stringify(obj)});