From 597436879ba6bc3dae9d3271de3dceb81e025589 Mon Sep 17 00:00:00 2001 From: peng Date: Fri, 29 Oct 2021 11:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/config.json 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