简要描述:
- 排行榜数据接口
请求域名:
- http://test.yunzshop.com
请求URL:
GET: plugin.ranking.api.poster.generateGoodsPoster
###传输参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| getSwitch:getSwitch | 是 | string | 默认接口标识 |
| plugin_type:commission | 是 | string | 默认接口标识 分销商识别接口 |
| id | 是 | string | 当前页面 |
###成功返回
{
"result": 1,
"msg": "ok",
"data": {
"image_url": "http://localhost/addons\\yun_shop\\storage\\app/public/goods/3/3-1-.png"
}
}