72 lines
1.3 KiB
JSON
72 lines
1.3 KiB
JSON
{
|
|
"action": "publish",
|
|
"enabled": true,
|
|
"adminToken": "REPLACE_WITH_GOLD_MINER_ADMIN_TOKEN",
|
|
"config": {
|
|
"configVersion": "goldMinerTestV1",
|
|
"effectiveFromPeriodId": "goldMiner:2026-09-24",
|
|
"unlockPassedLevel": 41,
|
|
"timezone": "Asia/Shanghai",
|
|
"productId": "gold_miner",
|
|
"priceFen": 100,
|
|
"currency": "CNY",
|
|
"tasks": [
|
|
{
|
|
"taskId": "task_1",
|
|
"sequence": 1,
|
|
"targetWins": 3,
|
|
"items": [
|
|
{
|
|
"type": "coin",
|
|
"count": 100
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"taskId": "task_2",
|
|
"sequence": 2,
|
|
"targetWins": 5,
|
|
"items": [
|
|
{
|
|
"type": "coin",
|
|
"count": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"taskId": "task_3",
|
|
"sequence": 3,
|
|
"targetWins": 7,
|
|
"items": [
|
|
{
|
|
"type": "coin",
|
|
"count": 300
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"taskId": "task_4",
|
|
"sequence": 4,
|
|
"targetWins": 9,
|
|
"items": [
|
|
{
|
|
"type": "coin",
|
|
"count": 400
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"taskId": "task_5",
|
|
"sequence": 5,
|
|
"targetWins": 10,
|
|
"items": [
|
|
{
|
|
"type": "coin",
|
|
"count": 500
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|