移除临时文件

This commit is contained in:
peng
2021-10-29 11:07:17 +08:00
parent 597436879b
commit 778e61e81b
4 changed files with 0 additions and 21 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

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

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB