mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
debug
This commit is contained in:
@ -212,7 +212,7 @@ class WeixinMini
|
||||
*/
|
||||
public function Respond($params = [])
|
||||
{
|
||||
$result = empty($GLOBALS['HTTP_RAW_POST_DATA']) ? '' : $this->XmlToArray($GLOBALS['HTTP_RAW_POST_DATA']);
|
||||
$result = empty($GLOBALS['HTTP_RAW_POST_DATA']) ? file_get_contents('php://input') : $this->XmlToArray($GLOBALS['HTTP_RAW_POST_DATA']);
|
||||
|
||||
file_put_contents(ROOT.'gggggg.txt', json_encode($result));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user