首页-热门推荐-小程序
GET
/home/hot/mutli请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
提示语
result
array [object {6}]
数据集合
id
string
id
alt
string
推荐说明
pictures
array[string]
图片集合
target
string
跳转地址
title
string
推荐标题
type
string
推荐类型
示例
{
"msg": "string",
"result": [
{
"id": "string",
"alt": "string",
"pictures": [
"string"
],
"target": "string",
"title": "string",
"type": "string"
}
]
}
最后修改时间: 2 年前