print.php 516 B

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