|
@@ -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('支付已支付!');
|