diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index 582c1e24..f103b99f 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -37,6 +37,11 @@ class BattleController extends BaseAuthedController { ], ] } + + $channelId = phpcommon\extractChannel($account_id); + if ($chnanelId == SELFSDK_CHANNEL) { + //则是机器人 + } */ public function battleReport()