作者 lackoxygen

feat:facade

... ... @@ -543,11 +543,6 @@ FACADE;
return $left . ' static' . $right;
}, $metas);
array_unshift(
$metas,
' * @method static Application accessToken(string $accessToken)',
);
$metaAnnotate = '/**' . "\n";
$metaAnnotate .= join("\n", $metas) . "\n";
$metaAnnotate .= ' */';
... ...
... ... @@ -9,7 +9,6 @@ use Lackoxygen\TiktokShop\Support\Verify;
use Lackoxygen\TiktokShop\Application;
/**
* @method static Application accessToken(string $accessToken)
* @method static Verify verify()
* @method static Request\Pigeon\PigeonInterface pigeon()
* @method static Request\Sms\SmsInterface sms()
... ...