first commit

This commit is contained in:
2026-09-02 16:31:50 +08:00
commit a461727193
911 changed files with 692450 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"urls": "http://127.0.0.1:8077",
"AppSettings": {
"ApiScopes": [ "PostOrderApi" ],
"Clients": [
{
"ClientId": "用友测试用户",
"Secret": "123456",
"AllowedScopes": [ "PostOrderApi" ],
"AccessTokenLifetime": 3600
}
]
}
}