Skip to content

Instantly share code, notes, and snippets.

@nanpuyue
Created August 15, 2021 04:18
Show Gist options
  • Save nanpuyue/cdc892f79e544780afebca1044b11206 to your computer and use it in GitHub Desktop.
Save nanpuyue/cdc892f79e544780afebca1044b11206 to your computer and use it in GitHub Desktop.
let url = $request.url;
let body = $request.body;
url = url.replace(/&sim_code=[0-9]+/g,'');
body = body.replace(/&sim_code=[0-9]+/g,'');
$done({url, body});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment