1
message Action {

    int32 protocol_version = 1;
    int64 uid = 2; 
    int64 object_uid = 3; 
    ServiceType service_type = 4; 
    int32 left_messages = 5;
}

message SendTo {
    extend Action {
        SendTo action = 1010;
    }
}

如果我尝试创建像上面这样的消息,它会给出错误 service_actions.proto:10:25: "com.sys.test.protocol.Action" 没有将 1010 声明为分机号。

任何关于如何创建此类消息的建议。

4

0 回答 0