🐛fix测试代码提交

This commit is contained in:
不做码农 2023-09-08 13:42:13 +08:00
parent b01765360d
commit 4a093470d5

View File

@ -21,7 +21,7 @@
"Conn": "Data Source=LAPTOP-STKF2M8H\\SQLEXPRESS;User ID=admin;Password=admin123;Initial Catalog={dbName};", "Conn": "Data Source=LAPTOP-STKF2M8H\\SQLEXPRESS;User ID=admin;Password=admin123;Initial Catalog={dbName};",
"DbType": 1, "DbType": 1,
"IsAutoCloseConnection": true, "IsAutoCloseConnection": true,
"DbName": "ZrAdmin" // "DbName": "ZrAdmin" //,Oracle
}, },
"urls": "http://localhost:8888", //urldevServer "urls": "http://localhost:8888", //urldevServer
"corsUrls": [ "http://localhost:8887", "http://localhost:8886" ], //"," "corsUrls": [ "http://localhost:8887", "http://localhost:8886" ], //","
@ -130,11 +130,6 @@
"Endpoint": "((post)|(put)):*", "Endpoint": "((post)|(put)):*",
"Period": "3s", "Period": "3s",
"Limit": 1 "Limit": 1
},
{
"Endpoint": "*:*",
"Period": "5s",
"Limit": 3
} }
] ]
}, },