• 大小: 1.09KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 标签: 图片  微信  

资源简介

微信图片回复代码

资源截图

代码片段和文件信息

/**
  * wechat php test
  */

//define your token
define(“TOKEN“ “jiekou“);
$wechatObj = new wechatCallbackapiTest();
$wechatObj->responseMsg();


class wechatCallbackapiTest
{
public function valid()
    {
        $echoStr = $_GET[“echostr“];

        //valid signature  option
        if($this->checkSignature()){
         echo $echoStr;
         exit;
                                   }
    }

    public function responseMsg()
    {
//get post data May be due to the different environments
$postStr = $GLOBALS[“HTTP_RAW_POST_DATA“];

       //extract post data
if (!empty($postStr)){
                
               $postObj = simplexml_load_string($postStr ‘SimplexmlElement‘ LIBxml_NOCDATA);
                $fromUsername = $postObj->FromUse

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2229  2013-05-29 19:04  index.php

----------- ---------  ---------- -----  ----

                 2229                    1


评论

共有 条评论