APP启动广告获取
说明
获取广告http://app.14698.com/api.php/Index/get_ads?lng=114.177449&lat=22.599197&geohash=ws10w4
请求接口
/Index/get_ads?
请求参数
| 参数 | 类型 | 必选 | 说明 |
|---|---|---|---|
| lng | 是 | ||
| lat | 是 | ||
| geohash | 是 | ||
接口返回
正确
{
"err": 0,
"msg": "",
"content": {
"id": "1",
"title": "123",
"thumb": "http://app.14698.com/logo.png",
"url": "http://app.14698.com/logo.png",
"etime": "1495663995",
"geohash2": "ws",
"geohash3": "ws1",
"geohash4": "ws10",
"geohash5": "ws101",
"geohash6": "ws1011",
"ctime": "1495643995",
"isdefault": "0",
"rank": "0"
},
"more_data": ""
}
错误
{
"err": 0,
"msg": "无数据",
"content": [],
"more_data": ""
}
返回值说明
| 参数 | 类型 | 说明 |
|---|---|---|
| err | int | 操作码,0代表成功 |
| msg | char | 返回消息 |
| content | char | 用户id |
| more_data | array | 其他的附加内容 |
| -- | -- | -- |
| title | 标题 | |
| thumb | 广告图片地址 | |
| url | 为空则是不跳转 | |
| etime | 结束时间戳 |
默认广告
zxtx_app_ads
数据库 isdefault =1