This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-20 19:01:45 +08:00
parent 8af1ac9484
commit c6710e7dfa
78 changed files with 10027 additions and 4250 deletions

View File

@@ -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:

View File

@@ -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,

View File

@@ -6,12 +6,17 @@
},
{
"id": 2,
"tig": "限购金币礼包",
"giftId": 190001
"tig": "好多金币礼包",
"giftId": 180002
},
{
"id": 3,
"tig": "每日限购金币礼包",
"tig": "限购矿石礼包",
"giftId": 190001
},
{
"id": 4,
"tig": "每日矿石礼包",
"giftId": 200001
}
]