This commit is contained in:
aozhiwei 2023-08-02 16:53:08 +08:00
parent 0c4c0a789d
commit 666496ab60

View File

@ -215,6 +215,7 @@ class ShopController extends BaseAuthedController {
$nowTime = myself()->_getNowTime(); $nowTime = myself()->_getNowTime();
$fiatAmount = $goodsMeta['price']; $fiatAmount = $goodsMeta['price'];
$orderId = OrderId::gen(); $orderId = OrderId::gen();
$slat = uniqid();
$params = array( $params = array(
$network, $network,
$crypto, $crypto,
@ -225,7 +226,8 @@ class ShopController extends BaseAuthedController {
$country, $country,
myself()->_getAccountId(), myself()->_getAccountId(),
$orderId, $orderId,
$nowTime $nowTime,
$salt
); );
OutAppOrder::add( OutAppOrder::add(
$orderId, $orderId,