*/ class Client extends BaseClient { protected $postAccessToken = false; /** * 获取用户粉丝数据 * @return array|Collection|object|ResponseInterface|string * @throws GuzzleException * @throws HttpException * @throws InvalidConfigException */ public function data() { return $this->httpGet('fans/data/'); } }