1
This commit is contained in:
parent
c9d3a20170
commit
a47caa806e
@ -31,13 +31,14 @@ class OutAppPlanetController extends BaseController {
|
||||
return;
|
||||
}
|
||||
|
||||
$ids = array(
|
||||
'280001'
|
||||
);
|
||||
$price = BlockChainService::formatCurrencyEx(1, $decimals);
|
||||
$rspObj = BlockChainService::beNftMallTransBuyPlanet(
|
||||
Transaction::BUY_OUTAPP_PLANET_ACTION_TYPE,
|
||||
$address,
|
||||
array(
|
||||
'280001'
|
||||
),
|
||||
$ids,
|
||||
BlockChainService::CURRENCY_USDT,
|
||||
$price
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user