获取热门影片数据
用法示例
点此复制
<getVideoHotKeyword name="$List" > <foreach name="$item" index="$index" data="$List.List"> <li index="{{$index}}">{{$item}}</li> </foreach> </getVideoHotKeyword>
标签参数
标签参数(路由参数) | ||||
---|---|---|---|---|
字段名 | 字段类型 | 字段说明 | 必填项 | 默认值 |
name | string | 变量名 | false | $List |
响应示例
200
响应成功
{
-- Total:0, // 总数
-- Count:0, // 返回条数
-- List:[], // 数据列表 // 数组,格式:[string]
}