文档
测试

1.5活动弹窗

GET
http://192.168.8.21:8061/v1.5/activityTicket

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
id
int
示例:3
必填
discount
object
示例:null
必填
cover
string
示例:http://schongdian.hengqifeng.com/ticket/ticketCover/2-1640854232483.jpg
必填
jumpUrl
object
示例:null
必填
type
int
示例:2
必填
status
int
示例:1
必填
isLoop
int
示例:0
必填
duration
object
示例:null
必填
buttonCover
object
示例:null
必填
smallCover
object
示例:null
必填
startTime
string
示例:2022-01-24 18:38:23
必填
endTime
string
示例:2022-01-26 18:38:26
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": [ { "id": 3, "discount": null, "cover": "http://schongdian.hengqifeng.com/ticket/ticketCover/2-1640854232483.jpg", //弹窗图 "jumpUrl": null, "type": 2, "status": 1, "isLoop": 0, "duration": null, "buttonCover": null, "smallCover": null, "startTime": "2022-01-24 18:38:23", "endTime": "2022-01-26 18:38:26" } ], "message": "操作成功" }