|
|
|
@ -54,6 +54,11 @@ class InvoiceIssuanceTask extends Base |
|
|
|
return $this->buildSuccess(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 开票成功 发送邮箱及短信提示 |
|
|
|
* @param $InvoiceIssuanceValue |
|
|
|
* @throws \fast\FuncException |
|
|
|
*/ |
|
|
|
private function invoiceSuccess($InvoiceIssuanceValue) |
|
|
|
{ |
|
|
|
if ($InvoiceIssuanceValue['email']) { |
|
|
|
|