简要描述:
盲盒-海报
请求域名:
- http://xx.com
请求URL:
POST/plugin.blind-box.api.index.poster
传递参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
activity_id | 是 | int | 活动id |
ingress | 否 | string | 小程序传weChatApplet |
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
poster | string | 海报地址 |
返回示例:
正确时返回的数据:
{
"result": 1,
"msg": "ok",
"data": {
"poster": "http://yzmall.com/storage\\app/public/blind_box/poster/1/assist/uniacid1-type5-assist1-mid0.png?1615886888"
}
}
错误时返回:
{
"result": 0,
"msg": "暂未申请助力信息",
"data": []
}
备注:
- 更多返回错误代码请看首页的错误代码描述