erlang自定义二进制协议
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

10 行
419 B

%% person info
//注释 $errcode[err1:辅导费, err2 : 444 ] tttttt33 辅导费
%%1111 $errcode[err3:辅导费, err4:dfsf ] tttttt33 辅导费
person1{
string name; %% 名字
int32 id; //错误码 $errcode[err5:其他注释辅导费, err6:dfff] 其他注释辅导费
string email; //$errcode[err7:def, err8:其他注释辅导费 ] tttttt33 辅导费
list[phoneNumber] phone; // list of phoneNumber
}