refactor(config): 调整商品价格配置

- 将多个商品的价格从 60 调整为 600
- 涉及商品 ID 为 95、96、97、98 的价格修改
This commit is contained in:
2025-01-12 10:59:08 +08:00
parent 2d602deeaa
commit 5d1f3713f1

View File

@@ -3537,7 +3537,7 @@
"price": { "price": {
"id": 3, "id": 3,
"type": 3, "type": 3,
"count": 60 "count": 600
} }
}, },
"96": { "96": {
@@ -3560,7 +3560,7 @@
"price": { "price": {
"id": 3, "id": 3,
"type": 3, "type": 3,
"count": 60 "count": 600
} }
}, },
"97": { "97": {
@@ -3583,7 +3583,7 @@
"price": { "price": {
"id": 3, "id": 3,
"type": 3, "type": 3,
"count": 60 "count": 600
} }
}, },
"98": { "98": {
@@ -3606,7 +3606,7 @@
"price": { "price": {
"id": 3, "id": 3,
"type": 3, "type": 3,
"count": 60 "count": 600
} }
}, },
"99": { "99": {