WIN-2308041133\Administrator 5 달 전
부모
커밋
246983cadb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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('支付已支付!');