0,source_type传2,然后会返回一个空的粉丝列表,里面包含了max_time,然后再次请求时,max_time传上一次请求返回的max_time,source_type传1,即可获取到粉丝列表。1,第一次请求时使用2作为来源类型,然后再次请求时使用1作为来源类型。0 for max_time, pass 2 for source_type, and an empty fans list will be returned, which contains max_time, then pass the max_time returned by the previous request for paging each time, pass 1 for source_type, you can get the fans list.1, use 2 as the source type for the first request, and then use 1 as the source type for the subsequent request.Authorization: Bearer ********************curl --location --request GET '/api/v1/douyin/web/fetch_user_following_list?sec_user_id&max_time&count&source_type' \
--header 'Authorization: Bearer <token>'{}