添加net_id

This commit is contained in:
aozhiwei 2023-07-13 11:39:38 +08:00
parent ff2f04c8c4
commit 419ca055af
2 changed files with 5 additions and 2 deletions

View File

@ -230,7 +230,8 @@ class BlockChainController extends BaseAuthedController {
'token_id' => $tokenId, 'token_id' => $tokenId,
'token_type' => $tokenType, 'token_type' => $tokenType,
'item_uniid' => $itemUniId, 'item_uniid' => $itemUniId,
'item_id' => $itemId 'item_id' => $itemId,
'net_id' => NET_ID
); );
{ {
$url = self::getWeb3ServiceUrl(); $url = self::getWeb3ServiceUrl();

View File

@ -45,6 +45,7 @@ class BlockChainService {
'a' => 'buy', 'a' => 'buy',
'account' => $account, 'account' => $account,
'price' => $price, 'price' => $price,
'net_id' => NET_ID
); );
{ {
$url = self::getWeb3ServiceUrl(); $url = self::getWeb3ServiceUrl();
@ -118,7 +119,8 @@ class BlockChainService {
'a' => 'buy', 'a' => 'buy',
'account' => $account, 'account' => $account,
'price' => $price, 'price' => $price,
'owner_address' => $owner_address, 'seller' => $owner_address,
'net_id' => NET_ID
); );
{ {
$url = self::getWeb3ServiceUrl(); $url = self::getWeb3ServiceUrl();