From 2e0c04673ffe37c65b4848e75ff9ed008caf3991 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 2 Aug 2023 16:22:25 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index be404cb7..bd4eb789 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -211,6 +211,7 @@ class ShopController extends BaseAuthedController { return; } + $nowTime = myself()->_getNowTime(); $fiatAmount = $goodsMeta['price']; $orderId = OrderId::gen(); $params = array( @@ -222,7 +223,8 @@ class ShopController extends BaseAuthedController { $payWayCode, $country, myself()->_getAccountId(), - $orderId + $orderId, + $nowTime ); }