WIN-2308041133\Administrator 5 bulan lalu
induk
melakukan
246983cadb
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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('支付已支付!');