diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..2768f1c --- /dev/null +++ b/config/config.json @@ -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 + } + ] + } + ] +} \ No newline at end of file