From 666496ab6099819d82fba07dc93369c480ef7276 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 2 Aug 2023 16:53:08 +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 b83750c4..2c1df301 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -215,6 +215,7 @@ class ShopController extends BaseAuthedController { $nowTime = myself()->_getNowTime(); $fiatAmount = $goodsMeta['price']; $orderId = OrderId::gen(); + $slat = uniqid(); $params = array( $network, $crypto, @@ -225,7 +226,8 @@ class ShopController extends BaseAuthedController { $country, myself()->_getAccountId(), $orderId, - $nowTime + $nowTime, + $salt ); OutAppOrder::add( $orderId,