You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
388 B
PHTML
16 lines
388 B
PHTML
8 months ago
|
<?php
|
||
|
// +----------------------------------------------------------------------
|
||
|
// | 打印机配置
|
||
|
// +----------------------------------------------------------------------
|
||
|
|
||
|
return [
|
||
|
//默认打印机模式
|
||
|
'default' => 'yi_lian_yun',
|
||
|
//驱动模式
|
||
|
'stores' => [
|
||
|
//易联云
|
||
|
'yi_lian_yun' => [],
|
||
|
//飞鹅云
|
||
|
'fei_e_yun' => [],
|
||
|
]
|
||
|
];
|