文档
测试

秒杀底部商品详情

GET
http://localhost:8081/insoApp/seckill/goods/findByTimeAndId

请求参数

参数名
类型
描述
必填
time
String
2020082108
必填
goodsId
String
7
必填

响应参数

参数名
类型
描述
必填
code
int
200
必填
message
string
null
必填
data
json
响应数据
必填

响应示例

``` { "code": 0, "msg": "成功", "data": { "id": "7", "spuId": "1296270615962693632", "skuId": "1296270615979470848", "title": "花西子空气蜜粉/散粉定妆粉饼女持久控油防水防汗遮瑕不脱妆自然", "image": "https://www.oss.gdinso.net/insoapp/upload/spuGoods/1597889969506.png", "price": 88, "costPrice": 77, "storeId": 11, "brandId": 3, "brandName": "苹果手机2", "categoryId": null, "category1Name": "电子书", "status": "1", "goodsNum": 100, "stockCount": 100, "remark": null, "timeCreate": "2020-08-21 10:41:07", "timeModified": null, "timeCheck": "2020-08-21 10:41:17", "timeStart": "2020-08-21 08:30:00", "timeEnd": "2020-11-06 10:30:00" } } ```