公众号菜单名称修改

This commit is contained in:
mzr 2024-04-12 14:44:29 +08:00
parent 68d426afb8
commit f278fd8aef
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class MenuManager {
btn22.put("url", "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + WXMPCMD.APPID + "&redirect_uri=" + url + "wechat/wxResponse.html?response_type=code&scope=snsapi_userinfo&state=path~personal");
Map btn23 = new HashMap<>();
btn23.put("name", "促销活动");
btn23.put("name", "激励活动");
btn23.put("type", "view");
btn23.put("url", "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + WXMPCMD.APPID + "&redirect_uri=" + url + "wechat/wxResponse.html?response_type=code&scope=snsapi_userinfo&state=path~saleroom");