Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb

This commit is contained in:
hujiabin 2024-07-05 20:57:12 +08:00
commit a9be788eb1

View File

@ -65,6 +65,7 @@ class BaseAuthedController extends BaseController {
public function switchAccount($accountId){
$this->accountId = $accountId;
$this->addressActived = false;
$this->mysqlConn = null;
}