Files
huangjingfen/pro_v3.5.1/config/qrcode.php
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

5 lines
138 B
PHP

<?php
return [
'cache_dir' => 'uploads/qrcode', //本地缓存地址
'background'=> 'statics/qrcode/background.png' //背景图
];