文档
测试

首页分类

POST
http://192.168.8.5:10001/classification/iosGetHomepageClassification

请求头

参数名
类型
描述
必填
token
string
示例:Ring2023012214040038N7uu
必填
deviceId
string
示例:
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
data
array
数据列表
必填
classId
int
示例:67
必填
name
string
示例:首页分类2
必填
type
string
示例:3
必填
status
string
示例:1
必填
sort
int
示例:1
必填
systemVersion
string
示例:2
必填
source
int
示例:0
必填
homepageClassType
int
1 1:热门分类 2:音频分类
必填

说明 / 示例

@ApiModelProperty("id") @TableId(value = "id", type = IdType.AUTO) private Integer id; @ApiModelProperty(value = "热门分类名称", required = true) private String tagName; @ApiModelProperty("热门分类对应的搜索词") private String value; @ApiModelProperty("状态;1:正常;2:冻结") private String status; @ApiModelProperty("华为渠道的状态;1:正常;2:冻结") private String huaweiStatus; @ApiModelProperty("排序") private Integer sort; @ApiModelProperty("华为的排序") private Integer huaweiSort; @ApiModelProperty("版本") private String version; @ApiModelProperty("首页分类类型 1:首页热门分类 2:音频分类") @TableField(exist = false) private Integer homepageClassType;