From 72881642542561875939a37dae100028f937653c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Nov 2022 14:30:45 +0800 Subject: [PATCH] 1 --- .../controller/BlockChainController.class.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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()