Commit a514e645 authored by zhangxiao's avatar zhangxiao

update

parent 742031d3
......@@ -96,7 +96,7 @@
```json
{
"id":1, // 展览id
"style": "1", // 1为现代,2为古代
"style": 2, // 1为现代,2为古代
"title": "主标题",
"subtitle": "副标题",
"cover": "https://xxxxx", // 封面图
......@@ -140,8 +140,8 @@
"type":0,
"all":[ // 当前类型下全部展会(当前页返回固定数量展会,例如:最多10个)
{
"id":"1", // 展览id
"style": "1", // 1为现代,2为古代
"id":1, // 展览id
"style": 2, // 1为现代,2为古代
"title": "主标题",
"subtitle": "副标题",
"cover": "http://xxxxx", // 封面图
......@@ -193,8 +193,8 @@
"page_size":10,
"exhibitions":[ // 当前类型下全部展会(当前页返回固定数量展会,例如:最多10个)
{
"id":"1", // 展览id
"style": "1", // 1为现代,2为古代
"id":1, // 展览id
"style": 2, // 1为现代,2为古代
"title": "主标题",
"subtitle": "副标题",
"cover": "http://xxxxx", // 封面图
......
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