Created
August 15, 2021 04:18
-
-
Save nanpuyue/cdc892f79e544780afebca1044b11206 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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