mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-18 10:00:38 +00:00
提交
This commit is contained in:
@@ -4,8 +4,8 @@ spring:
|
||||
datasource:
|
||||
username: pet_jisol_cn
|
||||
password: sThsBwjfDcaw2wJR
|
||||
url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
# url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
# url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
jackson:
|
||||
serialization:
|
||||
|
||||
@@ -5,22 +5,67 @@
|
||||
"tig": "金币礼包",
|
||||
"limit": 1,
|
||||
"limitValue": 0,
|
||||
"price": 6,
|
||||
"exchanges": [
|
||||
{
|
||||
"id": 90007,
|
||||
"value": 6
|
||||
}
|
||||
],
|
||||
"rewards": [
|
||||
{
|
||||
"type": 1,
|
||||
"id": 90002,
|
||||
"value": 20
|
||||
"id": 90001,
|
||||
"value": 1000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 180002,
|
||||
"name": "好多金币礼包",
|
||||
"tig": "好多金币礼包",
|
||||
"limit": 1,
|
||||
"limitValue": 0,
|
||||
"exchanges": [
|
||||
{
|
||||
"id": 90007,
|
||||
"value": 6
|
||||
}
|
||||
],
|
||||
"rewards": [
|
||||
{
|
||||
"type": 1,
|
||||
"id": 90001,
|
||||
"value": 1000
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"id": 90001,
|
||||
"value": 1000
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"id": 90001,
|
||||
"value": 1000
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"id": 90001,
|
||||
"value": 1000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 190001,
|
||||
"name": "限购金币礼包",
|
||||
"tig": "限购金币礼包",
|
||||
"name": "限购矿石礼包",
|
||||
"tig": "每日限购矿石礼包",
|
||||
"limit": 2,
|
||||
"limitValue": 1,
|
||||
"price": 6,
|
||||
"limitValue": 5,
|
||||
"exchanges": [
|
||||
{
|
||||
"id": 90007,
|
||||
"value": 6
|
||||
}
|
||||
],
|
||||
"rewards": [
|
||||
{
|
||||
"type": 1,
|
||||
@@ -31,11 +76,16 @@
|
||||
},
|
||||
{
|
||||
"id": 200001,
|
||||
"name": "每日限购金币礼包",
|
||||
"tig": "每日限购金币礼包",
|
||||
"name": "每日矿石礼包",
|
||||
"tig": "每日限购矿石礼包",
|
||||
"limit": 3,
|
||||
"limitValue": 1,
|
||||
"price": 6,
|
||||
"limitValue": 5,
|
||||
"exchanges": [
|
||||
{
|
||||
"id": 90007,
|
||||
"value": 6
|
||||
}
|
||||
],
|
||||
"rewards": [
|
||||
{
|
||||
"type": 1,
|
||||
|
||||
@@ -6,12 +6,17 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"tig": "限购金币礼包",
|
||||
"giftId": 190001
|
||||
"tig": "好多金币礼包",
|
||||
"giftId": 180002
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"tig": "每日限购金币礼包",
|
||||
"tig": "限购矿石礼包",
|
||||
"giftId": 190001
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"tig": "每日矿石礼包",
|
||||
"giftId": 200001
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user