Impl websocket and change all http-get to http-post

This commit is contained in:
若海
2024-01-19 12:04:34 +08:00
parent c3c22543b9
commit d8e17e0b37
22 changed files with 2449 additions and 1449 deletions
+2 -2
View File
@@ -5,14 +5,14 @@
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="shortcut icon" type="image/svg" href="/assets/image/icon.svg" />
<link rel="shortcut icon" type="image/png" href="/assets/icon.png" />
<link rel="stylesheet" href="/assets/style.css" />
<title>WeChat Rest</title>
</head>
<body>
<ul>
<li><a href="/swag/">Api Document</a></li>
<li><a href="/swagger/">Api Document</a></li>
</ul>
</body>