From db35890c46f5215313a77a6b7dae98d758047fc9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Nov 2022 14:38:34 +0800 Subject: [PATCH] 1 --- webapp/controller/BlockChainController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/BlockChainController.class.php b/webapp/controller/BlockChainController.class.php index e43ffe27..5f579a85 100644 --- a/webapp/controller/BlockChainController.class.php +++ b/webapp/controller/BlockChainController.class.php @@ -425,7 +425,7 @@ class BlockChainController extends BaseAuthedController { $this->internalBcCall( array( 'c' => 'BcService', - 'a' => 'unplugChip', + 'a' => 'pluginChipBatch', 'account_id' => myself()->_getAccountId(), 'session_id' => myself()->_getSessionId(), 'account' => myself()->_getOpenId(), @@ -462,7 +462,7 @@ class BlockChainController extends BaseAuthedController { $this->internalBcCall( array( 'c' => 'BcService', - 'a' => 'unplugChip', + 'a' => 'pluginChipBatch', 'account_id' => myself()->_getAccountId(), 'session_id' => myself()->_getSessionId(), 'account' => myself()->_getOpenId(),