Browse Source

邮箱短信测试发送

master
wanghongjun 11 months ago
parent
commit
8f907df54a
  1. 2
      app/controller/task/InvoiceIssuanceTask.php

2
app/controller/task/InvoiceIssuanceTask.php

@ -64,7 +64,7 @@ class InvoiceIssuanceTask extends Base
if ($InvoiceIssuanceValue['email']) {
// 发送发票到邮箱
$path = InvoiceIssuanceService::getQrCode($InvoiceIssuanceValue['id']);
$path = InvoiceIssuanceService::getDownFileUrl($InvoiceIssuanceValue['id']);
$emailResult = (new EmailService())->sendInvoice($InvoiceIssuanceValue['email'], '发票', $path);
if ($emailResult === true && $InvoiceIssuanceValue['mobile']) {
// 发送短信

Loading…
Cancel
Save