文档
测试
GET
http://localhost:8080/csc/market/sysrotation/list

响应参数

参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:200
必填
page
object
数据字典
必填
totalCount
int
示例:3
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
rotationId
string
示例:1
必填
imageUrl
string
示例:19300000000
必填
marketOrShopId
object
示例:null
必填
linkUrl
object
示例:null
必填
isRotation
object
示例:null
必填
title
string
示例:000817
必填
createTime
string
示例:2022-01-28 19:28:23
必填
sort
int
示例:1
必填
subtitle
object
示例:null
必填
rotationType
object
示例:null
必填

说明 / 示例

{ "msg": "查询成功", "code": 200, "page": { "totalCount": 3, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "rotationId": "1", "imageUrl": "19300000000", "marketOrShopId": null, "linkUrl": null, "isRotation": null, "title": "000817", "createTime": "2022-01-28 19:28:23", "sort": 1, "subtitle": null, "rotationType": null }, { "rotationId": "2", "imageUrl": "19300000000", "marketOrShopId": null, "linkUrl": null, "isRotation": null, "title": "0008175555", "createTime": "2022-01-28 19:28:33", "sort": 2, "subtitle": null, "rotationType": null }, { "rotationId": "3", "imageUrl": "19300000000", "marketOrShopId": null, "linkUrl": null, "isRotation": null, "title": "000817asdasasdasdasd5555", "createTime": "2022-01-28 19:28:36", "sort": 3, "subtitle": null, "rotationType": null } ] } }