資源簡介
微信圖片回復(fù)代碼
代碼片段和文件信息
/**
??*?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
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????2229??2013-05-29?19:04??index.php
-----------?---------??----------?-----??----
?????????????????2229????????????????????1
評(píng)論
共有 條評(píng)論