简要描述:
- 抖音cps-获取商品海报(没开启新海报插件或者已开启新海报插件但没有商品海报)
请求URL:
GET:/route=plugin.tiktok-cps.api.poster.generate-goods-poster
参数名 | 类型 | 说明 | 是否必须 |
---|---|---|---|
goods_id | string | 第三方商品id | 是 |
返回示例:
没开启新海报插件时返回:
{
"result": 1,
"msg": "ok",
"data": {
"mime": "image/png",
"base64Image":"",
"image_url": "https://dev8.yunzmall.com/storage/app/public/goods/1/1-165132-3455938529937469044.png",
"new": false
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
参数名 | 类型 | 说明 |
base64Image | string | base64图片 |
image_url | string | 图片地址 |