文档
测试

首页动态(废弃)

GET
/api/topic/home

接口描述

首页动态

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:加载成功
必填
data
object
数据字典
必填
hotTopic
array
数据列表
必填
topicId
int
示例:1
必填
title
string
示例:传奇世界
必填
summary
string
示例:真广告真传奇,一人带刀虐沙城
必填
iconImg
object
数据字典
必填
url
string
示例:https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg
必填
w
string
示例:200
必填
h
string
示例:200
必填
hotValue
int
热度
必填
classicalTopic
array
数据列表
必填
topicId
int
示例:1
必填
title
string
示例:传奇世界
必填
summary
string
示例:真广告真传奇,一人带刀虐沙城
必填
iconImg
object
数据字典
必填
url
string
示例:https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg
必填
w
string
示例:200
必填
h
string
示例:200
必填
hotValue
int
热度
必填
recTopic
array
数据列表
必填
topicId
int
示例:1
必填
title
string
示例:萌幻西游
必填
summary
string
示例:升级送,免费满级GM,GM商城
必填
iconImg
object
数据字典
必填
url
string
示例:https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg
必填
w
string
示例:1365
必填
h
string
示例:767
必填
hotValue
int
热度
必填

说明 / 示例

{ "code": 200, "msg": "加载成功", "data": { "hotTopic": [ { "topicId": 1, "title": "传奇世界", "summary": "真广告真传奇,一人带刀虐沙城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } }, { "topicId": 2, "title": "传奇世界", "summary": "真广告真传奇,一人带刀虐沙城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } }, { "topicId": 2, "title": "传奇世界", "summary": "真广告真传奇,一人带刀虐沙城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } } ], "classicalTopic": [ { "topicId": 1, "title": "传奇世界", "summary": "真广告真传奇,一人带刀虐沙城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } }, { "topicId": 2, "title": "传奇世界", "summary": "真广告真传奇,一人带刀虐沙城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } }, { "topicId": 3, "title": "传奇世界", "summary": "真广告真传奇,一人带刀虐沙城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } },{ "topicId": 2, "title": "传奇世界", "summary": "真广告真传奇,一人带刀虐沙城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } } ], "recTopic": [ { "topicId": 1, "title": "萌幻西游", "summary": "升级送,免费满级GM,GM商城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "1365", "h": "767" } }, { "topicId": 2, "title": "传奇世界", "summary": "真广告真传奇,一人带刀虐沙城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/9da38f8f-1bb5-4c1d-9d5b-8be25396e9d6.jpg", "w": "1920", "h": "1280" } }, { "topicId": 3, "title": "萌幻西游", "summary": "升级送,免费满级GM,GM商城", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/69a87fc4-f098-4c9e-9e74-1dde4e3778e2.jpg", "w": "1365", "h": "767" } }, { "topicId": 4, "title": "英雄联盟(手游)", "summary": "英雄联盟》算得上是腾讯游戏的老大了。10年经久不衰", "hotValue":1234, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/29/28df9892-bea6-4c3f-9003-a31bddfcf819.jpg", "w": "1920", "h": "1280" } } ] } }