- 官方AI产品模块
- AI角色预设模块
- AI产品模块
- AI提示模块
- 应用模块
- 内容模块
- 商家地址库
- 权益卡模块
- 客服模块
- 公共模块
- 短信模块
- 系统公告模块
- 门店模块
- 商品模块
- 营销模块
- 售后服务模块
- 购物车模块
- 包裹物流模块
- 订单模块
- 支付模块
- 礼品模块
- 搜索模块
- 用户AI模块
- 用户会员模块
- 用户优惠券模块
- 分销员模块
- 用户收藏模块
- 用户登录模块
- 用户退出登录模块
- 用户订单模块
- 会员充值模块
- 用户注册模块
- 用户微信模块
- 用户提现模块
获取礼品列表
GET
https://api.shakingcloud.com/api/product/gift/list
礼品模块
请求参数
Query 参数
catId
string
分类ID
keyword
string
搜索关键字
sortProperty
string
可选
points
integer
points
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.shakingcloud.com/api/product/gift/list'
返回响应
🟢200OK
application/json
Body
attributes
object
可选
code
string
可选
data
array[object (Gift) {28}]
可选
categoryKeys
array[string]
可选
createDate
string <date-time>
可选
createStr
string
可选
endPoints
integer <int32>
可选
exchangedQuantity
integer <int32>
可选
extraPrice
number
可选
fullName
string
可选
goodsId
integer <int64>
可选
goodsSn
string
可选
image
string
可选
isMarketable
boolean
可选
key
string
可选
limitQuantity
integer <int32>
可选
memo
string
可选
modifyDate
string <date-time>
可选
name
string
可选
points
integer <int32>
可选
price
number
可选
reduceStock
enum<string>
可选
枚举值:
placeOrderpayment
skuId
integer <int64>
可选
skuKey
string
可选
sort
integer <int32>
可选
specValueNames
string
可选
startPoints
integer <int32>
可选
status
enum<string>
可选
枚举值:
sellingsoldoutstorerecycler
stock
integer <int32>
可选
tkey
string
可选
type
enum<string>
可选
枚举值:
pointspointsAndMoney
msg
string
可选
success
boolean
可选
totalCount
integer <int64>
可选
示例
{
"attributes": {},
"code": "string",
"data": [
{
"categoryKeys": [
"string"
],
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"endPoints": 0,
"exchangedQuantity": 0,
"extraPrice": 0,
"fullName": "string",
"goodsId": 0,
"goodsSn": "string",
"image": "string",
"isMarketable": true,
"key": "string",
"limitQuantity": 0,
"memo": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"name": "string",
"points": 0,
"price": 0,
"reduceStock": "placeOrder",
"skuId": 0,
"skuKey": "string",
"sort": 0,
"specValueNames": "string",
"startPoints": 0,
"status": "selling",
"stock": 0,
"tkey": "string",
"type": "points"
}
],
"msg": "string",
"success": true,
"totalCount": 0
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2023-06-19 03:50:23