7 lines
94 B
Protocol Buffer
7 lines
94 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
message SetNameCardRsp {
|
||
|
uint32 name_card_id = 1;
|
||
|
int32 retcode = 14;
|
||
|
}
|