微信测试公众号配置地址
时间:2020-02-12 16:27:12
收藏:0
阅读:224
https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index 测试公众号 地址
https://mp.weixin.qq.com/debug/cgi-bin/apiinfo 微信接口调试地址
菜单配置:
{
"button": [
{
"name": "name",
"sub_button": [
{
"type": "view",
"name": "商城",
"url": ""
},
{
"type": "view",
"name": "我的订单",
"url": ""
},
{
"type": "view",
"name": "核销",
"url": ""
}
]
}
]
}
评论(0)