{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, // JWT 配置 "Jwt": { "Default": { "SecretKey": "asdfjaksdjfioqwjfk1283943134-=./,asdfjk'a", "Issuer": "WebAppIssuer", "Audience": "WebAppAudience", "FailureTime": 31536000 } }, // 金蝶第三方设置 "Kingdee": { "Default": [ { "AcctID": "691daf73ebf580", "AppID": "NewOrient_TEST_API", "AppSec": "d0ed3330411243b0a823f00f8bd2f49a", "UserName": "ERP1", "LCID": 3076, "ServerUrl": "http://127.0.0.1/k3cloud", "Timestamp": 300, "OrgNumber": "100" } ] }, // 系统设置 "FileConfig": { // 下载地址 "DonwloadPath": "./K3CloudFile" } }