@@ -419,7 +419,7 @@ class WxPayApi
*/
public static function notify($config, $callback, &$msg)
{
- $xml = file_get_contents('php://input');
+ $xml = file_get_contents("php://input");
if (!$xml) {
# 如果没有数据,直接返回失败
return false;