23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |