erlang自定义二进制协议
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
419 B

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