mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
修复企业号菜单创建接口方法的bug
This commit is contained in:
parent
655b2c3201
commit
d961047c24
@ -143,7 +143,7 @@ public abstract class AbstractWxCpServiceImpl<H, P> implements WxCpService, Requ
|
||||
@Override
|
||||
public void menuCreate(Integer agentId, WxMenu menu) throws WxErrorException {
|
||||
String url = "https://qyapi.weixin.qq.com/cgi-bin/menu/create?agentid="
|
||||
+ this.configStorage.getAgentId();
|
||||
+ agentId;
|
||||
post(url, menu.toJson());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user