syntax = "proto3"; message UnlockTransPointRsp { enum CmdId { option allow_alias = true; NONE = 0; CMD_ID = 3003; ENET_CHANNEL_ID = 1; ENET_IS_RELIABLE = 0; } int32 retcode = 1; }