自定义菜单创建接口
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协议。提供了具体的API地址及实现类方法,帮助开发者快速上手。
自定义菜单创建接口
http请求方式:POST(请使用https协议)
https://api.weixin.qq.com/cgi-bin/menu/create?access_token=ACCESS_TOKEN
接口
String menuCreate(String json) throws WxErrorException;
实现类
3043

被折叠的 条评论
为什么被折叠?