diff --git a/webapp/controller/BlockChainController.class.php b/webapp/controller/BlockChainController.class.php index 0366f23a..f9d39014 100644 --- a/webapp/controller/BlockChainController.class.php +++ b/webapp/controller/BlockChainController.class.php @@ -408,7 +408,25 @@ class BlockChainController extends BaseAuthedController { public function pluginChipBatch() { + $type = getReqVal('type', ''); + $tokenId = getReqVal('token_id', ''); + switch ($type) { + case 1: + { + + } + break; + case 2: + { + + } + break; + default: + { + } + break; + } } public function unplugChip()