|
|
@@ -4882,8 +4882,8 @@ type ReplyScripRequest struct {
|
|
|
PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
|
|
|
PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"`
|
|
|
PersonIdentifyId string `protobuf:"bytes,3,opt,name=PersonIdentifyId,proto3" json:"PersonIdentifyId"`
|
|
|
- ScripId int64 `protobuf:"varint,4,opt,name=scripId,proto3" json:"scripId"`
|
|
|
- Message *Message `protobuf:"bytes,5,opt,name=message,proto3" json:"message"`
|
|
|
+ ScripId int64 `protobuf:"varint,4,opt,name=scripId,proto3" json:"scripId"` // 小纸条ID
|
|
|
+ Message *Message `protobuf:"bytes,5,opt,name=message,proto3" json:"message"` // 回复内容
|
|
|
MsgType string `protobuf:"bytes,6,opt,name=msgType,proto3" json:"msgType"`
|
|
|
}
|
|
|
|