Commit b98b5a9eb1f71395d02c7c8d2a4ea99bf791465d

Authored by zhangqijia
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 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 {
... ...