Authored by LUOXC

update

@@ -1105,14 +1105,40 @@ @@ -1105,14 +1105,40 @@
1105 ##### 楼层数据格式-焦点图template_name=focus 1105 ##### 楼层数据格式-焦点图template_name=focus
1106 | Param Name | type | Param Value | Desc | 1106 | Param Name | type | Param Value | Desc |
1107 | ---------- | ---- | ----------- | ----- | 1107 | ---------- | ---- | ----------- | ----- |
1108 -| template_id | int | 5702 | | 1108 +| template_id | int | 33 | |
1109 | template_name | string | focus | | 1109 | template_name | string | focus | |
  1110 +| template_intro| string | 焦点图 | 楼层描述 |
1110 | data | json | | 楼层数据 | 1111 | data | json | | 楼层数据 |
1111 | title | string | | 图片标题 | 1112 | title | string | | 图片标题 |
1112 | src | string | | 图片地址 | 1113 | src | string | | 图片地址 |
1113 | url | string | | 图片跳转链接 | 1114 | url | string | | 图片跳转链接 |
1114 | bgColor | string | | 背景颜色 | 1115 | bgColor | string | | 背景颜色 |
1115 1116
  1117 +##### 楼层数据格式-图标template_name=app_icon_list
  1118 +| Param Name | type | Param Value | Desc |
  1119 +| ---------- | ---- | ----------- | ----- |
  1120 +| template_id | int | 39 | |
  1121 +| template_name | string | app_icon_list | |
  1122 +| template_intro| string | 图标 | 楼层描述 |
  1123 +| data | json | | 楼层数据 |
  1124 +| title | string | | 图片标题 |
  1125 +| src | string | | 图片地址 |
  1126 +| url | string | | 图片跳转链接 |
  1127 +
  1128 +##### 楼层数据格式-站内公告template_name=announcement
  1129 +| Param Name | type | Param Value | Desc |
  1130 +| ---------- | ---- | ----------- | ----- |
  1131 +| template_id | int | 5762 | |
  1132 +| template_name | string | announcement | |
  1133 +| template_intro| string | 图标 | 楼层描述 |
  1134 +| time | string | 3 | 轮播时间间隔(秒)|
  1135 +| announcement_img | string | | 公告图片地址 |
  1136 +| data | json | | 楼层数据 |
  1137 +| title | string | | 公告标题 |
  1138 +| url | string | | 公告跳转链接 |
  1139 +
  1140 +
  1141 +
1116 ## 4、获取热门标签 1142 ## 4、获取热门标签
1117 ### 说明 1143 ### 说明
1118 根据客户端类型,加载热门标签 1144 根据客户端类型,加载热门标签