1234567891011121314151617181920212223242526 |
- {
- "Logging": {
- "PathFormat": "Logs/log-{Date}.log",
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "SenparcWeixinSetting": {
- "Token": "lishui12345",
- "EncodingAESKey": "",
- "WeixinAppId": "wxf1b36b3d0de9bd6f",
- "WeixinAppSecret": "e987d72d55810d4c940993f22c8608eb"
- },
- "WhiteList": [
- {
- "IP": "220.191.253.15",
- "Source": "万赛测试"
- },
- {
- "IP": "61.153.244.218",
- "Source": "办事预约"
- }
- ]
- }
|