| 12345678910111213 |
- <?php
- /**
- * 打印参数
- */
- return [
- 'checkState'=> false, // 验证打印机在线状态
- 'deleteTemp'=> true, // 验证打印机在线状态
- 'limitClusterUser'=> true, // 限制拼团用户不能参与自发拼团
- 'apiUrl'=> 'http://www.eyprint.com/public/', // 打印回调地址
- 'notifyUrl'=> '/weixin/notify/prints', // 打印回调地址
- 'types'=> 'img,pdf,html,doc,docx,xls,xlsx,ppt,pptx', // 支持打印类型
- 'key'=> '220bee6db4051ba48b83a07569b997f6', // 支持打印类型
- ];
|