This commit is contained in:
aozhiwei 2022-11-18 11:21:58 +08:00
parent 3bd7893e4f
commit 64ddf5a614

View File

@ -37,6 +37,11 @@ class BattleController extends BaseAuthedController {
],
]
}
$channelId = phpcommon\extractChannel($account_id);
if ($chnanelId == SELFSDK_CHANNEL) {
//则是机器人
}
*/
public function battleReport()