dever 6 tahun lalu
induk
melakukan
6d4a64eb26
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;