baseUrl = Env::get('api.wechat_url'); $this->authorization = AuthService::getSystemAuthorization(); } /** 服务端内部调用(转移执行等)注入 S2 token */ public function setAuthorization(string $token): void { $this->authorization = $token; } }