1
This commit is contained in:
parent
bd05186dcf
commit
54a93050ec
@ -64,7 +64,7 @@ class BlockChain(object):
|
|||||||
'name': 'evolve721Nft',
|
'name': 'evolve721Nft',
|
||||||
'desc': 'nft进阶(英雄,武器)',
|
'desc': 'nft进阶(英雄,武器)',
|
||||||
'group': 'BlockChain',
|
'group': 'BlockChain',
|
||||||
'url': 'webapp/index.php?c=BlockChain&a=active1155Nft',
|
'url': 'webapp/index.php?c=BlockChain&a=evolve721Nft',
|
||||||
'params': [
|
'params': [
|
||||||
['type', 0, '1:英雄 2:枪械'],
|
['type', 0, '1:英雄 2:枪械'],
|
||||||
['token_id1', 0, 'tokenid1'],
|
['token_id1', 0, 'tokenid1'],
|
||||||
|
86
webapp/controller/BlockChainController.class.php
Normal file
86
webapp/controller/BlockChainController.class.php
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
require_once('mt/Parameter.php');
|
||||||
|
require_once('mt/Item.php');
|
||||||
|
require_once('mt/Drop.php');
|
||||||
|
require_once('mt/Hero.php');
|
||||||
|
|
||||||
|
require_once('models/Bag.php');
|
||||||
|
require_once('models/Hero.php');
|
||||||
|
require_once('models/Gun.php');
|
||||||
|
require_once('models/Nft.php');
|
||||||
|
|
||||||
|
require_once('services/AwardService.php');
|
||||||
|
require_once('services/PropertyChgService.php');
|
||||||
|
|
||||||
|
require_once('services/NameService.php');
|
||||||
|
|
||||||
|
use phpcommon\SqlHelper;
|
||||||
|
use models\Bag;
|
||||||
|
use models\Hero;
|
||||||
|
use models\Gun;
|
||||||
|
use models\Nft;
|
||||||
|
|
||||||
|
class BlockChainController extends BaseAuthedController {
|
||||||
|
|
||||||
|
public function getTransactionList()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function active721Nft()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function active1155Nft()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function reportActiveResult()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function evolve721Nft()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function reportEvolve721NftResult()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function evolveChip()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function reportEvolveChipResult()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function mintShardBatchUser()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function reportMintShardBatchUserResult()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function shardMixByUser()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function reportShardMixByUserResult()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user