电影票小程序/插件相关
抖音精选联盟口令解析API接口
基本信息:

抖音精选联盟口令解析

接口说明
请求方式: POST
接口参数
参数名称 参数类型 是否必须 示例 备注
pub_id string pub_id身份标识,请登录个人中心获取
command String 口令内容
返回参数
名称 类型 示例值 说明
product_id String 商品id
title String 商品标题
price Int64 商品售价(单位为分)
cos_ratio Double 普通佣金比例(乘100,例如10%为10)
cos_fee Int64 普通佣金金额(单位为分)
detail_url String 商品链接
promotable Bool 是否可推广(加入联盟且是可推广状态)
返回示例
{
    "code": 1,
    "msg": "success",
    "data": {
        "product_info": {
            "cos_fee": 24,
            "cos_ratio": 16,
            "detail_url": "https://haohuo.jinritemai.com/views/product/item2?id=3455938529937469044",
            "price": 150,
            "product_id": 3455938529937469044,
            "promotable": true,
            "title": "10袋起拍-重庆特色佳仙老火锅底料50g手工全型麻辣烫微辣懒人小袋"
        }
    }
}