- <?php
- // +----------------------------------------------------------------------
- // | 二维码配置
- // +----------------------------------------------------------------------
- return [
- 'cache_dir' => 'resource/qrcode/'.date("Ymd"), //缓存地址
- // 'background'=> 'static/image/icon_cover.png' //背景图
- ];
|