Commit b9d6568a authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 3a3b50ea
...@@ -383,6 +383,7 @@ class InvoiceService ...@@ -383,6 +383,7 @@ class InvoiceService
public function apiCallBack($params) public function apiCallBack($params)
{ {
try{
if(isset($params) && !empty($params)){ if(isset($params) && !empty($params)){
$queueParams = []; $queueParams = [];
//查询流水号是否有效 //查询流水号是否有效
...@@ -413,6 +414,9 @@ class InvoiceService ...@@ -413,6 +414,9 @@ class InvoiceService
'consumer' => __CLASS__, 'consumer' => __CLASS__,
'method' => 'invoiceApiCallBack' 'method' => 'invoiceApiCallBack'
],'invoiceCallBack');*/ ],'invoiceCallBack');*/
}catch(\Throwable $exception){
SimpleLogs::writeLog($exception->getMessage(), __CLASS__.':'.__FUNCTION__, 'error');
}
} }
public function invoiceApiCallBack($params) public function invoiceApiCallBack($params)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment