Browse Source

ManagerFindReportDetailsInfo

wfz 3 năm trước cách đây
mục cha
commit
bd183cdd57
3 tập tin đã thay đổi với 32 bổ sung18 xóa
  1. 29 18
      api/common/common.pb.go
  2. 1 0
      api/common/common.proto
  3. 2 0
      js/api/common/common_pb.ts

+ 29 - 18
api/common/common.pb.go

@@ -6990,12 +6990,13 @@ type ManagerFindReportDetailsInfo struct {
 	sizeCache     protoimpl.SizeCache
 	unknownFields protoimpl.UnknownFields
 
-	Id            int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id"`                      // 举报详情的ID
-	PersonId      string   `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`           // 被举报者的ID
-	ReportResult  string   `protobuf:"bytes,4,opt,name=reportResult,proto3" json:"reportResult"`   // 被举报的理由
-	ReportPicture []string `protobuf:"bytes,5,rep,name=reportPicture,proto3" json:"reportPicture"` // 被举报的图片
-	Category      []string `protobuf:"bytes,6,rep,name=category,proto3" json:"category"`           // 举报的类型
-	CreateTime    int64    `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime"`      // 举报时间
+	Id             int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id"`                        // 举报详情的ID
+	PersonId       string   `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`             // 被举报者的ID
+	ReportResult   string   `protobuf:"bytes,4,opt,name=reportResult,proto3" json:"reportResult"`     // 被举报的理由
+	ReportPicture  []string `protobuf:"bytes,5,rep,name=reportPicture,proto3" json:"reportPicture"`   // 被举报的图片
+	Category       []string `protobuf:"bytes,6,rep,name=category,proto3" json:"category"`             // 举报的类型
+	CreateTime     int64    `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime"`        // 举报时间
+	ReportPersonId string   `protobuf:"bytes,8,opt,name=reportPersonId,proto3" json:"reportPersonId"` // 举报者的ID
 }
 
 func (x *ManagerFindReportDetailsInfo) Reset() {
@@ -7072,6 +7073,13 @@ func (x *ManagerFindReportDetailsInfo) GetCreateTime() int64 {
 	return 0
 }
 
+func (x *ManagerFindReportDetailsInfo) GetReportPersonId() string {
+	if x != nil {
+		return x.ReportPersonId
+	}
+	return ""
+}
+
 type GetLoginConfigRequest struct {
 	state         protoimpl.MessageState
 	sizeCache     protoimpl.SizeCache
@@ -7987,7 +7995,7 @@ var file_common_proto_rawDesc = []byte{
 	0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52,
 	0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x49, 0x6e, 0x66, 0x6f,
 	0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
-	0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xd0,
+	0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xf8,
 	0x01, 0x0a, 0x1c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65,
 	0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12,
 	0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12,
@@ -8001,17 +8009,20 @@ var file_common_proto_rawDesc = []byte{
 	0x79, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72,
 	0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18,
 	0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
-	0x65, 0x22, 0x2d, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x43, 0x6f, 0x6e,
-	0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70,
-	0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64,
-	0x22, 0x2b, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
-	0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64,
-	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x42, 0x43, 0x0a,
-	0x0a, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67,
-	0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65,
-	0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
-	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d,
-	0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+	0x65, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x65, 0x72, 0x73, 0x6f,
+	0x6e, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x72, 0x65, 0x70, 0x6f, 0x72,
+	0x74, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x2d, 0x0a, 0x15, 0x47, 0x65, 0x74,
+	0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65,
+	0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
+	0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x2b, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x4c,
+	0x6f, 0x67, 0x69, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
+	0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
+	0x61, 0x70, 0x70, 0x69, 0x64, 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
+	0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61,
+	0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d,
+	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d,
+	0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
+	0x6f, 0x33,
 }
 
 var (

+ 1 - 0
api/common/common.proto

@@ -701,6 +701,7 @@ message ManagerFindReportDetailsInfo{
   repeated string reportPicture = 5;// 被举报的图片
   repeated string category = 6;// 举报的类型
   int64 createTime = 7;// 举报时间
+  string reportPersonId = 8;// 举报者的ID
 }
 
 message GetLoginConfigRequest{

+ 2 - 0
js/api/common/common_pb.ts

@@ -880,6 +880,8 @@ export interface ManagerFindReportDetailsInfo{
     category?:Array<string>;
     /**  举报时间 */
     createTime?:number;
+    /**  举报者的ID */
+    reportPersonId?:string;
 }
 export interface GetLoginConfigRequest{
     appid?:string;