[TOC]
微信公众平台配置
公共配置
- 公众号设置 -> 功能设置下面的:网页授权域名,JS接口安全域名,业务域名
网页授权域名和JS接口安全域名、业务域名填写的是静态页面发布域名
业务配置
- product.properties中的website.domain配置静态页面地址。
如果静态地址域名根目录下不能直接访问index页面,需要更改程序MenuManager中程序
- 绑定服务器
/wei-xin/{id}
,其中id指的是公司的id - 创建菜单url
/menu/create/{id}
参数 key:固定值
YXT_MENU_KEY_V001
-
参数menus:
// menus key和menus可以不用传递 { "button": [ { "key": "USE_CAR_SKILL_V001", "name": "用车技巧", "type": "click" }, { "name": "蚂蚁车险", "sub_button": [ { "name": "车蚂蚁", "type": "view", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx06329272e094ed1b&redirect_uri=https%3A%2F%2F15658898635.ittun.com%2Fhtml%2Findex.html&response_type=code&scope=snsapi_userinfo&state=Y1519#wechat_redirect" } ] }, { "name": "我的", "type": "view", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx06329272e094ed1b&redirect_uri=https%3A%2F%2F15658898635.ittun.com%2Fhtml%2Fmine.html&response_type=code&scope=snsapi_userinfo&state=Y1419#wechat_redirect" } ] }