From 16a713be26296021c0f352da92af2ca29757adf7 Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 10 Jul 2023 20:30:02 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 2d9f2109..24b49c9b 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -447,6 +447,9 @@ class ShopController extends BaseAuthedController public function inappPurchaseDiamonds() { + error_log(json_encode($_REQUEST)); + + $order_id = getReqVal('order_id', ''); // { // channel: 'google', // sign: '123456677' // 签名字段