You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

printer.php 404B

12345678910111213141516
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 打印机配置
  4. // +----------------------------------------------------------------------
  5. return [
  6. //默认打印机模式
  7. 'default' => 'yi_lian_yun',
  8. //驱动模式
  9. 'stores' => [
  10. //易联云
  11. 'yi_lian_yun' => [
  12. 'apiUrl' => 'https://open-api.10ss.net/'
  13. ],
  14. ]
  15. ];