- 基础接口
- apple登陆POST
- 主题类型GET
- 获取个人中心菜单GET
- 图片上传POST
- 获取登录授权logoGET
- 获取网站基础配置GET
- 获取配置是否强制绑定手机号GET
- 门店自提开启状态GET
- 公众号支付回调GET
- 小程序支付回调GET
- 支付回调GET
- 图片验证码GET
- 获取发短信的codeGET
- 验证码发送POST
- 手机号注册POST
- 手机号验证码登录POST
- 账号密码登陆POST
- 手机号修改密码POST
- 绑定手机号POST
- 记录用户分享POST
- 分享配置GET
- 获取图片base64POST
- 海报二维码GET
- 优惠券列表_copy(已废弃)GET
- 添加登录用户的访问记录POST
- 用户关键字分享GET
- 复制口令接口GET
- 获取多语言类型列表GET
- 获取当前语言jsonGET
- 首页
- 文章
- 商品
- 优惠券
- 签到
- 秒杀
- 拼团
- 预售
- 砍价
- 购物车
- 积分商城
- 订单
- 微信
- 用户
- 客服
- 个人中心->付费会员
- 个人中心->发票管理
- 个人中心->积分中心
- 个人中心->我的等级
- 个人中心->统计管理
- 个人中心->我的推广
- 个人中心->地址信息
- 个人中心->我的收藏
- 个人中心->消息中心
- 个人中心->我的余额
- PC端
秒杀产品详情
GET
/seckill/detail/{}
请求参数
Path 参数
id
string
秒杀产品编号
示例值:
1
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/seckill/detail/{}'
返回响应
🟢200成功
application/json
Body
status
number
可选
msg
string
可选
data
object
可选
buy_num
number
可选
storeInfo
object
可选
reply
object
评论列表
replyChance
string
好评率
replyCount
number
评论数
productAttr
array [object {6}]
可选
productValue
object
规格值
routine_contact_type
string
小程序客服判断
示例
{
"status": 0,
"msg": "string",
"data": {
"buy_num": 0,
"storeInfo": {
"id": 0,
"product_id": 0,
"image": "string",
"images": [
"string"
],
"title": "string",
"info": "string",
"price": "string",
"cost": "string",
"ot_price": "string",
"give_integral": "string",
"sort": 0,
"stock": 0,
"sales": 0,
"unit_name": "string",
"postage": "string",
"description": "string",
"start_time": "string",
"stop_time": "string",
"add_time": "string",
"status": 0,
"is_postage": 0,
"is_hot": 0,
"is_del": 0,
"num": 0,
"is_show": 0,
"time_id": 0,
"temp_id": 0,
"weight": "string",
"volume": "string",
"quota": 0,
"quota_show": 0,
"once_num": 0,
"image_base": "string",
"total": 0,
"code_base": "string",
"userCollect": true,
"userLike": true,
"uid": 0,
"percent": 0
},
"reply": {
"id": 0,
"uid": 0,
"oid": 0,
"unique": "string",
"product_id": 0,
"reply_type": "string",
"product_score": 0,
"service_score": 0,
"comment": "string",
"pics": [
"string"
],
"add_time": "string",
"merchant_reply_content": null,
"merchant_reply_time": "string",
"is_del": 0,
"is_reply": 0,
"nickname": "string",
"avatar": "string",
"cart_info": null,
"is_money_level": null,
"suk": "string",
"star": "string"
},
"replyChance": "string",
"replyCount": 0,
"productAttr": [
{
"id": 0,
"product_id": 0,
"attr_name": "string",
"attr_values": [
"string"
],
"type": 0,
"attr_value": [
{
"attr": "string",
"check": true
}
]
}
],
"productValue": {},
"routine_contact_type": "string"
}
}