WIN-2308041133\Administrator 1 년 전
부모
커밋
7233558fce
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      application/api/controller/Lave.php

+ 4 - 0
application/api/controller/Lave.php

@@ -196,9 +196,13 @@ class Lave extends Api
             @file_put_contents("quanju.txt", $orderId."-订单id\r\n", 8);
             @file_put_contents("quanju.txt", json_encode($orderInfo)."-创建支付订单搜索\r\n", 8);
             if (!$orderInfo){
+                $a=true;
+            }else{
                 $a=false;
             }
             if (!isset($orderInfo['paid'])){
+                $b=true;
+            }else{
                 $b=false;
             }
             @file_put_contents("quanju.txt", $a."-a\r\n", 8);