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