1
This commit is contained in:
parent
d92929e054
commit
7288164254
@ -408,7 +408,25 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
|
|
||||||
public function pluginChipBatch()
|
public function pluginChipBatch()
|
||||||
{
|
{
|
||||||
|
$type = getReqVal('type', '');
|
||||||
|
$tokenId = getReqVal('token_id', '');
|
||||||
|
|
||||||
|
switch ($type) {
|
||||||
|
case 1:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
{
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function unplugChip()
|
public function unplugChip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user