Commit b98b5a9eb1f71395d02c7c8d2a4ea99bf791465d
1 parent
3854a2a8
fix: 派遣数据结构修改, loginRsp: list->map
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
role.proto
@@ -33,7 +33,7 @@ message LoginRsp { | @@ -33,7 +33,7 @@ message LoginRsp { | ||
33 | int64 time_now = 9; | 33 | int64 time_now = 9; |
34 | models.Task task = 10; | 34 | models.Task task = 10; |
35 | map<int32,bool> task_open = 11; | 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 | message CreateRar { | 39 | message CreateRar { |