fuyu 5 years ago
parent
commit
acb68f2379
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/inter/controller/Wechat.php

+ 1 - 0
application/inter/controller/Wechat.php

@@ -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('微信支付回调');