diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 486b9e0..feab8d5 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -476,7 +476,7 @@ func HandlerFetchproterybox(w http.ResponseWriter, data string) { } if cfg.Reward > 0 { - cfg.Reward = int(cfg.Reward / 4) + cfg.Reward = int(cfg.Reward / 20) } //加金币 -- libgit2 0.21.0