123456789101112131415161718 |
- <?php
- /**
- * This file is part of the apiadmin/tiktok.
- */
- namespace App\Libs\TikTok\OpenPlatform\Auth;
- use App\Libs\TikTok\Kernel\BaseClient;
- /**
- * Class Auth.
- *
- * @author zhaoxiang <zhaoxiang051405@gmail.com>
- */
- class Client extends BaseClient {
- }
|