Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
wecloud_im_server
Commits
d5576dc5
Commit
d5576dc5
authored
Oct 09, 2021
by
giaogiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加websocket文档
parent
c2933f38
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
7 deletions
+26
-7
config/src/main/resources/static/Wecloud-IM-Websocket-Docs.html
+0
-0
docs/md/wecloud-im前端Websocket对接文档.md
+17
-6
framework/src/main/java/io/geekidea/springbootplus/framework/common/controller/IndexController.java
+9
-1
No files found.
config/src/main/resources/static/Wecloud-IM-Websocket-Docs.html
0 → 100644
View file @
d5576dc5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
docs/md/wecloud-im前端Websocket对接文档.md
View file @
d5576dc5
# wec
loud-im 前端Websocket对接文档
# wec
loud-im 前端Websocket对接文档
...
...
@@ -2,21 +2,32 @@
## 文档描述
此文档为websocket技术对接
文档
本项目有两个文档, 1.websocket对接文档 和 HTTP协议的API
文档
## 适用对象
**本文档为websocket技术对接文档**
web端. 安卓端. ios端. flutter等一切支持websocket的语言
HTTP协议的API以Swagger实时生成为准
## HTTP协议API文档
Swagge文档地址:
### 本地API文档地址
本地环境IP可能有变化 联系后端
http://192.168.1.
110
:8082/api/doc.html#/home
http://192.168.1.
89
:8082/api/doc.html#/home
账号密码admin admin
以上只包含api接口文档 websocket对接说明在此文档中
## 适用对象
web端. 安卓端. ios端. flutter等一切支持websocket的语言
### 测试外网
...
...
framework/src/main/java/io/geekidea/springbootplus/framework/common/controller/IndexController.java
View file @
d5576dc5
...
...
@@ -45,8 +45,16 @@ public class IndexController {
* SwaggerUI
*/
@GetMapping
(
"/docs"
)
public
String
swagger
()
{
public
String
docs
()
{
return
"redirect:/swagger-ui.html"
;
}
// /**
// * SwaggerUI
// */
// @GetMapping("/websocketDocs")
// public String websocket() {
// return "redirect:/Wecloud-IM-Websocket-Docs.html";
// }
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment