1
This commit is contained in:
parent
7402a42858
commit
c64e930a6d
@ -166,7 +166,7 @@ class BlockChainService {
|
||||
}
|
||||
}
|
||||
|
||||
public static function beNftMallTransBuyPlanet($address, $itemNum, $currency, $price)
|
||||
public static function beNftMallTransBuyPlanet($address, $ids, $currency, $price)
|
||||
{
|
||||
if (!($actionType > Transaction::BUY_BEGIN_ACTION_TYPE &&
|
||||
$actionType < Transaction::BUY_END_ACTION_TYPE)) {
|
||||
@ -188,6 +188,7 @@ class BlockChainService {
|
||||
'account' => $account,
|
||||
'currency_name' => $currency,
|
||||
'price' => $price,
|
||||
'ids' => json_encode($ids),
|
||||
'net_id' => NET_ID
|
||||
);
|
||||
{
|
||||
@ -211,8 +212,8 @@ class BlockChainService {
|
||||
'', //$tokenId,
|
||||
'', //$tokenType,
|
||||
0, //$itemUniId,
|
||||
$itemId, //$itemId,
|
||||
$itemNum,
|
||||
0, //$itemId, //$itemId,
|
||||
0, //$itemNum,
|
||||
1
|
||||
);
|
||||
return array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user