7 lines
116 B
Protocol Buffer
7 lines
116 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message GetAllUnlockNameCardRsp {
|
||
|
repeated uint32 name_card_list = 13;
|
||
|
int32 retcode = 16;
|
||
|
}
|