Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2023 Changes in this version + type GetOrderDetailLogic struct + func NewGetOrderDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderDetailLogic + func (l *GetOrderDetailLogic) GetOrderDetail(req *types.IDReq) (resp *types.OrderDetailResp, err error) + type GetOrderLogic struct + func NewGetOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderLogic + func (l *GetOrderLogic) GetOrder(req *types.IDReq) (resp *types.OrderInfoResp, err error) + type GetOrderPageLogic struct + func NewGetOrderPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderPageLogic + func (l *GetOrderPageLogic) GetOrderPage(req *types.OrderPageReq) (resp *types.OrderPageResp, err error) + type SubmitPayOrderLogic struct + func NewSubmitPayOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SubmitPayOrderLogic + func (l *SubmitPayOrderLogic) SubmitPayOrder(req *types.OrderSubmitReq) (resp *types.OrderSubmitResp, err error)