文档
测试

首页轮播图

GET
/api/image/getHomePageImgList

请求参数

参数名
类型
描述
必填
pageNum
int
当前记录起始索引
必填
pageSize
int
每页显示记录数
必填

响应参数

参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
状态:0成功,500错误
必填
total
int
查询数量
必填
rows
array
数据列表
必填
id
number
id
必填
code
string
商品ID
必填
title
string
标题
必填
type
string
0:商品,1商品类型
必填
imgUrl
string
图片路径
必填