Client.php 259 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * This file is part of the apiadmin/tiktok.
  4. */
  5. namespace App\Libs\TikTok\OpenPlatform\Auth;
  6. use App\Libs\TikTok\Kernel\BaseClient;
  7. /**
  8. * Class Auth.
  9. *
  10. * @author zhaoxiang <zhaoxiang051405@gmail.com>
  11. */
  12. class Client extends BaseClient {
  13. }