作者 lackoxygen

feat:防止token污染

... ... @@ -116,6 +116,10 @@ class TiktokShop
{
$passage = static::$passages[$name];
return PassageProxy::proxy($passage, $this->config);
try {
return PassageProxy::proxy($passage, $this->config);
} finally {
$this->config->setAccessToken('');
}
}
}
... ...