电影票小程序/插件相关
抖音团购分类API接口
基本信息:

团购分类接口

接口说明
请求方式: POST
接口参数
参数名称 参数类型 是否必须 示例 备注
apikey string 接口秘钥,请登录个人中心获取
返回参数
名称 类型 示例值 说明
first_cateid String 一级分类id
first_name String 一级分类名称
cate_list String[] 二级分类信息
返回示例
{
    "code": 1,
    "msg": "【success】",
    "data": {
        "cate_info": [
            {
                "first_cateid": "1000000",
                "first_name": "美食",
                "cate_list": [
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1001000",
                        "second_name": "地方菜"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1003000",
                        "second_name": "火锅"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1004000",
                        "second_name": "烧烤"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1005000",
                        "second_name": "烤肉"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1009000",
                        "second_name": "自助餐"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1010000",
                        "second_name": "东南亚菜"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1011000",
                        "second_name": "日韩料理"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1012000",
                        "second_name": "西餐"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1013000",
                        "second_name": "其他美食"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1014000",
                        "second_name": "面包甜点"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1015000",
                        "second_name": "饮品"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1016000",
                        "second_name": "音乐餐厅"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1017000",
                        "second_name": "快餐小吃"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "1018000",
                        "second_name": "热门特色菜"
                    },
                    {
                        "first_cateid": "1000000",
                        "second_cateid": "5004000",
                        "second_name": "生鲜果蔬"
                    }
                ]
            }
        ],
        "hot_cate": [

        ]
    }
}