您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php 微信收不到post 数据怎么办

2024/6/29 14:03:45发布35次查看
php微信收不到post数据的解决办法:1、开启php.ini中的register_globals;2、通过file_get_contents(php://input)方法来获取post数据。
本文操作环境:windows7系统,php7.1版,dell g3电脑。
php 微信收不到post 数据怎么办?
微信官方php接口无法获得poststr数据
在微信官方提供的php接口文档中,处理主要业务有这么一段代码
public function getindex(){ if (ob_get_contents()) ob_end_clean(); $poststr = isset($globals["http_raw_post_data"])?$globals["http_raw_post_data"]:'';//获取post过来的数据 if (!empty($poststr)){ $postobj = simplexml_load_string($poststr, 'simplexmlelement', libxml_nocdata); $this->postobj = $postobj; $this->fromusername = $postobj->fromusername;//发送方 $this->tousername = $postobj->tousername;//接收方(即本公众账号) $this->msgtype = trim($postobj->msgtype);//消息类型 $this->content = trim($postobj->content); $this->event = trim($postobj->event); $this->eventkey = trim($postobj->eventkey); $this->dealmsg(); }else{ $this->wx->makeinfo(input::all()); $this->wx->valid();//非消息推送时,默认为校验 } flush(); }
这个方法中通过globals这个全局变量来获取原始的post数据,但是这个方法也同时存在问题。
要通过globals来获取数据,php.ini中的register_globals必须设置为on,在低版本的php中register数据默认为开启,但是高版本中,默认为关闭状态,这是因为,设置为on后,表单提交过来的变量,会自动变成变量,也就是说在地址栏输入的变量,都变成全局变量,这个是非常不安全的。
除了$globals[http_raw_post_data]获取post来的数据,也可以通过file_get_contents(php://input)方法来获取post来的数据.
推荐学习:《php视频教程》
以上就是php 微信收不到post 数据怎么办的详细内容。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product