dever 6 年之前
父节点
当前提交
6d4a64eb26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sdk/wechat/WxPay.Api.php

+ 1 - 1
sdk/wechat/WxPay.Api.php

@@ -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;