接口表明:
GET https://openapi.baidu.com/rest/2.0/smartapp/app/category/list
要求参数:
参数名 种类 是不是务必 叙述
access_token string 是 受权微信小程序的接口启用凭证。
category_type int 是 获得全部类目,固定值为:2 。
返回值示例:
{
"data": [
{
id: "1",
category_name: "快递行业与邮政快递",
category_type: "2",
subItems: {
2: {
id: "2",
category_name: "快递公司",
category_type: "2",
need_quali: "1",
category_quali: "{"desc":"请提交《快递业务经营许可证》","list":[[{"id":1,"must":1,"name":"快递服务许可证","desc":""}]]}"
},
3: {
id: "3",
category_name: "邮政快递",
category_type: "2",
need_quali: "0",
category_quali: ""
},
...
} ,
...
],
"errno": 0,
"msg": "success"
}
阅读文章文中的人还能够阅读文章:
百度搜索智能小程序的公布必须注意什么?智能小程序的公布条文
百度搜索智能小程序兼容模式表明
百度搜索智能小程序配备页面、途径怎样提升
百度搜索智能小程序顶端导航条怎样开展个性定制
标签内容: 接口 参数 固定值 返回值 示例 类目