• 大小: 0.16M
    文件类型: .php
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: PHP
  • 标签: 微信  php  hp  基础  thinkPHP  

资源简介

整合最新thinkphp3.2 微信基础类,所有微信接口均有

资源截图

代码片段和文件信息

/**
 * 微信公众平台PHP-SDK 官方API部分
 *  @author  dodge 
 *  @link https://github.com/dodgepudding/wechat-php-sdk
 *  @version 1.2
 *  usage:
 *   $options = array(
 * ‘token‘=>‘tokenaccesskey‘ //填写你设定的key
 * ‘encodingaeskey‘=>‘encodingaeskey‘ //填写加密用的EncodingAESKey
 * ‘appid‘=>‘wxdk1234567890‘ //填写高级调用功能的app id
 * ‘appsecret‘=>‘xxxxxxxxxxxxxxxxxxx‘ //填写高级调用功能的密钥
 * );
 *  $weObj = new Wechat($options);
 *   $weObj->valid();
 *   $type = $weObj->getRev()->getRevType();
 *   switch($type) {
 *    case Wechat::MSGTYPE_TEXT:
 *    $weObj->text(“hello I‘m wechat“)->reply();
 *    exit;
 *    break;
 *    case Wechat::MSGTYPE_EVENT:
 *    ....
 *    break;
 *    case Wechat::MSGTYPE_IMAGE:
 *    ...
 *    break;
 * 

评论

共有 条评论