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