From 4a860ed6d4e879a7148b4927c87dfb3615c8030c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 5 Sep 2023 15:06:35 +0800 Subject: [PATCH 1/3] 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() From de3f2000d0c0ab9dc1b041ae76900f4573354fb0 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 5 Sep 2023 15:17:16 +0800 Subject: [PATCH 2/3] 1 --- sql/gamedb.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/gamedb.sql b/sql/gamedb.sql index 9e655da4..9d4583f6 100644 --- a/sql/gamedb.sql +++ b/sql/gamedb.sql @@ -1393,7 +1393,6 @@ CREATE TABLE `t_mall` ( `seller_address` varchar(60) NOT NULL DEFAULT '' COMMENT 'seller_address', `item_id` int(11) NOT NULL DEFAULT '0' COMMENT '物品id', `item_num` bigint NOT NULL DEFAULT '0' COMMENT '物品数量', - `currency_name` varchar(60) NOT NULL DEFAULT '' COMMENT 'currency_name', `currency` varchar(60) NOT NULL COMMENT 'currency', `price` varchar(255) NOT NULL DEFAULT '' COMMENT 'price', `status` int(11) NOT NULL DEFAULT '0' COMMENT 'status', From a2816b7e5f89edfd027147c382dda8725c1eb04b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 5 Sep 2023 16:52:20 +0800 Subject: [PATCH 3/3] 1 --- sql/{ => migrate}/gamedb2006_migrate_230816_01.sql | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sql/{ => migrate}/gamedb2006_migrate_230816_01.sql (100%) diff --git a/sql/gamedb2006_migrate_230816_01.sql b/sql/migrate/gamedb2006_migrate_230816_01.sql similarity index 100% rename from sql/gamedb2006_migrate_230816_01.sql rename to sql/migrate/gamedb2006_migrate_230816_01.sql