1
This commit is contained in:
parent
a47caa806e
commit
6d975b66dc
@ -34,7 +34,7 @@ class OutAppPlanetController extends BaseController {
|
||||
$ids = array(
|
||||
'280001'
|
||||
);
|
||||
$price = BlockChainService::formatCurrencyEx(1, $decimals);
|
||||
$price = BlockChainService::formatCurrencyEx(1 * count($ids), $decimals);
|
||||
$rspObj = BlockChainService::beNftMallTransBuyPlanet(
|
||||
Transaction::BUY_OUTAPP_PLANET_ACTION_TYPE,
|
||||
$address,
|
||||
|
Loading…
x
Reference in New Issue
Block a user