add log service and change order
CI / changes (push) Successful in 38s
CI / ad (push) Successful in 29s
CI / admin (push) Successful in 22s
CI / bff (push) Successful in 19s
CI / chore (push) Successful in 22s
CI / equipment (push) Successful in 20s
CI / express (push) Successful in 18s
CI / log (push) Successful in 0s
CI / product (push) Successful in 15s
CI / sale (push) Successful in 16s
CI / task (push) Successful in 17s
CI / user (push) Successful in 16s
CI / wecom (push) Successful in 16s
CI / changes (push) Successful in 38s
CI / ad (push) Successful in 29s
CI / admin (push) Successful in 22s
CI / bff (push) Successful in 19s
CI / chore (push) Successful in 22s
CI / equipment (push) Successful in 20s
CI / express (push) Successful in 18s
CI / log (push) Successful in 0s
CI / product (push) Successful in 15s
CI / sale (push) Successful in 16s
CI / task (push) Successful in 17s
CI / user (push) Successful in 16s
CI / wecom (push) Successful in 16s
This commit is contained in:
+153
-38
@@ -1038,6 +1038,110 @@ func (x *AdminCreateOrderRequest) GetType() int32 {
|
||||
return 0
|
||||
}
|
||||
|
||||
type UpdateOrderDeliverStatusRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
SignTime string `protobuf:"bytes,1,opt,name=sign_time,json=signTime,proto3" json:"sign_time,omitempty"`
|
||||
DeliverStatus int32 `protobuf:"varint,2,opt,name=deliver_status,json=deliverStatus,proto3" json:"deliver_status,omitempty"`
|
||||
Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusRequest) Reset() {
|
||||
*x = UpdateOrderDeliverStatusRequest{}
|
||||
mi := &file_order_order_proto_msgTypes[16]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*UpdateOrderDeliverStatusRequest) ProtoMessage() {}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_order_order_proto_msgTypes[16]
|
||||
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 UpdateOrderDeliverStatusRequest.ProtoReflect.Descriptor instead.
|
||||
func (*UpdateOrderDeliverStatusRequest) Descriptor() ([]byte, []int) {
|
||||
return file_order_order_proto_rawDescGZIP(), []int{16}
|
||||
}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusRequest) GetSignTime() string {
|
||||
if x != nil {
|
||||
return x.SignTime
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusRequest) GetDeliverStatus() int32 {
|
||||
if x != nil {
|
||||
return x.DeliverStatus
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusRequest) GetId() string {
|
||||
if x != nil {
|
||||
return x.Id
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type UpdateOrderDeliverStatusResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Num int32 `protobuf:"varint,1,opt,name=num,proto3" json:"num,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusResponse) Reset() {
|
||||
*x = UpdateOrderDeliverStatusResponse{}
|
||||
mi := &file_order_order_proto_msgTypes[17]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*UpdateOrderDeliverStatusResponse) ProtoMessage() {}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_order_order_proto_msgTypes[17]
|
||||
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 UpdateOrderDeliverStatusResponse.ProtoReflect.Descriptor instead.
|
||||
func (*UpdateOrderDeliverStatusResponse) Descriptor() ([]byte, []int) {
|
||||
return file_order_order_proto_rawDescGZIP(), []int{17}
|
||||
}
|
||||
|
||||
func (x *UpdateOrderDeliverStatusResponse) GetNum() int32 {
|
||||
if x != nil {
|
||||
return x.Num
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
var File_order_order_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_order_order_proto_rawDesc = "" +
|
||||
@@ -1119,7 +1223,13 @@ const file_order_order_proto_rawDesc = "" +
|
||||
"address_id\x18\x01 \x01(\x03R\taddressId\x12\x12\n" +
|
||||
"\x04note\x18\x02 \x01(\tR\x04note\x12\x12\n" +
|
||||
"\x04info\x18\x03 \x01(\tR\x04info\x12\x12\n" +
|
||||
"\x04type\x18\x04 \x01(\x05R\x04type2\xf4\v\n" +
|
||||
"\x04type\x18\x04 \x01(\x05R\x04type\"u\n" +
|
||||
"\x1fUpdateOrderDeliverStatusRequest\x12\x1b\n" +
|
||||
"\tsign_time\x18\x01 \x01(\tR\bsignTime\x12%\n" +
|
||||
"\x0edeliver_status\x18\x02 \x01(\x05R\rdeliverStatus\x12\x0e\n" +
|
||||
"\x02id\x18\x03 \x01(\tR\x02id\"4\n" +
|
||||
" UpdateOrderDeliverStatusResponse\x12\x10\n" +
|
||||
"\x03num\x18\x01 \x01(\x05R\x03num2\xe1\f\n" +
|
||||
"\x05order\x12T\n" +
|
||||
"\x05Items\x12\x18.order.OrderItemsRequest\x1a\x0f.order.Response\" \x82\xd3\xe4\x93\x02\x1a:\x01*\x12\x15/admin/v3/order/items\x12X\n" +
|
||||
"\tWebCreate\x12\x19.order.CreateOrderRequest\x1a\x0f.order.Response\"\x1f\x82\xd3\xe4\x93\x02\x19:\x01*\"\x14/api/v3/order/create\x12b\n" +
|
||||
@@ -1136,7 +1246,8 @@ const file_order_order_proto_rawDesc = "" +
|
||||
"\x0eAddressByStore\x12!.order.AddressByStoreItemsRequest\x1a\x0f.order.Response\"(\x82\xd3\xe4\x93\x02\":\x01*\x12\x1d/admin/v3/address/store/items\x12r\n" +
|
||||
"\x12OrderAuditingItems\x12 .order.OrderAuditingItemsRequest\x1a\x0f.order.Response\")\x82\xd3\xe4\x93\x02#:\x01*\x12\x1e/admin/v3/order/auditing/items\x12b\n" +
|
||||
"\rOrderAuditing\x12\x1b.order.OrderAuditingRequest\x1a\x0f.order.Response\"#\x82\xd3\xe4\x93\x02\x1d:\x01*\"\x18/admin/v3/order/auditing\x12a\n" +
|
||||
"\vOrderCreate\x12\x1e.order.AdminCreateOrderRequest\x1a\x0f.order.Response\"!\x82\xd3\xe4\x93\x02\x1b:\x01*\"\x16/admin/v3/order/createB\x19Z\x17lone-services/rpc/orderb\x06proto3"
|
||||
"\vOrderCreate\x12\x1e.order.AdminCreateOrderRequest\x1a\x0f.order.Response\"!\x82\xd3\xe4\x93\x02\x1b:\x01*\"\x16/admin/v3/order/create\x12k\n" +
|
||||
"\x18UpdateOrderDeliverStatus\x12&.order.UpdateOrderDeliverStatusRequest\x1a'.order.UpdateOrderDeliverStatusResponseB\x19Z\x17lone-services/rpc/orderb\x06proto3"
|
||||
|
||||
var (
|
||||
file_order_order_proto_rawDescOnce sync.Once
|
||||
@@ -1150,24 +1261,26 @@ func file_order_order_proto_rawDescGZIP() []byte {
|
||||
return file_order_order_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_order_order_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
|
||||
var file_order_order_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
|
||||
var file_order_order_proto_goTypes = []any{
|
||||
(*OrderItemsRequest)(nil), // 0: order.OrderItemsRequest
|
||||
(*Response)(nil), // 1: order.Response
|
||||
(*CreateOrderRequest)(nil), // 2: order.CreateOrderRequest
|
||||
(*CreateOrderOneRequest)(nil), // 3: order.CreateOrderOneRequest
|
||||
(*EditAddressRequest)(nil), // 4: order.EditAddressRequest
|
||||
(*EmptyRequest)(nil), // 5: order.EmptyRequest
|
||||
(*EditCartRequest)(nil), // 6: order.EditCartRequest
|
||||
(*CartRequest)(nil), // 7: order.CartRequest
|
||||
(*IdRequest)(nil), // 8: order.IdRequest
|
||||
(*IdAndTypeRequest)(nil), // 9: order.IdAndTypeRequest
|
||||
(*TypeRequest)(nil), // 10: order.TypeRequest
|
||||
(*AddressItemsRequest)(nil), // 11: order.AddressItemsRequest
|
||||
(*AddressByStoreItemsRequest)(nil), // 12: order.AddressByStoreItemsRequest
|
||||
(*OrderAuditingItemsRequest)(nil), // 13: order.OrderAuditingItemsRequest
|
||||
(*OrderAuditingRequest)(nil), // 14: order.OrderAuditingRequest
|
||||
(*AdminCreateOrderRequest)(nil), // 15: order.AdminCreateOrderRequest
|
||||
(*OrderItemsRequest)(nil), // 0: order.OrderItemsRequest
|
||||
(*Response)(nil), // 1: order.Response
|
||||
(*CreateOrderRequest)(nil), // 2: order.CreateOrderRequest
|
||||
(*CreateOrderOneRequest)(nil), // 3: order.CreateOrderOneRequest
|
||||
(*EditAddressRequest)(nil), // 4: order.EditAddressRequest
|
||||
(*EmptyRequest)(nil), // 5: order.EmptyRequest
|
||||
(*EditCartRequest)(nil), // 6: order.EditCartRequest
|
||||
(*CartRequest)(nil), // 7: order.CartRequest
|
||||
(*IdRequest)(nil), // 8: order.IdRequest
|
||||
(*IdAndTypeRequest)(nil), // 9: order.IdAndTypeRequest
|
||||
(*TypeRequest)(nil), // 10: order.TypeRequest
|
||||
(*AddressItemsRequest)(nil), // 11: order.AddressItemsRequest
|
||||
(*AddressByStoreItemsRequest)(nil), // 12: order.AddressByStoreItemsRequest
|
||||
(*OrderAuditingItemsRequest)(nil), // 13: order.OrderAuditingItemsRequest
|
||||
(*OrderAuditingRequest)(nil), // 14: order.OrderAuditingRequest
|
||||
(*AdminCreateOrderRequest)(nil), // 15: order.AdminCreateOrderRequest
|
||||
(*UpdateOrderDeliverStatusRequest)(nil), // 16: order.UpdateOrderDeliverStatusRequest
|
||||
(*UpdateOrderDeliverStatusResponse)(nil), // 17: order.UpdateOrderDeliverStatusResponse
|
||||
}
|
||||
var file_order_order_proto_depIdxs = []int32{
|
||||
0, // 0: order.order.Items:input_type -> order.OrderItemsRequest
|
||||
@@ -1186,24 +1299,26 @@ var file_order_order_proto_depIdxs = []int32{
|
||||
13, // 13: order.order.OrderAuditingItems:input_type -> order.OrderAuditingItemsRequest
|
||||
14, // 14: order.order.OrderAuditing:input_type -> order.OrderAuditingRequest
|
||||
15, // 15: order.order.OrderCreate:input_type -> order.AdminCreateOrderRequest
|
||||
1, // 16: order.order.Items:output_type -> order.Response
|
||||
1, // 17: order.order.WebCreate:output_type -> order.Response
|
||||
1, // 18: order.order.WebCreateOne:output_type -> order.Response
|
||||
1, // 19: order.order.WebAddressCreate:output_type -> order.Response
|
||||
1, // 20: order.order.WebAddressEdit:output_type -> order.Response
|
||||
1, // 21: order.order.WebAddressDel:output_type -> order.Response
|
||||
1, // 22: order.order.WebAddressDef:output_type -> order.Response
|
||||
1, // 23: order.order.WebAddressInfo:output_type -> order.Response
|
||||
1, // 24: order.order.WebAddressItems:output_type -> order.Response
|
||||
1, // 25: order.order.WebCart:output_type -> order.Response
|
||||
1, // 26: order.order.WebCartEdit:output_type -> order.Response
|
||||
1, // 27: order.order.AddressItem:output_type -> order.Response
|
||||
1, // 28: order.order.AddressByStore:output_type -> order.Response
|
||||
1, // 29: order.order.OrderAuditingItems:output_type -> order.Response
|
||||
1, // 30: order.order.OrderAuditing:output_type -> order.Response
|
||||
1, // 31: order.order.OrderCreate:output_type -> order.Response
|
||||
16, // [16:32] is the sub-list for method output_type
|
||||
0, // [0:16] is the sub-list for method input_type
|
||||
16, // 16: order.order.UpdateOrderDeliverStatus:input_type -> order.UpdateOrderDeliverStatusRequest
|
||||
1, // 17: order.order.Items:output_type -> order.Response
|
||||
1, // 18: order.order.WebCreate:output_type -> order.Response
|
||||
1, // 19: order.order.WebCreateOne:output_type -> order.Response
|
||||
1, // 20: order.order.WebAddressCreate:output_type -> order.Response
|
||||
1, // 21: order.order.WebAddressEdit:output_type -> order.Response
|
||||
1, // 22: order.order.WebAddressDel:output_type -> order.Response
|
||||
1, // 23: order.order.WebAddressDef:output_type -> order.Response
|
||||
1, // 24: order.order.WebAddressInfo:output_type -> order.Response
|
||||
1, // 25: order.order.WebAddressItems:output_type -> order.Response
|
||||
1, // 26: order.order.WebCart:output_type -> order.Response
|
||||
1, // 27: order.order.WebCartEdit:output_type -> order.Response
|
||||
1, // 28: order.order.AddressItem:output_type -> order.Response
|
||||
1, // 29: order.order.AddressByStore:output_type -> order.Response
|
||||
1, // 30: order.order.OrderAuditingItems:output_type -> order.Response
|
||||
1, // 31: order.order.OrderAuditing:output_type -> order.Response
|
||||
1, // 32: order.order.OrderCreate:output_type -> order.Response
|
||||
17, // 33: order.order.UpdateOrderDeliverStatus:output_type -> order.UpdateOrderDeliverStatusResponse
|
||||
17, // [17:34] is the sub-list for method output_type
|
||||
0, // [0:17] 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
|
||||
@@ -1220,7 +1335,7 @@ func file_order_order_proto_init() {
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_order_order_proto_rawDesc), len(file_order_order_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 16,
|
||||
NumMessages: 18,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user