码迷,mamicode.com
首页 > 微信 > 详细

微信调试模式,线上转为线下调试模式

时间:2017-09-23 23:25:26      阅读:360      评论:0      收藏:0      [点我收藏+]

标签:test   微信消息   url   glob   exit   dem   ase   个人信息   消息   

微信消息调试:
include_once ‘Base/jssdk.php‘;
$jssdk = new \JSSDK(C(‘Wechat‘)[‘AppID‘], C(‘Wechat‘)[‘AppSecret‘]);
$url = ‘http://192.168.71.24/demo/wechat/listener‘; //DM个人信息url
$header[] = "Content-type: text/xml";//定义content-type为xml
$header[] = "HTTP_USER_AGENT:mytest";
$rst = $jssdk->_curl($url, ‘POST‘,$header,$GLOBALS[‘HTTP_RAW_POST_DATA‘]);
Log::write(‘-------##绑定%%%####8888 ‘.var_export($rst,true));
echo $rst;exit;

微信调试模式,线上转为线下调试模式

标签:test   微信消息   url   glob   exit   dem   ase   个人信息   消息   

原文地址:http://www.cnblogs.com/andydao/p/7583189.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!