feat(ShopConfig): 更新商城配置
- 修改商品 ID 从 1394 到 1242 - 调整限制次数从 15 次到 0 次 - 变更限制类型从 2 到 3 - 更新商品价格配置: - ID 从 4 改为 3 - 类型从 4 改为 3 - 价格从 1000000 降至 188
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
"shoptype": 1,
|
||||
"Tabshop": 1,
|
||||
"shop": {
|
||||
"id": 1394,
|
||||
"id": 1242,
|
||||
"type": 0,
|
||||
"count": 1
|
||||
},
|
||||
@@ -223,19 +223,19 @@
|
||||
{
|
||||
"limit": [
|
||||
{
|
||||
"value": 15,
|
||||
"value": 0,
|
||||
"times": 1
|
||||
}
|
||||
],
|
||||
"type": 2
|
||||
"type": 3
|
||||
}
|
||||
],
|
||||
"daylimit": 0,
|
||||
"levellimit": 1,
|
||||
"price": {
|
||||
"id":4,
|
||||
"type": 4,
|
||||
"count": 1000000
|
||||
"id": 3,
|
||||
"type": 3,
|
||||
"count": 188
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user