- doc
- 公共
- admin
- 订单
- 订单 -- 操作记录
- 文章管理
- 分类服务
- 导出 -- Excel
- 设置 -- 物流 -- 公司
- 设置 -- 物流 -- 免费
- 设置 -- 物流 -- 付费
- 设置 -- 物流 -- 模板
- 财务 -- 提现申请
- 财务 -- 资金监控
- 管理端登录服务
- 营销 -- 优惠券
- 营销 -- 优惠券 -- 领取记录
- 一号通服务
- 支付回调
- 短信服务
- 统计 -- 主页
- 商品 -- 砍价 -- 商品
- 商品——拼团——商品
- 商品
- 商品 -- 评论
- 商品 -- 规则值(规格)
- 分销
- 商品 -- 秒杀 -- 商品
- 商品 -- 秒杀 -- 配置
- 后台用户服务
- 附件管理
- 城市管理
- 设置 -- Config
- 设置 -- 表单模板
- 设置 -- 组合数据 -- 详情
- 设置 -- 组合数据
- 系统菜单管理
- 消息通知
- 设置 -- 权限管理 -- 身份管理
- 设置 -- 提货点 -- 提货点
- 设置 -- 提货点 -- 核销订单
- 设置 -- 提货点 -- 核销员
- 设置 -- 会员等级
- 上传文件
- 会员管理
- 会员 -- 分组
- 用户积分管理
- 会员 -- 等级
- 会员 -- 标签
- 财务 -- 充值
- 财务-充值退款
- 验证码服务
- 微信 -- 开放平台 admin
- 微信开放平台 -- 微信关键字回复
- 微信开放平台 -- 素材
- 微信开放平台 -- 菜单管理
- 微信 -- 消息模版
- 易联云 打印订单小票
- 日志
- 商品API
- 发票
- 反馈(问题投诉)
- 定制服务
- 回调
- 站内信
- 天瑞云短信
- 协议管理
- 消息
- public
- 前端-font
- 前端-public
- 微信接口
- mock接口
- 第三方(即客)接口
- 抖音接口
- 测试与维护
详情
GET
/api/admin/store/seckill/info
商品 -- 秒杀 -- 商品
请求参数
Query 参数
id
integer <int32>
id
Header 参数
Authori-zation
string
授权token
默认值:
{{token}}
source
string
来源标识
默认值:
{{source}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/admin/store/seckill/info?id' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
返回响应
🟢200OK
application/json
Body
code
integer <int64>
可选
data
object (StoreProductInfoResponse对象)
商品详情响应对象
activity
array[string]
可选
attr
array[object (StoreProductAttr对象) {6}]
商品属性
attrValue
array[object (AttrValueResponse对象) {18}]
商品属性详情
bargainNum
integer <int32>
帮砍次数|砍价专用
cateId
string
分类id
cateStr
string
分类中文
content
string
商品描述
couponIds
array[integer <int32>]
优惠券Ids
effectiveTime
integer <int32>
可选
ficti
integer <int32>
虚拟销量
flatPattern
string
展示图
giveIntegral
integer <int32>
获得积分
id
integer <int32>
商品id
image
string
商品图片
info
string
简介|拼团专用
isBenefit
boolean
是否优惠
isBest
boolean
是否精品
isGood
boolean
是否优品推荐
isHot
boolean
是否热卖
isNew
boolean
是否新品
isShow
boolean
商品状态|拼团专用
isSub
boolean
是否单独分佣
keyword
string
关键字
num
integer <int32>
可选
onceNum
integer <int32>
可选
people
integer <int32>
参团人数|拼团专用
peopleNum
integer <int32>
可选
productId
integer <int32>
产品ID
sliderImage
string
轮播图
sort
integer <int32>
排序
specType
boolean
规格 0单 1多
startTime
integer <int64>
可选
startTimeStr
string
可选
status
integer <int32>
可选
stopTime
integer <int64>
可选
stopTimeStr
string
可选
storeInfo
string
商品简介
storeName
string
商品名称
tempId
integer <int32>
运费模板ID
timeId
integer <int32>
可选
title
string
可选
unitName
string
单位名
virtualRation
integer <int32>
可选
storeType
integer
可选
isVipPrice
integer
可选
isStockLimit
integer
可选
apiId
string
API接口ID
apiName
string
API接口名称
apiParam
string
API入参
apiParamExample
string
API入参示例
isCatering
boolean
是否餐饮
briefImage
string
商品交付设置
paragraphsList
array[object (StoreProductParagraph对象) {15}]
交付页段落
message
string
可选
示例
{
"code": 0,
"data": {
"activity": [
"string"
],
"attr": [
{
"attrName": "string",
"attrValues": "string",
"id": 0,
"isDel": true,
"productId": 0,
"type": 0
}
],
"attrValue": [
{
"attrValue": "string",
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "string",
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"stock": 0,
"suk": "string",
"type": 0,
"volume": 0,
"weight": 0
}
],
"bargainNum": 0,
"cateId": "string",
"cateStr": "string",
"content": "string",
"couponIds": [
0
],
"effectiveTime": 0,
"ficti": 0,
"flatPattern": "string",
"giveIntegral": 0,
"id": 0,
"image": "string",
"info": "string",
"isBenefit": true,
"isBest": true,
"isGood": true,
"isHot": true,
"isNew": true,
"isShow": true,
"isSub": true,
"keyword": "string",
"num": 0,
"onceNum": 0,
"people": 0,
"peopleNum": 0,
"productId": 0,
"sliderImage": "string",
"sort": 0,
"specType": true,
"startTime": 0,
"startTimeStr": "string",
"status": 0,
"stopTime": 0,
"stopTimeStr": "string",
"storeInfo": "string",
"storeName": "string",
"tempId": 0,
"timeId": 0,
"title": "string",
"unitName": "string",
"virtualRation": 0,
"storeType": 0,
"isVipPrice": 0,
"isStockLimit": 0,
"apiId": "string",
"apiName": "string",
"apiParam": "string",
"apiParamExample": "string",
"isCatering": true,
"briefImage": "string",
"paragraphsList": [
{
"id": 0,
"productId": 0,
"paragraphType": 0,
"paragraphSort": 0,
"tabTitle": "string",
"mainTitle": "string",
"subTitle": "string",
"content": "string",
"apiId": "string",
"paragraphCode": "string",
"paragraphName": "string",
"dlvblsDataCode": "string",
"dlvblsDataName": "string",
"dlvblsDataAlias": "string",
"associatedProductIds": "string"
}
]
},
"message": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2024-04-30 06:18:49