This commit is contained in:
aozhiwei 2024-07-05 16:55:18 +08:00
parent 990d1f9d80
commit 6bd8d6a64b

View File

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