...
|
...
|
@@ -1097,22 +1097,48 @@ |
|
|
##### 楼层数据格式-文本template_name=text
|
|
|
| Param Name | type | Param Value | Desc |
|
|
|
| ---------- | ---- | ----------- | ----- |
|
|
|
| template_id | int | 5702 | |
|
|
|
| template_name | string | text | |
|
|
|
| template_id | int | 5702 | |
|
|
|
| template_name | string | text | |
|
|
|
| data | json | | 楼层数据 |
|
|
|
| text | string | | 文本内容 |
|
|
|
|
|
|
##### 楼层数据格式-焦点图template_name=focus
|
|
|
| Param Name | type | Param Value | Desc |
|
|
|
| ---------- | ---- | ----------- | ----- |
|
|
|
| template_id | int | 5702 | |
|
|
|
| template_name | string | focus | |
|
|
|
| template_id | int | 33 | |
|
|
|
| template_name | string | focus | |
|
|
|
| template_intro| string | 焦点图 | 楼层描述 |
|
|
|
| data | json | | 楼层数据 |
|
|
|
| title | string | | 图片标题 |
|
|
|
| src | string | | 图片地址 |
|
|
|
| url | string | | 图片跳转链接 |
|
|
|
| bgColor | string | | 背景颜色 |
|
|
|
|
|
|
##### 楼层数据格式-图标template_name=app_icon_list
|
|
|
| Param Name | type | Param Value | Desc |
|
|
|
| ---------- | ---- | ----------- | ----- |
|
|
|
| template_id | int | 39 | |
|
|
|
| template_name | string | app_icon_list | |
|
|
|
| template_intro| string | 图标 | 楼层描述 |
|
|
|
| data | json | | 楼层数据 |
|
|
|
| title | string | | 图片标题 |
|
|
|
| src | string | | 图片地址 |
|
|
|
| url | string | | 图片跳转链接 |
|
|
|
|
|
|
##### 楼层数据格式-站内公告template_name=announcement
|
|
|
| Param Name | type | Param Value | Desc |
|
|
|
| ---------- | ---- | ----------- | ----- |
|
|
|
| template_id | int | 5762 | |
|
|
|
| template_name | string | announcement | |
|
|
|
| template_intro| string | 图标 | 楼层描述 |
|
|
|
| time | string | 3 | 轮播时间间隔(秒)|
|
|
|
| announcement_img | string | | 公告图片地址 |
|
|
|
| data | json | | 楼层数据 |
|
|
|
| title | string | | 公告标题 |
|
|
|
| url | string | | 公告跳转链接 |
|
|
|
|
|
|
|
|
|
|
|
|
## 4、获取热门标签
|
|
|
### 说明
|
|
|
根据客户端类型,加载热门标签
|
...
|
...
|
|