資源簡介
微信代碼
代碼片段和文件信息
/**
??*?wechat?php?test
??*/
//define?your?token
define(“TOKEN“?“weixin“);
$wechatObj?=?new?wechatCallbackapiTest();
$wechatObj->valid();
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->FromUserName;
????????????????$toUsername?=?$postObj->ToUserName;
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2014??2012-11-12?13:35??wx_sample.php
- 上一篇:js 砸金蛋
- 下一篇:php 微信圖片回復代碼
評論
共有 條評論