This commit is contained in:
aozhiwei 2022-11-07 14:30:45 +08:00
parent d92929e054
commit 7288164254

View File

@ -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()