Commit a01eb6ede9a8e3f9d5ec30bf41e9f6e0f4f9ee1f

Authored by zhangqijia
1 parent 3df1fd71

update createtoken.serviceinfo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
account.proto
... ... @@ -20,7 +20,7 @@ message AccountInfo{
20 20 message CreateTokenRsp {
21 21 public.PubRsp rsp = 1;
22 22 string token = 2;
23   - ServiceInfo game_service = 3;
  23 + repeated ServiceInfo game_service = 3;
24 24 }
25 25  
26 26 message Register {
... ...