qrcode.php 321 B

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