|
@@ -79,7 +79,7 @@ class CheckTicket extends Command
|
|
|
}elseif (in_array($result['data']['cyjg'],['0002','1014'])){
|
|
|
$this->lastUpdate($info['invNo']);
|
|
|
}else $this->faild($invoice['id'],$result['data']['cyjgxx']);
|
|
|
- }else $this->faild($info['invNo']);
|
|
|
+ }else $this->faild($info['invNo'],'验票失败');
|
|
|
}catch (\Exception $e){
|
|
|
Db::rollback();
|
|
|
echo $e->getMessage()."\r\n";
|