文档
测试

轮播图功能

GET
http://localhost:8081/user/banner/getBannerPage

接口描述

请求轮播图数据

请求头

参数名
类型
描述
必填
token
String
token
必填

请求参数

multipart/form-data
参数名
类型
描述
必填
page
int
页码
必填
pageSize
int
总页数
必填
categoryId
Long
分类Id
必填

响应参数

参数名
类型
描述
必填
code
int
结果码
必填
msg
String
操作结果信息
必填
result
Object
必填
total
int
总条数
必填
records
array
数组
必填
id
Long
id
必填
categoryId
Long
分类id
必填
title
String
标题
必填
sort
int
排序
必填
status
int
状态
必填
createTime
LocalDateTime
创建时间
必填
updateTime
LocalDateTime
更新时间
必填

说明 / 示例

请求参数中的categoryId是category中的id