update qr code config

This commit is contained in:
edmondlang
2024-04-10 18:22:11 +08:00
parent 1991cf2c57
commit 6369282b38
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
return [
'chart_google_api' => env('CHART_GOOGLE_API_QR', 'https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl='),
'qr_api_alternative' => env('QR_API_ALTERNATIVE', 'https://qrcode.tec-it.com/API/QRCode?data='),
'chart_google_api' => 'https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=',
'qr_api_alternative' => 'https://qrcode.tec-it.com/API/QRCode?data=',
];