1.1 创建菜单
我们添加一些微信服务号,聊天窗口下面有些菜单,这个可以在开发模式代码配置。微信公众平台开发者文档:http://mp.weixin.qq.com/wiki/13/43de8269be54a0a6f64413e4dfa94f39.html,可以看到创建菜单的一些要点,下面的使用网页调试工具调试该接口。
按照需求根据示例做好菜单后,在文档下面可以发现:使用网页调试工具调试该接口。
点击进入
你会看到需要一个access_token,关于access_token的获取说明:http://mp.weixin.qq.com/wiki/11/0e4b294685f817b95cbed85ba5e82b8f.html。
翻到页面后可以发现:使用网页调试工具调试该接口。
点击进入
Appid跟secret可以在登陆的首界面找到
正确填入,点击检查问题。
获取成功,图中所标示即为access_token。
在自定义菜单网页调试工具中输入刚才获取到的access_token,输入自定义的body,UART拓扑图微信界面示例:
{
"button" : [
{
"name" : "状态",
"sub_button" : [
{
"key" : "ZigBee",
"name" : "ZigBee",
"type" : "click"
},
{
"key" : "WiFi",
"name" : "WiFi",
"type" : "click"
},
{
"key" : "Bluetooth",
"name" : "Bluetooth",
"type" : "click"
},
{
"key" : "IPv6",
"name" : "IPv6",
"type" : "click"
},
{
"key" : "Android",
"name" : "板载",
"type" : "click"
}
]
},
{
"name" : "控制",
"sub_button" : [
{
"key" : "Light",
"name" : "板载-灯",
"type" : "click"
},
{
"key" : "Zigbee_Fan",
"name" : "Zigbee-风扇",
"type" : "click"
},
{
"key" : "IPv6_Relay",
"name" : "IPv6-继电器",
"type" : "click"
},
{
"key" : "Bluetooth_Buzzer",
"name" : "Bluetooth-蜂鸣器",
"type" : "click"
}
]
},
{
"name" : "其它",
"sub_button" : [
{
"type": "scancode_push",
"name": "绑定设备",
"key": "rselfmenu_0_1",
"sub_button": [ ]
}
]
}
]
}
点击检查问题
菜单创建成功。微信还提供了其他菜单操作,在开发者文档中有详细的说明,参考即可。
Copyright © 2004-2024 华清远见教育科技集团 版权所有
京ICP备16055225号-5,京公海网安备11010802025203号