简要描述:

  • 电商cps--通过id获取海报的参数商品id佣金等-小程序使用
  • 因为淘宝 京东 拼多多唯品会的商品id过长可能超过32 所以使用保存的方式

请求URL:

GET/route=plugin.tiktok-cps.api.goods.getTiktokPosterById
参数名 类型 说明 是否必须
id int 海报参数id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "id": 1,
        "uniacid": 2,
        "product_id": "3131231312",
        "aggregate_module_code": 2,
        "cos_amount": "1",
        "cos_ratio": "2",
        "created_at": null,
        "deleted_at": null,
        "updated_at": null
    }
}
参数名 类型 说明