Эх сурвалжийг харах

Merge branch 'dev1.0.0' of https://app.yhyue.com/moapp/jyInfo into dev1.0.0

duxin 3 жил өмнө
parent
commit
88d1f67c11

+ 2 - 2
api/internal/types/types.go

@@ -10,9 +10,9 @@ type PubInfoReq struct {
 	City         string                 `json:"city,optional"`
 	Industry     []string               `json:"industry,optional"`
 	Buyer        string                 `json:"buyer,optional"`
-	Budget       string                 `json:"budget,optional"`
+	Budget       float64                `json:"budget,optional"`
 	Winner       string                 `json:"winner,optional"`
-	Amount       string                 `json:"amount,optional"`
+	Amount       float64                `json:"amount,optional"`
 	Detail       string                 `json:"detail"`
 	Attach       map[string]interface{} `json:"attach,optional"`
 	Contact      Contact                `json:"contact"`

+ 2 - 2
api/jyinfo.api

@@ -9,9 +9,9 @@ type (
 		City         string                 `json:"city,optional"`
 		Industry     []string               `json:"industry,optional"`
 		Buyer        string                 `json:"buyer,optional"`
-		Budget       string                 `json:"budget,optional"`
+		Budget       float64                `json:"budget,optional"`
 		Winner       string                 `json:"winner,optional"`
-		Amount       string                 `json:"amount,optional"`
+		Amount       float64                `json:"amount,optional"`
 		Detail       string                 `json:"detail"`
 		Attach       map[string]interface{} `json:"attach,optional"`
 		Contact      Contact                `json:"contact"`

BIN
rpc/common/common.exe


BIN
rpc/consumer/consumer.exe


+ 7 - 2
rpc/consumer/type/consumer/consumer.pb.go

@@ -1,12 +1,13 @@
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.28.0
-// 	protoc        v3.19.4
+// 	protoc-gen-go v1.23.0
+// 	protoc        v3.15.5
 // source: consumer.proto
 
 package consumer
 
 import (
+	proto "github.com/golang/protobuf/proto"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
@@ -20,6 +21,10 @@ const (
 	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 )
 
+// This is a compile-time assertion that a sufficiently up-to-date version
+// of the legacy proto package is being used.
+const _ = proto.ProtoPackageIsVersion4
+
 //信息发布Req
 type PublishInfoReq struct {
 	state         protoimpl.MessageState

+ 1 - 1
rpc/consumer/type/consumer/consumer_grpc.pb.go

@@ -1,7 +1,7 @@
 // Code generated by protoc-gen-go-grpc. DO NOT EDIT.
 // versions:
 // - protoc-gen-go-grpc v1.2.0
-// - protoc             v3.19.4
+// - protoc             v3.15.5
 // source: consumer.proto
 
 package consumer

BIN
rpc/manager/manager.exe


+ 7 - 2
rpc/manager/type/manager/manager.pb.go

@@ -1,12 +1,13 @@
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.28.0
-// 	protoc        v3.19.4
+// 	protoc-gen-go v1.23.0
+// 	protoc        v3.15.5
 // source: manager.proto
 
 package manager
 
 import (
+	proto "github.com/golang/protobuf/proto"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
@@ -20,6 +21,10 @@ const (
 	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 )
 
+// This is a compile-time assertion that a sufficiently up-to-date version
+// of the legacy proto package is being used.
+const _ = proto.ProtoPackageIsVersion4
+
 //信息列表Req
 type InfoListReq struct {
 	state         protoimpl.MessageState

+ 1 - 1
rpc/manager/type/manager/manager_grpc.pb.go

@@ -1,7 +1,7 @@
 // Code generated by protoc-gen-go-grpc. DO NOT EDIT.
 // versions:
 // - protoc-gen-go-grpc v1.2.0
-// - protoc             v3.19.4
+// - protoc             v3.15.5
 // source: manager.proto
 
 package manager