From 4a860ed6d4e879a7148b4927c87dfb3615c8030c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 5 Sep 2023 15:06:35 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppPlanetController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/OutAppPlanetController.class.php b/webapp/controller/OutAppPlanetController.class.php index fd75eb9f..66915fe9 100644 --- a/webapp/controller/OutAppPlanetController.class.php +++ b/webapp/controller/OutAppPlanetController.class.php @@ -16,7 +16,7 @@ class OutAppPlanetController extends BaseController { const BEGIN_TOKEN_ID = 280001; const END_TOKEN_ID = 280300; - const PRICE = 1; + const PRICE = 300; const PERIOD = 1; public function buy()