来源:自学PHP网 时间:2015-04-14 12:58 作者: 阅读:次
[导读] 微信公众平台开发 第三方接口作者:方倍工作室地址:http: www cnblogs com txw1958 p weixin72-third-party-api html测试代码?php * 方倍工作室 第三方接口 测试代码* $post = xml...
测试代码 <?php /* 方倍工作室 第三方接口 测试代码 */ $post = "<xml><ToUserName><![CDATA[gh_204936aea56d]]></ToUserName> <FromUserName><![CDATA[oc7tbuPEJdWm7jLJqRPCDNoWq480]]></FromUserName> <CreateTime>1383811836</CreateTime> <MsgType><![CDATA[text]]></MsgType> <Content><![CDATA[深圳天气]]></Content> <MsgId>5943426579437733541</MsgId> </xml>"; $url = "http://www.abc.com/weixin/"; $headers = array("Content-Type: text/xml; charset=utf-8"); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $post); $output = curl_exec($ch); curl_close($ch); echo $output; ?>
|
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com