Add endpoints

This commit is contained in:
Lawin0129
2021-12-02 19:52:15 +00:00
parent a211296c57
commit 4003d2dcfd
3 changed files with 87 additions and 37 deletions

View File

@@ -1,19 +1,19 @@
{
"refreshIntervalHrs":24,
"dailyPurchaseHrs":24,
"expiration":"9999-12-31T00:00:00.000Z",
"storefronts":[
{
"name": "BRDailyStorefront",
"catalogEntries": []
},
{
"name": "BRWeeklyStorefront",
"catalogEntries": []
},
"refreshIntervalHrs": 24,
"dailyPurchaseHrs": 24,
"expiration": "9999-12-31T00:00:00.000Z",
"storefronts": [
{
"name":"CardPackStore",
"catalogEntries":[
"name": "BRDailyStorefront",
"catalogEntries": []
},
{
"name": "BRWeeklyStorefront",
"catalogEntries": []
},
{
"name": "CardPackStore",
"catalogEntries": [
{
"offerId":"B9B0CE758A5049F898773C1A47A69ED4",
"devName":"Always.UpgradePack.03",
@@ -299,8 +299,8 @@
]
},
{
"name":"CardPackStorePreroll",
"catalogEntries":[
"name": "CardPackStorePreroll",
"catalogEntries": [
{
"offerId":"D2E08EFA731D437B85B7340EB51A5E1D",
"devName":"Always.UpgradePack.01",
@@ -488,8 +488,8 @@
]
},
{
"name":"CardPackStoreGameplay",
"catalogEntries":[
"name": "CardPackStoreGameplay",
"catalogEntries": [
{
"offerId":"1F6B613D4B7BAD47D8A93CAEED2C4996",
"devName":"Mini Llama Manual Tutorial - high SharedDisplayPriority",
@@ -580,4 +580,4 @@
]
}
]
}
}