[TOC=2]
## 枚舉變量
## 獲取廣告
~~~[api]
get:/advert/list
int:current_page=1#當前頁
int:page_number=10#頁碼
string:flavor=iKECIN# APP 包名
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 3,
"title": "cehsi",//標題
"img": "", // 圖片地址
"url": "http://127.0.0.1:8080/admin.html#/Main/SendNotice",//鏈接地址
"content": "cdiji123",//詳細內容
"is_enable": true,
"create_time": "2018-05-16 15:26:28"
}
],
"current_page": 0,
"page_number": 0,
"total": 1
}
}
~~~