Browse Source

获取二维码不需要提示字

master
wanghongjun 12 months ago
parent
commit
148bdfb81c
  1. 2
      app/service/invoice/InvoiceIssuanceService.php

2
app/service/invoice/InvoiceIssuanceService.php

@ -151,7 +151,7 @@ class InvoiceIssuanceService
->errorCorrectionLevel(new ErrorCorrectionLevelHigh())
->size(300)
->margin(10)
->labelText('发票已开具,请扫描二维码获取发票!')
//->labelText('发票已开具,请扫描二维码获取发票!')
->labelFont(new NotoSans(20))
->labelAlignment(new LabelAlignmentCenter())
->validateResult(false)

Loading…
Cancel
Save