Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2023 Changes in this version + type NotifyOrderLogic struct + func NewNotifyOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NotifyOrderLogic + func (l *NotifyOrderLogic) NotifyOrder(req *types.NotifyRep) (resp string, err error) + type NotifyRefundLogic struct + func NewNotifyRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NotifyRefundLogic + func (l *NotifyRefundLogic) NotifyRefund(req *types.NotifyRep) (resp string, err error)