添加net_id
This commit is contained in:
parent
ff2f04c8c4
commit
419ca055af
@ -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();
|
||||||
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user