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
b98b5a9eb1f71395d02c7c8d2a4ea99bf791465d
Authored by
zhangqijia
2023-03-27 12:19:03 +0800
1 parent
3854a2a8
fix: 派遣数据结构修改, loginRsp: list->map
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
b98b5a9
...
...
@@ -33,7 +33,7 @@ message LoginRsp {
33
33
int64 time_now = 9;
34
34
models.Task task = 10;
35
35
map<int32,bool> task_open = 11;
36
-
repeated models.Dispatch
dispatch = 12;
36
+
map<string,models.Dispatch>
dispatch = 12;
37
37
}
38
38
39
39
message CreateRar {
...
...