fuyu %!s(int64=5) %!d(string=hai) anos
pai
achega
acb68f2379
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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('微信支付回调');