|
@@ -20,6 +20,7 @@ class Wechat extends Base {
|
|
|
|
|
|
$res = file_get_contents("php://input");
|
|
$res = file_get_contents("php://input");
|
|
$xml = simplexml_load_string($res);
|
|
$xml = simplexml_load_string($res);
|
|
|
|
+ Log::record($xml);
|
|
$data = json_decode(json_encode($xml),TRUE);
|
|
$data = json_decode(json_encode($xml),TRUE);
|
|
json_decode($data);
|
|
json_decode($data);
|
|
Log::record('微信支付回调');
|
|
Log::record('微信支付回调');
|