From 606cf6db23916759232c1283c314eec34995a915 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 2 Aug 2023 13:32:23 +0800 Subject: [PATCH] 1 --- webapp/services/callback/InAppPurchase.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/services/callback/InAppPurchase.php b/webapp/services/callback/InAppPurchase.php index 8f3cae19..fa4cb5d1 100644 --- a/webapp/services/callback/InAppPurchase.php +++ b/webapp/services/callback/InAppPurchase.php @@ -204,4 +204,9 @@ class InAppPurchase { $this->_rspOk(); } + private function verifySign() + { + + } + }