GITLAB
zhangqijia
/
Pro2DServer
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
637330a890ece1d4a728f467e2c9eb797cde0347
Authored by
zhangqijia
2022-02-15 17:54:26 +0800
1 parent
1bee27d6
del doc
Showing
1 changed file
with
0 additions
and
17 deletions
Show diff stats
doc/login.md
Inline
Side-by-side
doc/login.md deleted
View file @
1bee27d
...
...
@@ -1,17 +0,0 @@
1
-
2
-## 注册 & 登录流程
3
-```
4
-accountServer
5
-
6
-rpc RegisterHandler
7
-rpc CreateTokenHandler
8
-
9
-gameServer
10
-rpc LoginHandler
11
-rpc CreateRoleHandler
12
-```
13
-1. Account服务注册账号
14
-2. Account服务createToken
15
-3. Game服务登录,判断角色是否创建, 未创建角色则创建,返回角色信息
16
-
17
-