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
1bee27d6b9d23e3c5a8f6ad78500c27392df98f5
Authored by
zhangqijia
2022-02-15 17:48:51 +0800
1 parent
d6a81868
update doc
Showing
2 changed files
with
11 additions
and
1 deletions
Show diff stats
doc/login.md
protos
Inline
Side-by-side
doc/login.md
Wrap text
Show/Hide comments
View file @
1bee27d
1
1
2
2
## 注册 & 登录流程
3
+```
4
+accountServer
5
+
6
+rpc RegisterHandler
7
+rpc CreateTokenHandler
8
+
9
+gameServer
10
+rpc LoginHandler
11
+rpc CreateRoleHandler
12
+```
3
13
1. Account服务注册账号
4
14
2. Account服务createToken
5
15
3. Game服务登录,判断角色是否创建, 未创建角色则创建,返回角色信息
...
...
protos
@
d516609ff4f
1
-Subproject commit 8c6dec4572d3c2835209d5f44e6ef7d772af48d0
1
+Subproject commit d516609ff4f953215abbf96e5458687ed6491a2d
...
...