Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddFlashPromotionLogLogic ¶ added in v0.0.2
AddFlashPromotionLogLogic 添加限时购通知记录
Author: LiuFeiHua Date: 2024/6/12 17:38
func NewAddFlashPromotionLogLogic ¶ added in v0.0.2
func NewAddFlashPromotionLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddFlashPromotionLogLogic
func (*AddFlashPromotionLogLogic) AddFlashPromotionLog ¶ added in v0.0.2
func (l *AddFlashPromotionLogLogic) AddFlashPromotionLog(in *smsclient.AddFlashPromotionLogReq) (*smsclient.AddFlashPromotionLogResp, error)
AddFlashPromotionLog 添加限时购通知记录
type DeleteFlashPromotionLogLogic ¶ added in v0.0.2
DeleteFlashPromotionLogLogic 删除限时购通知记录
Author: LiuFeiHua Date: 2024/6/12 17:39
func NewDeleteFlashPromotionLogLogic ¶ added in v0.0.2
func NewDeleteFlashPromotionLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteFlashPromotionLogLogic
func (*DeleteFlashPromotionLogLogic) DeleteFlashPromotionLog ¶ added in v0.0.2
func (l *DeleteFlashPromotionLogLogic) DeleteFlashPromotionLog(in *smsclient.DeleteFlashPromotionLogReq) (*smsclient.DeleteFlashPromotionLogResp, error)
DeleteFlashPromotionLog 删除限时购通知记录
type QueryFlashPromotionLogDetailLogic ¶ added in v0.0.2
type QueryFlashPromotionLogDetailLogic struct { logx.Logger // contains filtered or unexported fields }
QueryFlashPromotionLogDetailLogic 查询限时购通知记录详情
Author: LiuFeiHua Date: 2025/01/23 16:18:56
func NewQueryFlashPromotionLogDetailLogic ¶ added in v0.0.2
func NewQueryFlashPromotionLogDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryFlashPromotionLogDetailLogic
func (*QueryFlashPromotionLogDetailLogic) QueryFlashPromotionLogDetail ¶ added in v0.0.2
func (l *QueryFlashPromotionLogDetailLogic) QueryFlashPromotionLogDetail(in *smsclient.QueryFlashPromotionLogDetailReq) (*smsclient.QueryFlashPromotionLogDetailResp, error)
QueryFlashPromotionLogDetail 查询限时购通知记录详情
type QueryFlashPromotionLogListLogic ¶ added in v0.0.2
type QueryFlashPromotionLogListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryFlashPromotionLogListLogic 查询限时购通知记录列表
Author: LiuFeiHua Date: 2024/6/12 17:39
func NewQueryFlashPromotionLogListLogic ¶ added in v0.0.2
func NewQueryFlashPromotionLogListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryFlashPromotionLogListLogic
func (*QueryFlashPromotionLogListLogic) QueryFlashPromotionLogList ¶ added in v0.0.2
func (l *QueryFlashPromotionLogListLogic) QueryFlashPromotionLogList(in *smsclient.QueryFlashPromotionLogListReq) (*smsclient.QueryFlashPromotionLogListResp, error)
QueryFlashPromotionLogList 查询限时购通知记录列表
Click to show internal directories.
Click to hide internal directories.