ThinkPHP5 icon indicating copy to clipboard operation
ThinkPHP5 copied to clipboard

你好,关于支付宝回调的相关问题

Open phpdever opened this issue 7 years ago • 1 comments

在回调方法中,这2行代码如何使用呢?

$xml = $GLOBALS['HTTP_RAW_POST_DATA']; $ret = json_decode(json_encode(simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOCDATA)), true);

phpdever avatar Jan 31 '18 07:01 phpdever

已经解决了,感谢开源,我使用verifyNotify验证回调结果就行了。

phpdever avatar Feb 01 '18 03:02 phpdever