weChat:微信api

时间:2021-06-13 09:35:13
【文件属性】:
文件名称:weChat:微信api
文件大小:12KB
文件格式:ZIP
更新时间:2021-06-13 09:35:13
PHP 因为私人原因,所以不再公开其他 不过基本上思路都在这了 对微信接口的一层简单封装 设置Wechat.php define("TOKEN", "微信密钥"); define("ACCOUNT", "你的微信公众帐号"); define("PASSWORD", "你的微信公众密码"); define("METHOD", "redis或者file"); 几个参数 示例代码 include("Wechat.php"); include("snoopy.php"); $wechat = new weChatApi(); // 回复消息 if($wechat->checkSignature()){ $return = $wechat->parseData(); // $reply = $this->reply($return["Content"]); $reply = '回复内容'; $wec
【文件预览】:
weChat-master
----sample.php(532B)
----Wechat.php(6KB)
----README.md(994B)
----snoopy.php(37KB)
----.gitignore(17B)

网友评论