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();
$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,