fuyu 5 년 전
부모
커밋
acb68f2379
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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('微信支付回调');