Commit 70dc0c16 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 42ad98dd
...@@ -65,10 +65,12 @@ class InvoiceJobCommand extends Command ...@@ -65,10 +65,12 @@ class InvoiceJobCommand extends Command
$service->registerPlatform(); $service->registerPlatform();
break; break;
case 'getQiyeInvoiceInfo' : case 'getQiyeInvoiceInfo' :
$service->getQiyeInvoiceInfo('rhawn'); $service->getQiyeInvoiceInfo();
break; break;
case 'queryInvoiceInfo' : case 'queryInvoiceInfo' :
$service->queryInvoiceInfo(); $service->queryInvoiceInfo([
'invoice_platform' => 'rhawn',
]);
break; break;
case 'applyInvoice' : case 'applyInvoice' :
$service->applyInvoice([ $service->applyInvoice([
......
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