Commit a7fbeb79 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent b7700504
...@@ -72,6 +72,11 @@ class InvoiceJobCommand extends Command ...@@ -72,6 +72,11 @@ class InvoiceJobCommand extends Command
'invoice_platform' => 'rhawn', 'invoice_platform' => 'rhawn',
]); ]);
break; break;
case 'apiCallBack' :
$service->apiCallBack([
'invoice_platform' => 'rhawn',
]);
break;
case 'applyInvoice' : case 'applyInvoice' :
$service->applyInvoice([ $service->applyInvoice([
'invoice_platform' => 'rhawn', 'invoice_platform' => 'rhawn',
......
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