Impl websocket and change all http-get to http-post
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user