From 6affe6be1995b5c54a39de050618cc51dc966167 Mon Sep 17 00:00:00 2001 From: yangduo Date: Fri, 3 Jan 2025 13:32:04 +0800 Subject: [PATCH] 1 --- webapp/controller/RechargeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 87c93c5..3fd0b01 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -211,7 +211,7 @@ class RechargeController 'errmsg' => $response['errmsg'], 'order_id' => $response['order_id'], 'diamond_nums' => $diamond_num, - 'diamond_present' => $diamond_present + 'diamond_present' => $diamond_present, )); }