|
...
|
...
|
@@ -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('');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|