作者: whooyun发表于: 2017-11-21 11:29
{ "button": [ { "type": "view", "name": "全民优惠", "url": "http://www.shaobingquan.com/good/index", "key": "V1001_QMYH" }, { "type": "view", "name": "天猫优惠券", "url": "http://www.shaobingquan.com/good/rebate", "key": "V1002_QMYH" }, { "type": "view", "name": "个人中心", "url": "http://www.shaobingquan.com", "key": "V1003_QMYH" } ] }这个就是微信最简单的一级菜单。发送消息,跳转小程序,我会在以后分章节讲解。
{ "button": [ { "type": "view", "name": "领券优惠", "url": "http://shaobingquan.com/good/index", "key": "V1001_QMYH" }, { "name": "我要赚钱", "sub_button": [ { "type": "view", "name": "分享赚钱", "url": "http://shaobingquan.com", "key": "V1002_QMYH" }, { "type": "view", "name": "赚钱教程", "url": "http://shaobingquan.com/good/index", "key": "V1003_QMYH" } ] }, { "name": "我的", "sub_button": [ { "type": "view", "name": "个人中心", "url": "http://shaobingquan.com", "key": "V1004_QMYH" }, { "type": "view", "name": "我的粉丝", "url": "http://shaobingquan.com", "key": "V1005_QMYH" } ] } ] }
本质还是json字符串。