| 1234567891011121314151617181920212223242526 |
- {
- "Servers": [
- {
- "ip": "127.0.0.1",
- "port": 7777
- },
- {
- "ip": "47.112.30.247",
- "port": 11112
- }
- ],
- "maxErrorCount": 10, //客户端错误上线
- //模拟的终端配置
- "terminals": [
- {
- "CompanyId": "1",
- "TerminalIds": "YD001_01,YD001_02"
- }
- ],
- "work_day_time_span": [
- "11:00",
- "13:30",
- "16:00",
- "21:30"
- ]
- }
|