微信企业号开启回调模式--php


首先选择回头模式,然后生成Tokey   EncodingAESKey。


微信企业号开启回调模式--php


把附件的代码上传到网站目录下。


然后修改 Sample.php  ,最后验证就可以了。


include_once "WXBizMsgCrypt.php";

$encodingAesKey = "xxxxxxxxxxxxxxxxxxxxxxx"; //替换成上面生成的

$token = "xxxxxx"; //替换成上面生成的

$corpId = "xxxxxxxxxxxxxxxx";  //#替换成上面生成自己的corpID


本文出自 “何全” 博客,请务必保留此出处http://hequan.blog.51cto.com/5701886/1898947

微信企业号开启回调模式--php

上一篇:python调用mongodb发送微信企业号


下一篇:微信朋友朋友圈自定义分享内容