feat: 适配新版sdk
This commit is contained in:
Vendored
+9
-3
@@ -3,14 +3,20 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Wrest Chat</title>
|
||||
<meta http-equiv="Content-Security-Policy" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
<link rel="shortcut icon" type="image/png" href="/assets/icon.png" />
|
||||
<link rel="stylesheet" href="/assets/style.css" />
|
||||
<title>WeChat Rest</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0 2rem;
|
||||
line-height: 2rem;
|
||||
background: #f2f4f6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h3>Wrest Chat</h3>
|
||||
<ul>
|
||||
<li><a href="/swagger/">Api Document</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user