GITLAB
zhangqijia
/
Pro2dProtoBuffers
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
3a957adef9398d8bc345b864001a0233410b13d3
Authored by
zhangqijia
2022-10-10 16:42:23 +0800
1 parent
b9858a76
fix: openid to unionid
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
game.proto
models.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
3a957ad
...
...
@@ -32,6 +32,7 @@ message LoginRsp {
32
32
message CreateRar {
33
33
string token = 1;
34
34
string device = 2;
35
+ string channel = 3;
35
36
}
36
37
37
38
message DisConnectNty {
...
...
models.proto
Wrap text
Show/Hide comments
View file @
3a957ad
...
...
@@ -102,4 +102,5 @@ message Role {
102
102
int64 ltime = 26; // 登录时间
103
103
int64 otime = 27; // 离线时间
104
104
int64 ctime = 28; // 创建时间
105
+ string channel = 29;
105
106
}
106
107
\ No newline at end of file
...
...