🇨🇳简体中文
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. 示例数据模型
🇨🇳简体中文
  • 🇨🇳简体中文
  • 🇺🇸 English
  • 简介
  • 身份验证
  • 用户数据
    • 通过ID获取用户信息
    • 获取用户视频列表
    • 获取用户粉丝列表
    • 获取用户关注列表
    • 获取用户地区
    • 获取用户故事
    • 获取用户点赞的视频列表
    • 获取用户播放列表
    • 通过 ID 获取播放列表信息
    • 验证是否为TTS商家账户
    • 提取用户 user_id
    • 提取用户 sec_uid
    • 验证达人是否开通橱窗
  • 视频数据
    • 通过 ID 获取视频信息
    • 分类下的热门视频列表
    • 热门视频列表
    • 通过话题标签 ID 获取视频列表
    • 通过音乐 ID 获取视频列表
    • 通过播放 ID 获取视频列表
    • 按 ID 查询评论信息
    • 通过视频ID获取评论列表
    • 获取评论的回复列表
    • 通过 ID 获取话题标签信息
    • 通过 ID 获取音乐信息
    • 通过用户 ID 获取用户音乐列表
    • 获取与产品相关的视频列表
    • 获取与小店相关的视频列表
  • 直播数据
    • 通过 ID 获取直播间信息
    • 获取直播间榜单列表
    • 通过ID获取直播间榜单信息
    • 检查直播间是否开播
  • 产品数据
    • 通过 ID 获取产品信息
    • 获取小店的分类
    • 获取产品一级类别元数据
    • 获取产品二级类别元数据
    • 获取产品三级类别元数据
    • 通过 ID 获取小店数据
    • 获取小店内的产品列表数据
    • 通过分享链接获取小店 ID
    • 通过分享链接获取产品 ID
    • 通过类别 ID 获取web首页产品数据
    • 获取视频相关的产品列表
    • 获取用户相关产品列表
  • 搜索
    • 搜索用户
    • 搜索视频
    • 搜索标签
    • 搜索音乐
    • 搜索直播
    • 搜索产品
  • 错误码
    • 错误请求 (400)
    • 未经授权 (401)
    • 账户密钥会话过期 (428)
    • 接口限流 (429)
    • 服务器错误 (500)
  • 密钥
    • 获取有关您的 API 密钥的信息
  • Schemas
    • 示例数据模型
      • UserInfo
      • UserFollowers
      • UserFollowing
      • UserRegion
      • UserVideoList
      • VideoInfo
      • VideoComments
      • VideoCommentsReplies
      • CommentInfo
      • ProductInfo
      • SellerCategories
      • TrendingVideoList
      • TrendingFeed
      • UserStories
      • UserLikedFeed
      • SearchUser
      • SearchVideo
      • SearchHashTag
      • SearchMusic
      • SearchLive
      • SearchProduct
      • UserPlayList
      • PlayListInfo
      • VideoListByPlayId
      • HashtagInfo
      • VideoListByHashtagId
      • VideoListByMusicId
      • MusicInfo
      • UserMusicList
      • LiveInfo
      • LiveRankingList
      • LiveRankingInfo
      • CheckLiveOn
      • ExtractId
      • CategoryMetaData
      • SellerInfo
      • SellerProductList
      • ShareLink
      • HomeCategoryProductList
      • ProductIds
      • VideoIds
  1. 示例数据模型

SellerInfo

{
    "code": 0,
    "msg": "string",
    "data": {
        "seller_id": "string",
        "sold_count": 0,
        "on_sell_product_count": 0,
        "review_count": 0,
        "global_seller_id": "string",
        "global_sold_count": "string",
        "followers_count": "string",
        "video_count": "string",
        "enable_follow": true,
        "shop_name": "string",
        "shop_logo": {
            "height": 0,
            "width": 0,
            "uri": "string",
            "url_list": [
                "string"
            ]
        },
        "shop_rating": "string",
        "shop_link": "string",
        "background": {
            "is_default": true,
            "image": {
                "height": 0,
                "width": 0,
                "uri": "string",
                "url_list": [
                    "string"
                ]
            },
            "shop_background_type": 0
        },
        "format_sold_count": "string",
        "region": "string",
        "display_on_sell_product_count": "string",
        "format_global_sold_count": "string",
        "format_followers_count": "string",
        "format_video_count": "string",
        "store_sub_score": [
            {
                "score": 0,
                "type": 0,
                "score_percentage": "string",
                "high_light_tag": 0,
                "platform_rate_type": 0
            }
        ],
        "worst_rating": "string",
        "best_rating": "string",
        "creator_name": "string",
        "shop_identity_label": {
            "label_type": 0,
            "identity_label_text": "string",
            "identity_logo_light": {
                "height": 0,
                "width": 0,
                "ratio": 0,
                "minetype": "string",
                "uri": "string",
                "url_list": [
                    "string"
                ]
            },
            "identity_logo_dark": {
                "height": 0,
                "width": 0,
                "ratio": 0,
                "minetype": "string",
                "uri": "string",
                "url_list": [
                    "string"
                ]
            },
            "identity_label_bg_color_light": "string",
            "identity_label_bg_color_dark": "string",
            "identity_label_text_color_light": "string",
            "identity_label_text_color_dark": "string",
            "shop_explanation_page_schema": "string",
            "label_without_bg_style": {
                "identity_label_text": "string",
                "identity_logo_light": {
                    "height": 0,
                    "width": 0,
                    "ratio": 0,
                    "minetype": "string",
                    "uri": "string",
                    "url_list": [
                        "string"
                    ]
                },
                "identity_logo_dark": {
                    "height": 0,
                    "width": 0,
                    "ratio": 0,
                    "minetype": "string",
                    "uri": "string",
                    "url_list": [
                        "string"
                    ]
                },
                "identity_label_text_color_light": "string",
                "identity_label_text_color_dark": "string",
                "style_type": 0
            },
            "brand_info": {
                "is_brand": true,
                "brand_style_list": [
                    {
                        "identity_logo_light": {
                            "height": 0,
                            "width": 0,
                            "ratio": 0,
                            "minetype": "string",
                            "uri": "string",
                            "url_list": [
                                "string"
                            ]
                        },
                        "identity_logo_dark": {
                            "height": 0,
                            "width": 0,
                            "ratio": 0,
                            "minetype": "string",
                            "uri": "string",
                            "url_list": [
                                "string"
                            ]
                        },
                        "style_type": 0
                    }
                ]
            },
            "ShopIdentityLabelKey": "string"
        },
        "store_brand_show": {
            "label_image_light": {
                "height": 0,
                "width": 0,
                "uri": "string",
                "url_list": [
                    "string"
                ]
            },
            "label_image_dark": {
                "height": 0,
                "width": 0,
                "uri": "string",
                "url_list": [
                    "string"
                ]
            },
            "brand_type": 0,
            "label_type_str": "string"
        },
        "desc": "string"
    }
}
Built with