mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-01-24 04:39:01 +08:00
9 lines
245 B
JavaScript
9 lines
245 B
JavaScript
|
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});
|