mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	修复企业号菜单创建接口方法的bug
This commit is contained in:
		| @ -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()); | ||||
|   } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang