mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
47 lines
740 B
JSON
47 lines
740 B
JSON
[
|
|
{
|
|
"id": 180001,
|
|
"name": "金币礼包",
|
|
"tig": "金币礼包",
|
|
"limit": 1,
|
|
"limitValue": 0,
|
|
"price": 6,
|
|
"rewards": [
|
|
{
|
|
"type": 1,
|
|
"id": 90002,
|
|
"value": 20
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 190001,
|
|
"name": "限购金币礼包",
|
|
"tig": "限购金币礼包",
|
|
"limit": 2,
|
|
"limitValue": 1,
|
|
"price": 6,
|
|
"rewards": [
|
|
{
|
|
"type": 1,
|
|
"id": 90002,
|
|
"value": 20
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 200001,
|
|
"name": "每日限购金币礼包",
|
|
"tig": "每日限购金币礼包",
|
|
"limit": 3,
|
|
"limitValue": 1,
|
|
"price": 6,
|
|
"rewards": [
|
|
{
|
|
"type": 1,
|
|
"id": 90002,
|
|
"value": 20
|
|
}
|
|
]
|
|
}
|
|
] |