Class WeChatMpRestController

java.lang.Object
com.bytedesk.core.base.BaseRestController<WeChatMpRequest>
com.bytedesk.wechat.mp.WeChatMpRestController

@RestController @RequestMapping("/api/v1/wechat/mp") public class WeChatMpRestController extends BaseRestController<WeChatMpRequest>
直接通过提供URL对接公众号 接口权限说明 https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Explanation_of_interface_privileges.html 公众号免费测试链接: https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index 开发接口管理 https://mp.weixin.qq.com/cgi-bin/frame?t=pages/developsetting/page/developsetting_frame&nav=10141&token=929235436&lang=zh_CN 开发文档 https://developers.weixin.qq.com/doc/offiaccount/Draft_Box/Add_draft.html 接收到‘安全模式’的消息,需要解密,可能遇到下面问题: java.security.invalidkeyexception: illegal key size 由于受到美国对出口软件的限制,我们需要手动[下载jdk加密jar包](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html), 解压之后,需要将local_policy.jar和US_export_policy.jar放到jdk安装文件夹jre/lib/security文件夹,比如:
Author:
kefux.com