Commit acfa8204481ffd5c23c1dfd0861476f06319be35

Authored by zhangqijia
1 parent fc51ced5

fix: update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
hero.proto
... ... @@ -69,7 +69,7 @@ message HeroAddNty {
69 69  
70 70 message HeroUpdatePropertyNty {
71 71 repeated string keys = 1;
72   - models.Activity activity = 2;
  72 + models.Hero hero = 2;
73 73 }
74 74  
75 75 message HeroBatchMemoryCompositeReq {
... ...