You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
245 B
JavaScript
9 lines
245 B
JavaScript
3 years ago
|
let body = $request.body;
|
||
|
|
||
|
body = body.replace(/&sim_code=\d+/,"&sim_code=51503");
|
||
|
body = body.replace(/&locale=zh_CN/,"&locale=zh_PH");
|
||
|
body = body.replace(/&s_locale=zh-Hans_[A-Z]{2}/,"&s_locale=zh-Hans_PH");
|
||
|
|
||
|
console.log(body)
|
||
|
|
||
|
$done({body});
|