From 373a69415e0e81f474e9a7add6c3a9c162f4b806 Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 10 Jul 2023 20:32:36 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 24b49c9b..a75945ea 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -447,8 +447,9 @@ class ShopController extends BaseAuthedController public function inappPurchaseDiamonds() { - error_log(json_encode($_REQUEST)); - + error_log('request:' . json_encode($_REQUEST)); + error_log('post:' . json_encode($_POST)); + $order_id = getReqVal('order_id', ''); // { // channel: 'google',