移除冗余文件

This commit is contained in:
peng
2021-10-29 11:05:02 +08:00
parent d674b43a16
commit 597436879b

23
config/config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"projectName": "HTTP SERVER 模拟器",
"width": 1200,
"height": 800,
"stringLen": 0,
"intLen": 0,
"serverConfigs": [
{
"serverName": "WMS",
"port": 8082,
"serverUrls": [
{
"urlName": "登录",
"url": "/login",
"serverName": "WMS",
"requestType": "POST",
"responseBody": "{\n\t\"success\": \"ok\"\n}",
"headerMap": null
}
]
}
]
}