123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!DOCTYPE html>
- <html>
- <meta charset="utf-8">
- <head>
- <title>help</title>
- </head>
- <body>
- <div style="display: flex;
- flex-direction: column;
- align-items: center;">
- <h3>swagger</h3>
- <p style="display: flex;
- flex-direction: column;">
- <a href="/pbx/swagger/index.html" target="_blank">PBX 电话系统 API</a>
- <a href="/ginapi/swagger/index.html" target="_blank">Panel API</a>
- <a href="/bill/swagger/index.html" target="_blank">Bill API</a>
- <a href="/webuser/swagger/index.html" target="_blank">WebUser API</a>
- </p>
- </div>
- <div style="display: flex;
- flex-direction: column;
- align-items: center;">
- <h3>debug</h3>
- <p style="display: flex;
- flex-direction: column;">
- <a href="/debug/pprof/" target="_blank">debug pprof</a>
- </p>
- </div>
- <div style="display: flex;
- flex-direction: column;
- align-items: center;">
- <h3>socket.io</h3>
- <p style="display: flex;
- flex-direction: column;">
- <a href="/socketio-client-tool" target="_blank">SocketIO</a>
- </p>
- </div>
- <body>
- </html>
|