更新事件增加eventId参数
parent
ffcf1334ee
commit
7782aee24a
|
|
@ -26,8 +26,10 @@ import "CommonProto.proto";
|
|||
|
||||
// 更新事件
|
||||
message EventUpdateRequest{
|
||||
// eventPointConfig id
|
||||
optional int32 eventId = 1;
|
||||
// optionConfig Id
|
||||
optional int32 optionId = 1;
|
||||
optional int32 optionId = 2;
|
||||
}
|
||||
message EventUpdateResponse{
|
||||
// eventPointConfig id
|
||||
|
|
|
|||
Loading…
Reference in New Issue