文档
测试

获取限时抢购组详情信息

GET
http://127.0.0.1/app/customer/flashSaleGroup/getDetail

请求参数

参数名
类型
描述
必填
phone
string
{{phone}}
必填
token
string
{{token}}
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
flashSaleGroupDetail
object
数据字典
必填
flashSaleGoodsVoList
array
抢购商品数据列表
必填
createTime
string
创建时间
必填
flashSaleGroupId
int
抢购组主键id
必填
flashSalePrice
double
抢购价格
必填
goodsCoverImg
string
商品封面图片
必填
goodsId
int
商品主键id
必填
goodsName
string
商品名称
必填
goodsNum
int
商品数量
必填
goodsSaleNum
int
商品已售数量
必填
id
int
0
必填
isDeleted
int
是否删除 0:否 1:是
必填
isValid
int
是否生效 0:否 1:是
必填
updateTime
string
更新时间
必填
goodsPrice
double
商品价格
必填
flashSaleGoodsRecordId
int
限时抢购商品记录主键id
必填
flashSaleGroupVo
object
抢购组信息
必填
createTime
string
创建时间
必填
flashSaleEndTime
string
抢购结束时间
必填
flashSaleGroupName
string
抢购组名称
必填
flashSaleStartTime
string
抢购开始时间
必填
groupCoverImg
string
抢购组封面名称
必填
id
int
主键id
必填
isDeleted
int
是否删除 0:否 1:是
必填
isValid
int
是否生效 0:否 1:是
必填
updateTime
string
更新时间
必填
state
int
示例:1
必填

说明 / 示例

{ "msg": "获取成功", "flashSaleGroupDetail": { "flashSaleGoodsVoList": [ { "createTime": "2022-08-18 11:43:38", "flashSaleGroupId": 1, "flashSalePrice": 100.00, "goodsCoverImg": "https://tj-data-test.oss-cn-hangzhou.aliyuncs.com/uploadFiles/images/resource/e76da955-eb9e-437d-9b6c-9e308aaadd41.png", "goodsId": 2, "goodsName": "体脂秤白色,太阳能+USB款", "goodsNum": 100, "goodsSaleNum": 0, "id": 2, "isDeleted": 0, "isValid": 1, "updateTime": "2022-08-18 11:43:38" } ], "flashSaleGroupVo": { "createTime": "2022-08-18 11:01:15", "flashSaleEndTime": "2022-08-18 14:22:00", "flashSaleGroupName": "测试1", "flashSaleStartTime": "2022-08-18 14:21:00", "groupCoverImg": "https://tj-data-test.oss-cn-hangzhou.aliyuncs.com/uploadFiles/images/goods_classification/a.png", "id": 1, "isDeleted": 0, "isValid": 1, "updateTime": "2022-08-18 13:58:48" } }, "state": 1 }