- 官方AI产品模块
- AI角色预设模块
- AI产品模块
- AI提示模块
- 应用模块
- 内容模块
- 商家地址库
- 权益卡模块
- 客服模块
- 公共模块
- 短信模块
- 系统公告模块
- 门店模块
- 商品模块
- 营销模块
- 售后服务模块
- 购物车模块
- 包裹物流模块
- 订单模块
- 支付模块
- 礼品模块
- 搜索模块
- 用户AI模块
- 用户会员模块
- 用户优惠券模块
- 分销员模块
- 用户收藏模块
- 用户登录模块
- 用户退出登录模块
- 用户订单模块
- 会员充值模块
- 用户注册模块
- 用户微信模块
- 用户提现模块
获取礼品分组
GET
https://api.shakingcloud.com/api/product/gift/get_groups
礼品模块
请求参数
无
示例代码
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/get_groups'
返回响应
🟢200OK
application/json
Body
attributes
object
可选
code
string
可选
data
array[object (Category) {21}]
可选
brands
array[object (Brand) {10}]
可选
checked
boolean
可选
children
array[object (Category) {21}]
可选
code
string
可选
createDate
string <date-time>
可选
createStr
string
可选
grade
integer <int32>
可选
image
string
可选
isHot
boolean
可选
isShow
boolean
可选
isSystem
boolean
可选
key
string
可选
modifyDate
string <date-time>
可选
name
string
可选
pagePath
string
可选
pageType
string
可选
parentKey
string
可选
sort
integer <int32>
可选
tkey
string
可选
treePath
string
可选
type
enum<string>
可选
枚举值:
goodsgift
msg
string
可选
success
boolean
可选
totalCount
integer <int64>
可选
示例
{
"attributes": {},
"code": "string",
"data": [
{
"brands": [
{
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"introduction": "string",
"key": "string",
"logo": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"name": "string",
"sort": 0,
"tkey": "string",
"url": "string"
}
],
"checked": true,
"children": [
{}
],
"code": "string",
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"grade": 0,
"image": "string",
"isHot": true,
"isShow": true,
"isSystem": true,
"key": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"name": "string",
"pagePath": "string",
"pageType": "string",
"parentKey": "string",
"sort": 0,
"tkey": "string",
"treePath": "string",
"type": "goods"
}
],
"msg": "string",
"success": true,
"totalCount": 0
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2023-06-19 03:50:23