徐总多门店
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.
 
 
 
 
 
 
jiuhaoshenghuo/config/printer.php

18 lines
439 B

<?php
// +----------------------------------------------------------------------
// | 打印机配置
// +----------------------------------------------------------------------
return [
//默认打印机模式
'default' => 'yi_lian_yun',
//驱动模式
'stores' => [
//易联云
'yi_lian_yun' => [
'apiUrl' => 'https://open-api.10ss.net/'
],
//飞鹅云
'fei_e_yun' => [],
]
];