Update store ID

This commit is contained in:
NobyDa 2022-06-29 18:03:48 +08:00
parent 035f8e3f3e
commit 28bcd73c78
No known key found for this signature in database
GPG Key ID: E6B0AC788D373C5B
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ async function runs() {
}
} else if (/\/install$/.test(req.url) && req.body) {
req.body = JSON.parse(req.body);
req.body.storefrontId = '143380-1,29'; //prevent regional restrictions
req.body.storefrontId = '143441-19,29'; //prevent regional restrictions
req.body = $.stringify(req.body);
} else if (/\d+\/eula$/.test(req.url)) {
rsp.body = $.stringify(ShareAccount(appID, build));