Commit b060661c by lichaogang

add get ad api

parent febf2af2
...@@ -22,6 +22,8 @@ API请求参数 ...@@ -22,6 +22,8 @@ API请求参数
## Response ## Response
type:1、图片、2:视频、3:网页、4:光明之星
carouselTime:轮播时间
### Example ### Example
...@@ -37,9 +39,15 @@ API请求参数 ...@@ -37,9 +39,15 @@ API请求参数
**Output** **Output**
{ {
"data": [
{
"title": "test",
"type": 1,
"url": "http://www.baidu.com",
"carouselTime": 111,
"listOrder": 1
}
],
"errno": 200, "errno": 200,
"data": {
"qrCodeUrl": "http://weixin.qq.com/q/02j2sR9QJ4f2h1aRvgNt1Q"
},
"msg": "success" "msg": "success"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment