WIN-2308041133\Administrator hace 5 meses
padre
commit
246983cadb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      application/api/controller/Lave.php

+ 2 - 2
application/api/controller/Lave.php

@@ -205,9 +205,9 @@ class Lave extends Api
             }else{
                 $b=false;
             }
-            @file_put_contents("quanju.txt", $a."-a\r\n", 8);
-            @file_put_contents("quanju.txt", $b."-b\r\n", 8);
             if ($a || $b){
+                var_dump($a);
+                var_dump($b);die();
                 $this->error('支付订单不存在!');
             }
             if ($orderInfo['paid']) $this->error('支付已支付!');