Commit 74c0862f authored by hangjun83's avatar hangjun83

财务开票模块更新

parent e9286d49
...@@ -68,9 +68,10 @@ class InvoiceJobCommand extends Command ...@@ -68,9 +68,10 @@ class InvoiceJobCommand extends Command
$service->getQiyeInvoiceInfo(); $service->getQiyeInvoiceInfo();
break; break;
case 'queryInvoiceInfo' : case 'queryInvoiceInfo' :
$service->queryInvoiceInfo([ $response = $service->queryInvoiceInfo([
'invoice_platform' => 'rhawn', 'invoice_platform' => 'rhawn',
]); ]);
var_dump($response);
break; break;
case 'testEmail' : case 'testEmail' :
$service->testEmail('IRB220230306XYNKM'); $service->testEmail('IRB220230306XYNKM');
......
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