|
@@ -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);
|