- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
小程序类目树查询
开发环境
开发环境
GET
/v3/alipay/open/mini/category/query
alipay.open.mini.category
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/open/mini/category/query'
响应示例响应示例
200 - 示例 1
{
"category_list": [
{
"category_id": "string",
"category_name": "string",
"has_child": true,
"need_license": true,
"need_out_door_pic": true,
"need_special_license": true,
"parent_category_id": "string"
}
],
"mini_category_list": [
{
"category_id": "string",
"category_name": "string",
"has_child": true,
"need_license": true,
"need_out_door_pic": true,
"need_special_license": true,
"parent_category_id": "string"
}
]
}
请求参数
Query 参数
is_filter
string
可选
返回响应
🟢200common response
application/json
Body
category_list
array[object (MiniAppCategory) {7}]
小程序类目列表
category_id
string
类目id
category_name
string
类目名称
has_child
boolean
是否有子类目
need_license
boolean
是否需要营业执照
need_out_door_pic
boolean
是否需要门头照
need_special_license
boolean
可选
parent_category_id
string
父类目id
mini_category_list
array[object (MiniAppCategory) {7}]
可选
category_id
string
类目id
category_name
string
类目名称
has_child
boolean
是否有子类目
need_license
boolean
是否需要营业执照
need_out_door_pic
boolean
是否需要门头照
need_special_license
boolean
可选
parent_category_id
string
父类目id
🔴500请求失败
修改于 2023-11-21 07:13:43