Commit 891b763e6589c4f0fc43fdd65f7b9103415e987f
1 parent
8f82303a
Exists in
master
提交
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
src/HttpServer/jsonconf/CatConfig.json
| ... | ... | @@ -4,10 +4,10 @@ |
| 4 | 4 | "name": "橘猫", |
| 5 | 5 | "level_buy": 1, |
| 6 | 6 | "rec_buy": 1, |
| 7 | - "price": "210", | |
| 7 | + "price": "400", | |
| 8 | 8 | "gold_get": "1", |
| 9 | 9 | "ratio": 1.07, |
| 10 | - "increse_limit": 50, | |
| 10 | + "increse_limit": 55, | |
| 11 | 11 | "interval": 1 |
| 12 | 12 | }, |
| 13 | 13 | { |
| ... | ... | @@ -125,7 +125,7 @@ |
| 125 | 125 | "name": "暖色布偶", |
| 126 | 126 | "level_buy": 7, |
| 127 | 127 | "rec_buy": 5, |
| 128 | - "price": "46798050", | |
| 128 | + "price": 46798050, | |
| 129 | 129 | "gold_get": "4112", |
| 130 | 130 | "ratio": 1.17, |
| 131 | 131 | "increse_limit": 20, | ... | ... |
src/HttpServer/logic/function.go