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.

27 lines
531 B

  1. {
  2. //服务地址
  3. "SaasRoute": "https://bpa.black-pa.com:21527/kitchen/",
  4. //启动设备调试
  5. "StartDevice": true,
  6. //串口
  7. "COM": "COM3",
  8. //定时任务时间表达式
  9. "Cron": "0/15 * * * * ? ",
  10. //店铺ID
  11. "StoreId": "a19535e8-119f-4b10-a011-6288fd3ddb37",
  12. //本地数据库
  13. "ConnectionStrings": {
  14. "Sqlite": "HKSQL.db3"
  15. },
  16. //早上
  17. "AM": "6,9",
  18. //中午
  19. "PM": "11,14",
  20. //下午
  21. "AT": "17,20",
  22. //每个时间段的刷卡次数
  23. "Count":1,
  24. //取消单卡刷卡限制
  25. "Cancel":false
  26. }