From 26232f14683d9b92aa093d68976a5c488a6382f9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 15 Aug 2023 11:57:34 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 108e8fe5..6e858833 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -220,7 +220,7 @@ class ShopController extends BaseAuthedController { return; } - $secretKey = 'e58f(1dcf22245985c21ff31f2f66ec4a^^TDAFF(Adaf)'; + $secretKey = OUTAPP_PKEY; $nowTime = myself()->_getNowTime(); $fiatAmount = $goodsMeta['price']; $orderId = OrderId::gen();