自定义菜单创建接口
http请求方式:POST(请使用https协议)
https://api.weixin.qq.com/cgi-bin/menu/create?access_token=ACCESS_TOKEN
接口
String menuCreate(String json) throws WxErrorException;
实现类
自定义菜单创建接口
http请求方式:POST(请使用https协议)
https://api.weixin.qq.com/cgi-bin/menu/create?access_token=ACCESS_TOKEN
接口
String menuCreate(String json) throws WxErrorException;
实现类