获取banner
URL: https://apiwjjtest.cnlive.com/Daren/snow/getSnowBanner.action?appId=xxx
请求方式: HTTP GET
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| appId | String | true | 应用ID |
返回格式: JSON
返回格式样例:
{
"data":[
{
"create_time":"2018-07-26 10:06:11",
"id":2,
"image":"http://apiwjj.cnlive.com/download/index.html",
"path":"https://www.baidu.com",
"sid":"10499273",
"sign":0,
"sort":2,
"type":"h5",
"update_time":""
},
{
"create_time":"2018-07-26 10:06:11",
"id":3,
"image":"http://apiwjj.cnlive.com/download/index.html",
"path":"https://www.baidu.com",
"sid":"10499273",
"sign":0,
"sort":3,
"type":"h5",
"update_time":""
}
],
"errorCode":"0",
"errorMessage":"成功"
}