wfz 2 年之前
父节点
当前提交
b53c1cbf22
共有 6 个文件被更改,包括 299 次插入33 次删除
  1. 112 32
      api/check/check.pb.go
  2. 11 1
      api/check/check.proto
  3. 72 0
      api/check/check_grpc.pb.go
  4. 87 0
      api/check/check_http.pb.go
  5. 13 0
      js/api/check/check_http_pb.ts
  6. 4 0
      js/api/check/check_pb.ts

+ 112 - 32
api/check/check.pb.go

@@ -7,6 +7,7 @@
 package check
 
 import (
+	_ "google.golang.org/genproto/googleapis/api/annotations"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
@@ -21,6 +22,53 @@ const (
 	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 )
 
+type CheckTextHttpRequest struct {
+	state         protoimpl.MessageState
+	sizeCache     protoimpl.SizeCache
+	unknownFields protoimpl.UnknownFields
+
+	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content"` // 内容 (文本)
+}
+
+func (x *CheckTextHttpRequest) Reset() {
+	*x = CheckTextHttpRequest{}
+	if protoimpl.UnsafeEnabled {
+		mi := &file_check_proto_msgTypes[0]
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		ms.StoreMessageInfo(mi)
+	}
+}
+
+func (x *CheckTextHttpRequest) String() string {
+	return protoimpl.X.MessageStringOf(x)
+}
+
+func (*CheckTextHttpRequest) ProtoMessage() {}
+
+func (x *CheckTextHttpRequest) ProtoReflect() protoreflect.Message {
+	mi := &file_check_proto_msgTypes[0]
+	if protoimpl.UnsafeEnabled && x != nil {
+		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+		if ms.LoadMessageInfo() == nil {
+			ms.StoreMessageInfo(mi)
+		}
+		return ms
+	}
+	return mi.MessageOf(x)
+}
+
+// Deprecated: Use CheckTextHttpRequest.ProtoReflect.Descriptor instead.
+func (*CheckTextHttpRequest) Descriptor() ([]byte, []int) {
+	return file_check_proto_rawDescGZIP(), []int{0}
+}
+
+func (x *CheckTextHttpRequest) GetContent() string {
+	if x != nil {
+		return x.Content
+	}
+	return ""
+}
+
 type CheckRequest struct {
 	state         protoimpl.MessageState
 	sizeCache     protoimpl.SizeCache
@@ -36,7 +84,7 @@ type CheckRequest struct {
 func (x *CheckRequest) Reset() {
 	*x = CheckRequest{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_check_proto_msgTypes[0]
+		mi := &file_check_proto_msgTypes[1]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -49,7 +97,7 @@ func (x *CheckRequest) String() string {
 func (*CheckRequest) ProtoMessage() {}
 
 func (x *CheckRequest) ProtoReflect() protoreflect.Message {
-	mi := &file_check_proto_msgTypes[0]
+	mi := &file_check_proto_msgTypes[1]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -62,7 +110,7 @@ func (x *CheckRequest) ProtoReflect() protoreflect.Message {
 
 // Deprecated: Use CheckRequest.ProtoReflect.Descriptor instead.
 func (*CheckRequest) Descriptor() ([]byte, []int) {
-	return file_check_proto_rawDescGZIP(), []int{0}
+	return file_check_proto_rawDescGZIP(), []int{1}
 }
 
 func (x *CheckRequest) GetContent() string {
@@ -111,7 +159,7 @@ type CheckReply struct {
 func (x *CheckReply) Reset() {
 	*x = CheckReply{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_check_proto_msgTypes[1]
+		mi := &file_check_proto_msgTypes[2]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -124,7 +172,7 @@ func (x *CheckReply) String() string {
 func (*CheckReply) ProtoMessage() {}
 
 func (x *CheckReply) ProtoReflect() protoreflect.Message {
-	mi := &file_check_proto_msgTypes[1]
+	mi := &file_check_proto_msgTypes[2]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -137,7 +185,7 @@ func (x *CheckReply) ProtoReflect() protoreflect.Message {
 
 // Deprecated: Use CheckReply.ProtoReflect.Descriptor instead.
 func (*CheckReply) Descriptor() ([]byte, []int) {
-	return file_check_proto_rawDescGZIP(), []int{1}
+	return file_check_proto_rawDescGZIP(), []int{2}
 }
 
 func (x *CheckReply) GetIsUnPass() bool {
@@ -151,9 +199,14 @@ var File_check_proto protoreflect.FileDescriptor
 
 var file_check_proto_rawDesc = []byte{
 	0x0a, 0x0b, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x61,
-	0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
-	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e,
-	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x92, 0x01, 0x0a, 0x0c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52,
+	0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
+	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
+	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
+	0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72,
+	0x6f, 0x74, 0x6f, 0x22, 0x30, 0x0a, 0x14, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74,
+	0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63,
+	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f,
+	0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0x92, 0x01, 0x0a, 0x0c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52,
 	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
 	0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
 	0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
@@ -165,7 +218,7 @@ var file_check_proto_rawDesc = []byte{
 	0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x22, 0x28, 0x0a, 0x0a, 0x43, 0x68,
 	0x65, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x55, 0x6e,
 	0x50, 0x61, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x55, 0x6e,
-	0x50, 0x61, 0x73, 0x73, 0x32, 0x93, 0x02, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x3d,
+	0x50, 0x61, 0x73, 0x73, 0x32, 0xbc, 0x03, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x3d,
 	0x0a, 0x09, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x12, 0x17, 0x2e, 0x61, 0x70,
 	0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71,
 	0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b,
@@ -182,12 +235,22 @@ var file_check_proto_rawDesc = []byte{
 	0x69, 0x64, 0x75, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
 	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
 	0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
-	0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x40, 0x0a, 0x09, 0x61, 0x70,
-	0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x01, 0x5a, 0x31, 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, 0x68, 0x65, 0x63, 0x6b, 0x3b, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x62, 0x06, 0x70, 0x72,
-	0x6f, 0x74, 0x6f, 0x33,
+	0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x42, 0x0a, 0x0e, 0x43, 0x68,
+	0x65, 0x63, 0x6b, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x56, 0x32, 0x12, 0x17, 0x2e, 0x61,
+	0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65,
+	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63,
+	0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x63,
+	0x0a, 0x0d, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x48, 0x74, 0x74, 0x70, 0x12,
+	0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63,
+	0x6b, 0x54, 0x65, 0x78, 0x74, 0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+	0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x43, 0x68, 0x65,
+	0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x22,
+	0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2f, 0x74, 0x65, 0x78, 0x74,
+	0x3a, 0x01, 0x2a, 0x42, 0x40, 0x0a, 0x09, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x65, 0x63, 0x6b,
+	0x50, 0x01, 0x5a, 0x31, 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, 0x68, 0x65, 0x63, 0x6b, 0x3b,
+	0x63, 0x68, 0x65, 0x63, 0x6b, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 }
 
 var (
@@ -202,23 +265,28 @@ func file_check_proto_rawDescGZIP() []byte {
 	return file_check_proto_rawDescData
 }
 
-var file_check_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
+var file_check_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
 var file_check_proto_goTypes = []interface{}{
-	(*CheckRequest)(nil),  // 0: api.check.CheckRequest
-	(*CheckReply)(nil),    // 1: api.check.CheckReply
-	(*emptypb.Empty)(nil), // 2: google.protobuf.Empty
+	(*CheckTextHttpRequest)(nil), // 0: api.check.CheckTextHttpRequest
+	(*CheckRequest)(nil),         // 1: api.check.CheckRequest
+	(*CheckReply)(nil),           // 2: api.check.CheckReply
+	(*emptypb.Empty)(nil),        // 3: google.protobuf.Empty
 }
 var file_check_proto_depIdxs = []int32{
-	0, // 0: api.check.Check.CheckText:input_type -> api.check.CheckRequest
-	0, // 1: api.check.Check.CheckPicture:input_type -> api.check.CheckRequest
-	0, // 2: api.check.Check.CheckVoice:input_type -> api.check.CheckRequest
-	2, // 3: api.check.Check.CronRefreshBaiduToken:input_type -> google.protobuf.Empty
-	1, // 4: api.check.Check.CheckText:output_type -> api.check.CheckReply
-	1, // 5: api.check.Check.CheckPicture:output_type -> api.check.CheckReply
-	1, // 6: api.check.Check.CheckVoice:output_type -> api.check.CheckReply
-	2, // 7: api.check.Check.CronRefreshBaiduToken:output_type -> google.protobuf.Empty
-	4, // [4:8] is the sub-list for method output_type
-	0, // [0:4] is the sub-list for method input_type
+	1, // 0: api.check.Check.CheckText:input_type -> api.check.CheckRequest
+	1, // 1: api.check.Check.CheckPicture:input_type -> api.check.CheckRequest
+	1, // 2: api.check.Check.CheckVoice:input_type -> api.check.CheckRequest
+	3, // 3: api.check.Check.CronRefreshBaiduToken:input_type -> google.protobuf.Empty
+	1, // 4: api.check.Check.CheckPictureV2:input_type -> api.check.CheckRequest
+	0, // 5: api.check.Check.CheckTextHttp:input_type -> api.check.CheckTextHttpRequest
+	2, // 6: api.check.Check.CheckText:output_type -> api.check.CheckReply
+	2, // 7: api.check.Check.CheckPicture:output_type -> api.check.CheckReply
+	2, // 8: api.check.Check.CheckVoice:output_type -> api.check.CheckReply
+	3, // 9: api.check.Check.CronRefreshBaiduToken:output_type -> google.protobuf.Empty
+	2, // 10: api.check.Check.CheckPictureV2:output_type -> api.check.CheckReply
+	2, // 11: api.check.Check.CheckTextHttp:output_type -> api.check.CheckReply
+	6, // [6:12] is the sub-list for method output_type
+	0, // [0:6] is the sub-list for method input_type
 	0, // [0:0] is the sub-list for extension type_name
 	0, // [0:0] is the sub-list for extension extendee
 	0, // [0:0] is the sub-list for field type_name
@@ -231,7 +299,7 @@ func file_check_proto_init() {
 	}
 	if !protoimpl.UnsafeEnabled {
 		file_check_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
-			switch v := v.(*CheckRequest); i {
+			switch v := v.(*CheckTextHttpRequest); i {
 			case 0:
 				return &v.state
 			case 1:
@@ -243,6 +311,18 @@ func file_check_proto_init() {
 			}
 		}
 		file_check_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
+			switch v := v.(*CheckRequest); i {
+			case 0:
+				return &v.state
+			case 1:
+				return &v.sizeCache
+			case 2:
+				return &v.unknownFields
+			default:
+				return nil
+			}
+		}
+		file_check_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*CheckReply); i {
 			case 0:
 				return &v.state
@@ -261,7 +341,7 @@ func file_check_proto_init() {
 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 			RawDescriptor: file_check_proto_rawDesc,
 			NumEnums:      0,
-			NumMessages:   2,
+			NumMessages:   3,
 			NumExtensions: 0,
 			NumServices:   1,
 		},

+ 11 - 1
api/check/check.proto

@@ -2,7 +2,7 @@ syntax = "proto3";
 
 package api.check;
 
-//import "google/api/annotations.proto";
+import "google/api/annotations.proto";
 //import "google/protobuf/struct.proto";
 import "google/protobuf/empty.proto";
 
@@ -15,8 +15,18 @@ service Check {
   rpc CheckPicture (CheckRequest) returns (CheckReply){};
   rpc CheckVoice (CheckRequest) returns (CheckReply){};
   rpc CronRefreshBaiduToken (google.protobuf.Empty) returns (google.protobuf.Empty){};
+  rpc CheckPictureV2 (CheckRequest) returns (CheckReply){};
+  rpc CheckTextHttp(CheckTextHttpRequest) returns (CheckReply){
+    option (google.api.http) = {
+      post: "/api/check/text",
+      body:"*"
+    };
+  };
 }
 
+message CheckTextHttpRequest{
+  string content = 1;// 内容 (文本)
+}
 
 message CheckRequest{
   string content = 1;// 内容 (url或者文本)

+ 72 - 0
api/check/check_grpc.pb.go

@@ -23,6 +23,8 @@ type CheckClient interface {
 	CheckPicture(ctx context.Context, in *CheckRequest, opts ...grpc.CallOption) (*CheckReply, error)
 	CheckVoice(ctx context.Context, in *CheckRequest, opts ...grpc.CallOption) (*CheckReply, error)
 	CronRefreshBaiduToken(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
+	CheckPictureV2(ctx context.Context, in *CheckRequest, opts ...grpc.CallOption) (*CheckReply, error)
+	CheckTextHttp(ctx context.Context, in *CheckTextHttpRequest, opts ...grpc.CallOption) (*CheckReply, error)
 }
 
 type checkClient struct {
@@ -69,6 +71,24 @@ func (c *checkClient) CronRefreshBaiduToken(ctx context.Context, in *emptypb.Emp
 	return out, nil
 }
 
+func (c *checkClient) CheckPictureV2(ctx context.Context, in *CheckRequest, opts ...grpc.CallOption) (*CheckReply, error) {
+	out := new(CheckReply)
+	err := c.cc.Invoke(ctx, "/api.check.Check/CheckPictureV2", in, out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return out, nil
+}
+
+func (c *checkClient) CheckTextHttp(ctx context.Context, in *CheckTextHttpRequest, opts ...grpc.CallOption) (*CheckReply, error) {
+	out := new(CheckReply)
+	err := c.cc.Invoke(ctx, "/api.check.Check/CheckTextHttp", in, out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return out, nil
+}
+
 // CheckServer is the server API for Check service.
 // All implementations must embed UnimplementedCheckServer
 // for forward compatibility
@@ -77,6 +97,8 @@ type CheckServer interface {
 	CheckPicture(context.Context, *CheckRequest) (*CheckReply, error)
 	CheckVoice(context.Context, *CheckRequest) (*CheckReply, error)
 	CronRefreshBaiduToken(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
+	CheckPictureV2(context.Context, *CheckRequest) (*CheckReply, error)
+	CheckTextHttp(context.Context, *CheckTextHttpRequest) (*CheckReply, error)
 	mustEmbedUnimplementedCheckServer()
 }
 
@@ -96,6 +118,12 @@ func (UnimplementedCheckServer) CheckVoice(context.Context, *CheckRequest) (*Che
 func (UnimplementedCheckServer) CronRefreshBaiduToken(context.Context, *emptypb.Empty) (*emptypb.Empty, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method CronRefreshBaiduToken not implemented")
 }
+func (UnimplementedCheckServer) CheckPictureV2(context.Context, *CheckRequest) (*CheckReply, error) {
+	return nil, status.Errorf(codes.Unimplemented, "method CheckPictureV2 not implemented")
+}
+func (UnimplementedCheckServer) CheckTextHttp(context.Context, *CheckTextHttpRequest) (*CheckReply, error) {
+	return nil, status.Errorf(codes.Unimplemented, "method CheckTextHttp not implemented")
+}
 func (UnimplementedCheckServer) mustEmbedUnimplementedCheckServer() {}
 
 // UnsafeCheckServer may be embedded to opt out of forward compatibility for this service.
@@ -181,6 +209,42 @@ func _Check_CronRefreshBaiduToken_Handler(srv interface{}, ctx context.Context,
 	return interceptor(ctx, in, info, handler)
 }
 
+func _Check_CheckPictureV2_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+	in := new(CheckRequest)
+	if err := dec(in); err != nil {
+		return nil, err
+	}
+	if interceptor == nil {
+		return srv.(CheckServer).CheckPictureV2(ctx, in)
+	}
+	info := &grpc.UnaryServerInfo{
+		Server:     srv,
+		FullMethod: "/api.check.Check/CheckPictureV2",
+	}
+	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+		return srv.(CheckServer).CheckPictureV2(ctx, req.(*CheckRequest))
+	}
+	return interceptor(ctx, in, info, handler)
+}
+
+func _Check_CheckTextHttp_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+	in := new(CheckTextHttpRequest)
+	if err := dec(in); err != nil {
+		return nil, err
+	}
+	if interceptor == nil {
+		return srv.(CheckServer).CheckTextHttp(ctx, in)
+	}
+	info := &grpc.UnaryServerInfo{
+		Server:     srv,
+		FullMethod: "/api.check.Check/CheckTextHttp",
+	}
+	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+		return srv.(CheckServer).CheckTextHttp(ctx, req.(*CheckTextHttpRequest))
+	}
+	return interceptor(ctx, in, info, handler)
+}
+
 // Check_ServiceDesc is the grpc.ServiceDesc for Check service.
 // It's only intended for direct use with grpc.RegisterService,
 // and not to be introspected or modified (even as a copy)
@@ -204,6 +268,14 @@ var Check_ServiceDesc = grpc.ServiceDesc{
 			MethodName: "CronRefreshBaiduToken",
 			Handler:    _Check_CronRefreshBaiduToken_Handler,
 		},
+		{
+			MethodName: "CheckPictureV2",
+			Handler:    _Check_CheckPictureV2_Handler,
+		},
+		{
+			MethodName: "CheckTextHttp",
+			Handler:    _Check_CheckTextHttp_Handler,
+		},
 	},
 	Streams:  []grpc.StreamDesc{},
 	Metadata: "check.proto",

+ 87 - 0
api/check/check_http.pb.go

@@ -0,0 +1,87 @@
+// Code generated by protoc-gen-go-http. DO NOT EDIT.
+// versions:
+// protoc-gen-go-http v2.0.0
+
+package check
+
+import (
+	context "context"
+	base "git.ikuban.com/server/base-protobuf/kuban/api/base"
+	reply "git.ikuban.com/server/kratos-utils/http/reply"
+	http "github.com/go-kratos/kratos/v2/transport/http"
+	binding "github.com/go-kratos/kratos/v2/transport/http/binding"
+	ioutil "io/ioutil"
+	time "time"
+)
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the kratos package it is being compiled against.
+var _ = new(context.Context)
+var _ = binding.EncodeURL
+var _ = ioutil.Discard
+var _ = new(time.Time)
+var _ = new(reply.SuccessReply)
+var _ = new(base.Html)
+
+const _ = http.SupportPackageIsVersion1
+
+type CheckHTTPServer interface {
+	CheckTextHttp(context.Context, *CheckTextHttpRequest) (*CheckReply, error)
+}
+
+func RegisterCheckHTTPServer(s *http.Server, srv CheckHTTPServer) {
+	r := s.Route("/")
+	r.POST("/api/check/text", _Check_CheckTextHttp0_HTTP_Handler(srv))
+}
+
+func _Check_CheckTextHttp0_HTTP_Handler(srv CheckHTTPServer) func(ctx http.Context) error {
+	return func(ctx http.Context) error {
+		var in CheckTextHttpRequest
+		if err := ctx.Bind(&in); err != nil {
+			return err
+		}
+		if err := ctx.BindQuery(&in); err != nil {
+			return err
+		}
+		http.SetOperation(ctx, "/api.check.Check/CheckTextHttp")
+		h := ctx.Middleware(func(ctx context.Context, req interface{}) (interface{}, error) {
+			return srv.CheckTextHttp(ctx, req.(*CheckTextHttpRequest))
+		})
+		out, err := h(ctx, &in)
+		if err != nil {
+			return err
+		}
+		success := &reply.SuccessReply{
+			Code: 0,
+		}
+		if out != nil {
+			success.Data = out
+		}
+		return ctx.Result(200, success)
+	}
+}
+
+type CheckHTTPClient interface {
+	CheckTextHttp(ctx context.Context, req *CheckTextHttpRequest, opts ...http.CallOption) (rsp *CheckReply, err error)
+}
+
+type CheckHTTPClientImpl struct {
+	cc *http.Client
+}
+
+func NewCheckHTTPClient(client *http.Client) CheckHTTPClient {
+	return &CheckHTTPClientImpl{client}
+}
+
+func (c *CheckHTTPClientImpl) CheckTextHttp(ctx context.Context, in *CheckTextHttpRequest, opts ...http.CallOption) (*CheckReply, error) {
+	var out CheckReply
+	pattern := "/api/check/text"
+	path := binding.EncodeURL(pattern, in, false)
+	opts = append(opts, http.Operation("/api.check.Check/CheckTextHttp"))
+	opts = append(opts, http.PathTemplate(pattern))
+	err := c.cc.Invoke(ctx, "POST", path, in, &out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return &out, err
+}

+ 13 - 0
js/api/check/check_http_pb.ts

@@ -0,0 +1,13 @@
+// @ts-ignore
+import request from '@/libs/request';
+import {CheckRequest,CheckReply,CheckTextHttpRequest} from "./check_pb";
+
+const CheckService = {
+  CheckTextHttp: async (req?: CheckTextHttpRequest) => {
+	const res = await request.post<{ data: CheckReply, code: string, message: string }>('/api/check/text', req);
+    return res.data.data;
+  },
+
+};
+
+export default CheckService;

+ 4 - 0
js/api/check/check_pb.ts

@@ -1,3 +1,7 @@
+export interface CheckTextHttpRequest{
+    /**  内容 (文本) */
+    content?:string;
+}
 export interface CheckRequest{
     /**  内容 (url或者文本) */
     content?:string;