简要描述:
案例海报
请求域名:
- http://xx.com
请求URL:
POST/plugin.case-library.api.release.get-case-poster
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 案例id |
ingress | 否 | string | 小程序传个weChatApplet |
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
url | 是 | string | 海报图片链接 |
返回示例:
正确时返回的数据:
{
"result": 1,
"msg": "ok",
"data": {
"url": "http://yzmall.com/storage\\app/public/case_library/poster/1/case/uniacid1-type5-mid164932-case9.png"
}
}
错误时返回:
{
"result": 0,
"msg": "参数错误",
"data": []
}
备注:
- 更多返回错误代码请看首页的错误代码描述