Commit 70dc0c16 authored by hangjun83's avatar hangjun83

财务开票模块更新

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