WIN-2308041133\Administrator 5 mesi fa
parent
commit
7233558fce
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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);