|
@@ -3076,6 +3076,7 @@ type MaterialDetail struct {
|
|
|
ReceiveUserId string `protobuf:"bytes,12,opt,name=receive_user_id,json=receiveUserId,proto3" json:"receive_user_id,omitempty"`
|
|
|
FileUrl string `protobuf:"bytes,13,opt,name=file_url,json=fileUrl,proto3" json:"file_url,omitempty"`
|
|
|
AttUrl string `protobuf:"bytes,14,opt,name=attUrl,proto3" json:"attUrl,omitempty"`
|
|
|
+ ImgWebpage string `protobuf:"bytes,16,opt,name=imgWebpage,proto3" json:"imgWebpage,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *MaterialDetail) Reset() {
|
|
@@ -3215,6 +3216,13 @@ func (x *MaterialDetail) GetAttUrl() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+func (x *MaterialDetail) GetImgWebpage() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ImgWebpage
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
type MaterialDetailReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3756,7 +3764,7 @@ var file_message_proto_rawDesc = []byte{
|
|
|
0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x06, 0x6e, 0x65, 0x65, 0x64, 0x44,
|
|
|
0x6f, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x52, 0x06, 0x6e, 0x65, 0x65, 0x64,
|
|
|
- 0x44, 0x6f, 0x22, 0xcf, 0x03, 0x0a, 0x0e, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x44,
|
|
|
+ 0x44, 0x6f, 0x22, 0xef, 0x03, 0x0a, 0x0e, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x44,
|
|
|
0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01,
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63,
|
|
@@ -3785,7 +3793,9 @@ var file_message_proto_rawDesc = []byte{
|
|
|
0x64, 0x12, 0x19, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0d, 0x20,
|
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06,
|
|
|
0x61, 0x74, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x74,
|
|
|
- 0x74, 0x55, 0x72, 0x6c, 0x22, 0x77, 0x0a, 0x11, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c,
|
|
|
+ 0x74, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6d, 0x67, 0x57, 0x65, 0x62, 0x70, 0x61,
|
|
|
+ 0x67, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6d, 0x67, 0x57, 0x65, 0x62,
|
|
|
+ 0x70, 0x61, 0x67, 0x65, 0x22, 0x77, 0x0a, 0x11, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c,
|
|
|
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
|
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67,
|
|
|
0x4c, 0x6f, 0x67, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6d, 0x73, 0x67,
|