orderservicelogic

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrderAddLogic

type OrderAddLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

OrderAddLogic

Author: LiuFeiHua Date: 2023/12/13 9:29

func NewOrderAddLogic

func NewOrderAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderAddLogic

func (*OrderAddLogic) OrderAdd

OrderAdd 创建订单 1.插入order表 2.插入order_item表 2.删除cart_item表(删除购物车中的下单商品)

type OrderCancelLogic

type OrderCancelLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

OrderCancelLogic

Author: LiuFeiHua Date: 2023/12/7 9:37

func NewOrderCancelLogic

func NewOrderCancelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderCancelLogic

func (*OrderCancelLogic) OrderCancel

OrderCancel 取消订单(只有在未付款的时候可以取消订单,其它状态只能申请退货或者售后,所以这里取消订单不涉及退款)

type OrderConfirmLogic

type OrderConfirmLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

OrderConfirmLogic

Author: LiuFeiHua Date: 2023/12/7 9:37

func NewOrderConfirmLogic

func NewOrderConfirmLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderConfirmLogic

func (*OrderConfirmLogic) OrderConfirm

OrderConfirm 确认收货

type OrderDeleteByIdLogic

type OrderDeleteByIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewOrderDeleteByIdLogic

func NewOrderDeleteByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderDeleteByIdLogic

func (*OrderDeleteByIdLogic) OrderDeleteById

type OrderDeleteLogic

type OrderDeleteLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewOrderDeleteLogic

func NewOrderDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderDeleteLogic

func (*OrderDeleteLogic) OrderDelete

type OrderListByMemberIdLogic

type OrderListByMemberIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewOrderListByMemberIdLogic

func NewOrderListByMemberIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderListByMemberIdLogic

func (*OrderListByMemberIdLogic) OrderListByMemberId

type OrderListLogic

type OrderListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewOrderListLogic

func NewOrderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderListLogic

func (*OrderListLogic) OrderList

type OrderRefundLogic

type OrderRefundLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewOrderRefundLogic

func NewOrderRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderRefundLogic

func (*OrderRefundLogic) OrderRefund

type OrderUpdateLogic

type OrderUpdateLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewOrderUpdateLogic

func NewOrderUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderUpdateLogic

func (*OrderUpdateLogic) OrderUpdate

OrderUpdate 更新订单

type QueryOrderListLogic

type QueryOrderListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

QueryOrderListLogic

Author: LiuFeiHua Date: 2023/12/7 15:09

func NewQueryOrderListLogic

func NewQueryOrderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryOrderListLogic

func (*QueryOrderListLogic) QueryOrderList

QueryOrderList app端查询会员的订单列表信息

type UpdateOrderStatusByOutTradeNoLogic

type UpdateOrderStatusByOutTradeNoLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

UpdateOrderStatusByOutTradeNoLogic

Author: LiuFeiHua Date: 2023/12/14 17:10

func NewUpdateOrderStatusByOutTradeNoLogic

func NewUpdateOrderStatusByOutTradeNoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateOrderStatusByOutTradeNoLogic

func (*UpdateOrderStatusByOutTradeNoLogic) UpdateOrderStatusByOutTradeNo

UpdateOrderStatusByOutTradeNo 更新订单状态

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL