Last updated 2021-05-12 02:17:49

This commit is contained in:
blackmatrix7
2021-05-07 09:29:21 +08:00
parent 9b2a8d2e86
commit 50c6c03d67
349 changed files with 92602 additions and 48968 deletions

View File

@ -1,4 +1,3 @@
$done({
body: $request.body
.replace(/storefrontId\" ?: ?\".+?\"/,'storefrontId" : "143441-1,29"')
})
let app = JSON.parse($request.body);
app.storefrontId = '143380-1,29';
$done({body:JSON.stringify(app)});