回调
This commit is contained in:
+142
-68
@@ -82,6 +82,66 @@ func (x *Response) GetData() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
type SfResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
ReturnCode string `protobuf:"bytes,1,opt,name=return_code,json=returnCode,proto3" json:"return_code,omitempty"`
|
||||
ReturnMsg string `protobuf:"bytes,2,opt,name=return_msg,json=returnMsg,proto3" json:"return_msg,omitempty"`
|
||||
ReturnStatus string `protobuf:"bytes,3,opt,name=return_status,json=returnStatus,proto3" json:"return_status,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SfResponse) Reset() {
|
||||
*x = SfResponse{}
|
||||
mi := &file_express_express_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *SfResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*SfResponse) ProtoMessage() {}
|
||||
|
||||
func (x *SfResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[1]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use SfResponse.ProtoReflect.Descriptor instead.
|
||||
func (*SfResponse) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *SfResponse) GetReturnCode() string {
|
||||
if x != nil {
|
||||
return x.ReturnCode
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *SfResponse) GetReturnMsg() string {
|
||||
if x != nil {
|
||||
return x.ReturnMsg
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *SfResponse) GetReturnStatus() string {
|
||||
if x != nil {
|
||||
return x.ReturnStatus
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type IdResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
@@ -91,7 +151,7 @@ type IdResponse struct {
|
||||
|
||||
func (x *IdResponse) Reset() {
|
||||
*x = IdResponse{}
|
||||
mi := &file_express_express_proto_msgTypes[1]
|
||||
mi := &file_express_express_proto_msgTypes[2]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -103,7 +163,7 @@ func (x *IdResponse) String() string {
|
||||
func (*IdResponse) ProtoMessage() {}
|
||||
|
||||
func (x *IdResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[1]
|
||||
mi := &file_express_express_proto_msgTypes[2]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -116,7 +176,7 @@ func (x *IdResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use IdResponse.ProtoReflect.Descriptor instead.
|
||||
func (*IdResponse) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{1}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{2}
|
||||
}
|
||||
|
||||
func (x *IdResponse) GetId() int64 {
|
||||
@@ -134,7 +194,7 @@ type EmtpyRequest struct {
|
||||
|
||||
func (x *EmtpyRequest) Reset() {
|
||||
*x = EmtpyRequest{}
|
||||
mi := &file_express_express_proto_msgTypes[2]
|
||||
mi := &file_express_express_proto_msgTypes[3]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -146,7 +206,7 @@ func (x *EmtpyRequest) String() string {
|
||||
func (*EmtpyRequest) ProtoMessage() {}
|
||||
|
||||
func (x *EmtpyRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[2]
|
||||
mi := &file_express_express_proto_msgTypes[3]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -159,7 +219,7 @@ func (x *EmtpyRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use EmtpyRequest.ProtoReflect.Descriptor instead.
|
||||
func (*EmtpyRequest) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{2}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{3}
|
||||
}
|
||||
|
||||
type CreateRequest struct {
|
||||
@@ -186,7 +246,7 @@ type CreateRequest struct {
|
||||
|
||||
func (x *CreateRequest) Reset() {
|
||||
*x = CreateRequest{}
|
||||
mi := &file_express_express_proto_msgTypes[3]
|
||||
mi := &file_express_express_proto_msgTypes[4]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -198,7 +258,7 @@ func (x *CreateRequest) String() string {
|
||||
func (*CreateRequest) ProtoMessage() {}
|
||||
|
||||
func (x *CreateRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[3]
|
||||
mi := &file_express_express_proto_msgTypes[4]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -211,7 +271,7 @@ func (x *CreateRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.
|
||||
func (*CreateRequest) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{3}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{4}
|
||||
}
|
||||
|
||||
func (x *CreateRequest) GetId() int64 {
|
||||
@@ -335,7 +395,7 @@ type IdRequest struct {
|
||||
|
||||
func (x *IdRequest) Reset() {
|
||||
*x = IdRequest{}
|
||||
mi := &file_express_express_proto_msgTypes[4]
|
||||
mi := &file_express_express_proto_msgTypes[5]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -347,7 +407,7 @@ func (x *IdRequest) String() string {
|
||||
func (*IdRequest) ProtoMessage() {}
|
||||
|
||||
func (x *IdRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[4]
|
||||
mi := &file_express_express_proto_msgTypes[5]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -360,7 +420,7 @@ func (x *IdRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use IdRequest.ProtoReflect.Descriptor instead.
|
||||
func (*IdRequest) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{4}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{5}
|
||||
}
|
||||
|
||||
func (x *IdRequest) GetId() int64 {
|
||||
@@ -381,7 +441,7 @@ type StatusRequest struct {
|
||||
|
||||
func (x *StatusRequest) Reset() {
|
||||
*x = StatusRequest{}
|
||||
mi := &file_express_express_proto_msgTypes[5]
|
||||
mi := &file_express_express_proto_msgTypes[6]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -393,7 +453,7 @@ func (x *StatusRequest) String() string {
|
||||
func (*StatusRequest) ProtoMessage() {}
|
||||
|
||||
func (x *StatusRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[5]
|
||||
mi := &file_express_express_proto_msgTypes[6]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -406,7 +466,7 @@ func (x *StatusRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use StatusRequest.ProtoReflect.Descriptor instead.
|
||||
func (*StatusRequest) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{5}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{6}
|
||||
}
|
||||
|
||||
func (x *StatusRequest) GetId() int64 {
|
||||
@@ -440,7 +500,7 @@ type HistoryRequest struct {
|
||||
|
||||
func (x *HistoryRequest) Reset() {
|
||||
*x = HistoryRequest{}
|
||||
mi := &file_express_express_proto_msgTypes[6]
|
||||
mi := &file_express_express_proto_msgTypes[7]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -452,7 +512,7 @@ func (x *HistoryRequest) String() string {
|
||||
func (*HistoryRequest) ProtoMessage() {}
|
||||
|
||||
func (x *HistoryRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[6]
|
||||
mi := &file_express_express_proto_msgTypes[7]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -465,7 +525,7 @@ func (x *HistoryRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use HistoryRequest.ProtoReflect.Descriptor instead.
|
||||
func (*HistoryRequest) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{6}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{7}
|
||||
}
|
||||
|
||||
func (x *HistoryRequest) GetPage() int32 {
|
||||
@@ -502,7 +562,7 @@ type DeliveryOrderCreateRequest struct {
|
||||
|
||||
func (x *DeliveryOrderCreateRequest) Reset() {
|
||||
*x = DeliveryOrderCreateRequest{}
|
||||
mi := &file_express_express_proto_msgTypes[7]
|
||||
mi := &file_express_express_proto_msgTypes[8]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -514,7 +574,7 @@ func (x *DeliveryOrderCreateRequest) String() string {
|
||||
func (*DeliveryOrderCreateRequest) ProtoMessage() {}
|
||||
|
||||
func (x *DeliveryOrderCreateRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[7]
|
||||
mi := &file_express_express_proto_msgTypes[8]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -527,7 +587,7 @@ func (x *DeliveryOrderCreateRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use DeliveryOrderCreateRequest.ProtoReflect.Descriptor instead.
|
||||
func (*DeliveryOrderCreateRequest) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{7}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{8}
|
||||
}
|
||||
|
||||
func (x *DeliveryOrderCreateRequest) GetObjId() string {
|
||||
@@ -627,7 +687,7 @@ type DeliverOrderProductInfo struct {
|
||||
|
||||
func (x *DeliverOrderProductInfo) Reset() {
|
||||
*x = DeliverOrderProductInfo{}
|
||||
mi := &file_express_express_proto_msgTypes[8]
|
||||
mi := &file_express_express_proto_msgTypes[9]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -639,7 +699,7 @@ func (x *DeliverOrderProductInfo) String() string {
|
||||
func (*DeliverOrderProductInfo) ProtoMessage() {}
|
||||
|
||||
func (x *DeliverOrderProductInfo) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[8]
|
||||
mi := &file_express_express_proto_msgTypes[9]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -652,7 +712,7 @@ func (x *DeliverOrderProductInfo) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use DeliverOrderProductInfo.ProtoReflect.Descriptor instead.
|
||||
func (*DeliverOrderProductInfo) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{8}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{9}
|
||||
}
|
||||
|
||||
func (x *DeliverOrderProductInfo) GetNumber() int32 {
|
||||
@@ -700,7 +760,7 @@ type DeliveringRequest struct {
|
||||
|
||||
func (x *DeliveringRequest) Reset() {
|
||||
*x = DeliveringRequest{}
|
||||
mi := &file_express_express_proto_msgTypes[9]
|
||||
mi := &file_express_express_proto_msgTypes[10]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -712,7 +772,7 @@ func (x *DeliveringRequest) String() string {
|
||||
func (*DeliveringRequest) ProtoMessage() {}
|
||||
|
||||
func (x *DeliveringRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[9]
|
||||
mi := &file_express_express_proto_msgTypes[10]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -725,7 +785,7 @@ func (x *DeliveringRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use DeliveringRequest.ProtoReflect.Descriptor instead.
|
||||
func (*DeliveringRequest) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{9}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{10}
|
||||
}
|
||||
|
||||
func (x *DeliveringRequest) GetTransitId() int64 {
|
||||
@@ -751,7 +811,7 @@ type ExpressCompanyRequest struct {
|
||||
|
||||
func (x *ExpressCompanyRequest) Reset() {
|
||||
*x = ExpressCompanyRequest{}
|
||||
mi := &file_express_express_proto_msgTypes[10]
|
||||
mi := &file_express_express_proto_msgTypes[11]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -763,7 +823,7 @@ func (x *ExpressCompanyRequest) String() string {
|
||||
func (*ExpressCompanyRequest) ProtoMessage() {}
|
||||
|
||||
func (x *ExpressCompanyRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_express_express_proto_msgTypes[10]
|
||||
mi := &file_express_express_proto_msgTypes[11]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -776,7 +836,7 @@ func (x *ExpressCompanyRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ExpressCompanyRequest.ProtoReflect.Descriptor instead.
|
||||
func (*ExpressCompanyRequest) Descriptor() ([]byte, []int) {
|
||||
return file_express_express_proto_rawDescGZIP(), []int{10}
|
||||
return file_express_express_proto_rawDescGZIP(), []int{11}
|
||||
}
|
||||
|
||||
func (x *ExpressCompanyRequest) GetCode() string {
|
||||
@@ -794,7 +854,14 @@ const file_express_express_proto_rawDesc = "" +
|
||||
"\bResponse\x12\x12\n" +
|
||||
"\x04code\x18\x01 \x01(\x05R\x04code\x12\x10\n" +
|
||||
"\x03msg\x18\x02 \x01(\tR\x03msg\x12\x12\n" +
|
||||
"\x04data\x18\x03 \x01(\tR\x04data\"\x1c\n" +
|
||||
"\x04data\x18\x03 \x01(\tR\x04data\"q\n" +
|
||||
"\n" +
|
||||
"SfResponse\x12\x1f\n" +
|
||||
"\vreturn_code\x18\x01 \x01(\tR\n" +
|
||||
"returnCode\x12\x1d\n" +
|
||||
"\n" +
|
||||
"return_msg\x18\x02 \x01(\tR\treturnMsg\x12#\n" +
|
||||
"\rreturn_status\x18\x03 \x01(\tR\freturnStatus\"\x1c\n" +
|
||||
"\n" +
|
||||
"IdResponse\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\x03R\x02id\"\x0e\n" +
|
||||
@@ -854,7 +921,7 @@ const file_express_express_proto_rawDesc = "" +
|
||||
"transit_id\x18\x01 \x01(\x03R\ttransitId\x12\x0e\n" +
|
||||
"\x02id\x18\x02 \x01(\x03R\x02id\"+\n" +
|
||||
"\x15ExpressCompanyRequest\x12\x12\n" +
|
||||
"\x04code\x18\x01 \x01(\tR\x04code2\x9a\a\n" +
|
||||
"\x04code\x18\x01 \x01(\tR\x04code2\xd0\b\n" +
|
||||
"\aExpress\x12U\n" +
|
||||
"\x05Items\x12\x15.express.EmtpyRequest\x1a\x11.express.Response\"\"\x82\xd3\xe4\x93\x02\x1c:\x01*\x12\x17/admin/v3/express/items\x12X\n" +
|
||||
"\x06Create\x12\x16.express.CreateRequest\x1a\x11.express.Response\"#\x82\xd3\xe4\x93\x02\x1d:\x01*\"\x18/admin/v3/express/create\x12T\n" +
|
||||
@@ -864,7 +931,9 @@ const file_express_express_proto_rawDesc = "" +
|
||||
"\x06Status\x12\x16.express.StatusRequest\x1a\x11.express.Response\"#\x82\xd3\xe4\x93\x02\x1d:\x01*\"\x18/admin/v3/express/status\x12\\\n" +
|
||||
"\aHistory\x12\x17.express.HistoryRequest\x1a\x11.express.Response\"%\x82\xd3\xe4\x93\x02\x1f:\x01*\x12\x1a/admin/v3/delivery/history\x12i\n" +
|
||||
"\x0eExpressCompany\x12\x1e.express.ExpressCompanyRequest\x1a\x11.express.Response\"$\x82\xd3\xe4\x93\x02\x1e:\x01*\x12\x19/admin/v3/express/company\x12k\n" +
|
||||
"\x11ExpressDelivering\x12\x1a.express.DeliveringRequest\x1a\x11.express.Response\"'\x82\xd3\xe4\x93\x02!:\x01*\"\x1c/admin/v3/express/delivering\x12O\n" +
|
||||
"\x11ExpressDelivering\x12\x1a.express.DeliveringRequest\x1a\x11.express.Response\"'\x82\xd3\xe4\x93\x02!:\x01*\"\x1c/admin/v3/express/delivering\x12Z\n" +
|
||||
"\rExpressSfBack\x12\x15.express.EmtpyRequest\x1a\x13.express.SfResponse\"\x1d\x82\xd3\xe4\x93\x02\x17:\x01*\"\x12/api/v3/express/sf\x12X\n" +
|
||||
"\rExpressJdBack\x12\x15.express.EmtpyRequest\x1a\x11.express.Response\"\x1d\x82\xd3\xe4\x93\x02\x17:\x01*\"\x12/api/v3/express/jd\x12O\n" +
|
||||
"\x13DeliveryOrderCreate\x12#.express.DeliveryOrderCreateRequest\x1a\x13.express.IdResponseB\vZ\t./expressb\x06proto3"
|
||||
|
||||
var (
|
||||
@@ -879,44 +948,49 @@ func file_express_express_proto_rawDescGZIP() []byte {
|
||||
return file_express_express_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_express_express_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
|
||||
var file_express_express_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
|
||||
var file_express_express_proto_goTypes = []any{
|
||||
(*Response)(nil), // 0: express.Response
|
||||
(*IdResponse)(nil), // 1: express.IdResponse
|
||||
(*EmtpyRequest)(nil), // 2: express.EmtpyRequest
|
||||
(*CreateRequest)(nil), // 3: express.CreateRequest
|
||||
(*IdRequest)(nil), // 4: express.IdRequest
|
||||
(*StatusRequest)(nil), // 5: express.StatusRequest
|
||||
(*HistoryRequest)(nil), // 6: express.HistoryRequest
|
||||
(*DeliveryOrderCreateRequest)(nil), // 7: express.DeliveryOrderCreateRequest
|
||||
(*DeliverOrderProductInfo)(nil), // 8: express.DeliverOrderProductInfo
|
||||
(*DeliveringRequest)(nil), // 9: express.DeliveringRequest
|
||||
(*ExpressCompanyRequest)(nil), // 10: express.ExpressCompanyRequest
|
||||
(*SfResponse)(nil), // 1: express.SfResponse
|
||||
(*IdResponse)(nil), // 2: express.IdResponse
|
||||
(*EmtpyRequest)(nil), // 3: express.EmtpyRequest
|
||||
(*CreateRequest)(nil), // 4: express.CreateRequest
|
||||
(*IdRequest)(nil), // 5: express.IdRequest
|
||||
(*StatusRequest)(nil), // 6: express.StatusRequest
|
||||
(*HistoryRequest)(nil), // 7: express.HistoryRequest
|
||||
(*DeliveryOrderCreateRequest)(nil), // 8: express.DeliveryOrderCreateRequest
|
||||
(*DeliverOrderProductInfo)(nil), // 9: express.DeliverOrderProductInfo
|
||||
(*DeliveringRequest)(nil), // 10: express.DeliveringRequest
|
||||
(*ExpressCompanyRequest)(nil), // 11: express.ExpressCompanyRequest
|
||||
}
|
||||
var file_express_express_proto_depIdxs = []int32{
|
||||
8, // 0: express.DeliveryOrderCreateRequest.product_info:type_name -> express.DeliverOrderProductInfo
|
||||
2, // 1: express.Express.Items:input_type -> express.EmtpyRequest
|
||||
3, // 2: express.Express.Create:input_type -> express.CreateRequest
|
||||
3, // 3: express.Express.Edit:input_type -> express.CreateRequest
|
||||
4, // 4: express.Express.Info:input_type -> express.IdRequest
|
||||
2, // 5: express.Express.Names:input_type -> express.EmtpyRequest
|
||||
5, // 6: express.Express.Status:input_type -> express.StatusRequest
|
||||
6, // 7: express.Express.History:input_type -> express.HistoryRequest
|
||||
10, // 8: express.Express.ExpressCompany:input_type -> express.ExpressCompanyRequest
|
||||
9, // 9: express.Express.ExpressDelivering:input_type -> express.DeliveringRequest
|
||||
7, // 10: express.Express.DeliveryOrderCreate:input_type -> express.DeliveryOrderCreateRequest
|
||||
0, // 11: express.Express.Items:output_type -> express.Response
|
||||
0, // 12: express.Express.Create:output_type -> express.Response
|
||||
0, // 13: express.Express.Edit:output_type -> express.Response
|
||||
0, // 14: express.Express.Info:output_type -> express.Response
|
||||
0, // 15: express.Express.Names:output_type -> express.Response
|
||||
0, // 16: express.Express.Status:output_type -> express.Response
|
||||
0, // 17: express.Express.History:output_type -> express.Response
|
||||
0, // 18: express.Express.ExpressCompany:output_type -> express.Response
|
||||
0, // 19: express.Express.ExpressDelivering:output_type -> express.Response
|
||||
1, // 20: express.Express.DeliveryOrderCreate:output_type -> express.IdResponse
|
||||
11, // [11:21] is the sub-list for method output_type
|
||||
1, // [1:11] is the sub-list for method input_type
|
||||
9, // 0: express.DeliveryOrderCreateRequest.product_info:type_name -> express.DeliverOrderProductInfo
|
||||
3, // 1: express.Express.Items:input_type -> express.EmtpyRequest
|
||||
4, // 2: express.Express.Create:input_type -> express.CreateRequest
|
||||
4, // 3: express.Express.Edit:input_type -> express.CreateRequest
|
||||
5, // 4: express.Express.Info:input_type -> express.IdRequest
|
||||
3, // 5: express.Express.Names:input_type -> express.EmtpyRequest
|
||||
6, // 6: express.Express.Status:input_type -> express.StatusRequest
|
||||
7, // 7: express.Express.History:input_type -> express.HistoryRequest
|
||||
11, // 8: express.Express.ExpressCompany:input_type -> express.ExpressCompanyRequest
|
||||
10, // 9: express.Express.ExpressDelivering:input_type -> express.DeliveringRequest
|
||||
3, // 10: express.Express.ExpressSfBack:input_type -> express.EmtpyRequest
|
||||
3, // 11: express.Express.ExpressJdBack:input_type -> express.EmtpyRequest
|
||||
8, // 12: express.Express.DeliveryOrderCreate:input_type -> express.DeliveryOrderCreateRequest
|
||||
0, // 13: express.Express.Items:output_type -> express.Response
|
||||
0, // 14: express.Express.Create:output_type -> express.Response
|
||||
0, // 15: express.Express.Edit:output_type -> express.Response
|
||||
0, // 16: express.Express.Info:output_type -> express.Response
|
||||
0, // 17: express.Express.Names:output_type -> express.Response
|
||||
0, // 18: express.Express.Status:output_type -> express.Response
|
||||
0, // 19: express.Express.History:output_type -> express.Response
|
||||
0, // 20: express.Express.ExpressCompany:output_type -> express.Response
|
||||
0, // 21: express.Express.ExpressDelivering:output_type -> express.Response
|
||||
1, // 22: express.Express.ExpressSfBack:output_type -> express.SfResponse
|
||||
0, // 23: express.Express.ExpressJdBack:output_type -> express.Response
|
||||
2, // 24: express.Express.DeliveryOrderCreate:output_type -> express.IdResponse
|
||||
13, // [13:25] is the sub-list for method output_type
|
||||
1, // [1:13] is the sub-list for method input_type
|
||||
1, // [1:1] is the sub-list for extension type_name
|
||||
1, // [1:1] is the sub-list for extension extendee
|
||||
0, // [0:1] is the sub-list for field type_name
|
||||
@@ -933,7 +1007,7 @@ func file_express_express_proto_init() {
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_express_express_proto_rawDesc), len(file_express_express_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 11,
|
||||
NumMessages: 12,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user