简要描述:
请求域名:
- http://xx.com
请求URL:
route=plugin.coupon-store.frontend.poster.storePoster
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
store_id | 是 | int | 商户ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"id": 11,
"url": "http://zouye.yunzmall.com\\storage\\app/public/cstore_poster/1/1-cstore-164935-1.png?=sc2EtE",
"poster_type": 21,
"poster_id": 3,
"member_id": 164935,
"created_at": "2022-07-12 13:45:30",
"updated_at": "2022-07-12 13:45:30",
"relation_id": "1"
}
}
错误时返回:
{
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |
data.url | string | 海报链接 |