移除冗余文件
This commit is contained in:
23
config/config.json
Normal file
23
config/config.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user