curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/open/mini/category/query'{
"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"
}
]
}