- App/H5对接流程:
- API开放接口对接流程
- 小程序对接流程v1.1
- 数据推送说明
- 基础信息
- 电影票接口
- 卡券接口
- 点餐接口
卡券商品分类列表
GET
/api/gift_card/category
GiftCard
请求参数
Query 参数
i
string
可选
返回响应
🟢200Success
application/json
Body
code
integer <int32>
code
message
string | null
message
data
array[object (GiftCardCategoryView) {3}] | null
可选
name
string | null
可选
categoryLevel
integer <int32>
可选
list
array[object (GiftCardCategoryDto) {12}] | null
可选
示例
{
"code": 0,
"message": "string",
"data": [
{
"name": "string",
"categoryLevel": 0,
"list": [
{
"id": 0,
"name": "string",
"info": "string",
"stockNum": 0,
"imageUrl": "string",
"categoryLevel": 0,
"createTime": "2019-08-24T14:15:22Z",
"state": 0,
"isEnabled": true,
"logoUrl": "string",
"showOrder": 0,
"hideInApple": true
}
]
}
]
}
修改于 2024-10-30 03:47:02