맞춤형 메뉴 쿼리 인터페이스
사용자 정의 메뉴 쿼리 인터페이스
인터페이스를 사용하여 사용자 정의 메뉴를 만든 후 개발자는 인터페이스를 사용하여 사용자 정의 메뉴의 구조를 쿼리할 수도 있습니다. 또한 개인화된 메뉴를 설정한 후 이 사용자 정의 메뉴 쿼리 인터페이스를 사용하여 기본 메뉴와 모든 개인화된 메뉴 정보를 얻을 수 있습니다.
안내 요청
http请求方式:GET https://api.weixin.qq.com/cgi-bin/menu/get?access_token=ACCESS_TOKEN
반품 안내(맞춤 메뉴가 없는 경우)
对应创建接口,正确的Json返回结果: { "menu": { "button": [ { "type": "click", "name": "今日歌曲", "key": "V1001_TODAY_MUSIC", "sub_button": [ ] }, { "type": "click", "name": "歌手简介", "key": "V1001_TODAY_SINGER", "sub_button": [ ] }, { "name": "菜单", "sub_button": [ { "type": "view", "name": "搜索", "url": "http://www.soso.com/", "sub_button": [ ] }, { "type": "view", "name": "视频", "url": "http://v.qq.com/", "sub_button": [ ] }, { "type": "click", "name": "赞一下我们", "key": "V1001_GOOD", "sub_button": [ ] } ] } ] } }
반품 안내(맞춤 메뉴가 있는 경우)
{ "menu": { "button": [ { "type": "click", "name": "今日歌曲", "key": "V1001_TODAY_MUSIC", "sub_button": [ ] } ], "menuid": 208396938 }, "conditionalmenu": [ { "button": [ { "type": "click", "name": "今日歌曲", "key": "V1001_TODAY_MUSIC", "sub_button": [ ] }, { "name": "菜单", "sub_button": [ { "type": "view", "name": "搜索", "url": "http://www.soso.com/", "sub_button": [ ] }, { "type": "view", "name": "视频", "url": "http://v.qq.com/", "sub_button": [ ] }, { "type": "click", "name": "赞一下我们", "key": "V1001_GOOD", "sub_button": [ ] } ] } ], "matchrule": { "group_id": 2, "sex": 1, "country": "中国", "province": "广东", "city": "广州", "client_platform_type": 2 }, "menuid": 208396993 } ]
}
참고: 메뉴가 기본 메뉴이고 조건부 메뉴가 맞춤 메뉴입니다. 목록. 필드 설명은 개인 메뉴 인터페이스 페이지 설명을 참조하세요.