diff --git a/src/Douyin/Fans.php b/src/Douyin/Fans.php new file mode 100644 index 0000000..6ee327f --- /dev/null +++ b/src/Douyin/Fans.php @@ -0,0 +1,32 @@ + $openid, + "cursor" => $cursor, + "count" => $count + ]; + + return $this->https_get($api_url, $params, $headers); + } +} diff --git a/src/Douyin/Video.php b/src/Douyin/Video.php new file mode 100644 index 0000000..b5872ea --- /dev/null +++ b/src/Douyin/Video.php @@ -0,0 +1,32 @@ + $openid, + "cursor" => $cursor, + "count" => $count + ]; + + return $this->https_get($api_url, $params, $headers); + } +}