Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddMemberBrandAttentionLogic ¶
AddMemberBrandAttentionLogic 添加会员关注品牌
Author: LiuFeiHua Date: 2024/6/11 14:18
func NewAddMemberBrandAttentionLogic ¶
func NewAddMemberBrandAttentionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddMemberBrandAttentionLogic
func (*AddMemberBrandAttentionLogic) AddMemberBrandAttention ¶
func (l *AddMemberBrandAttentionLogic) AddMemberBrandAttention(in *umsclient.AddMemberBrandAttentionReq) (*umsclient.AddMemberBrandAttentionResp, error)
AddMemberBrandAttention 添加会员关注品牌
type DeleteMemberBrandAttentionLogic ¶
type DeleteMemberBrandAttentionLogic struct { logx.Logger // contains filtered or unexported fields }
DeleteMemberBrandAttentionLogic 取消品牌关注/清空当前用户品牌关注列表
Author: LiuFeiHua Date: 2024/6/11 14:19
func NewDeleteMemberBrandAttentionLogic ¶
func NewDeleteMemberBrandAttentionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMemberBrandAttentionLogic
func (*DeleteMemberBrandAttentionLogic) DeleteMemberBrandAttention ¶
func (l *DeleteMemberBrandAttentionLogic) DeleteMemberBrandAttention(in *umsclient.DeleteMemberBrandAttentionReq) (*umsclient.DeleteMemberBrandAttentionResp, error)
DeleteMemberBrandAttention 取消品牌关注/清空当前用户品牌关注列表
type QueryMemberBrandAttentionDetailLogic ¶
type QueryMemberBrandAttentionDetailLogic struct { logx.Logger // contains filtered or unexported fields }
func NewQueryMemberBrandAttentionDetailLogic ¶
func NewQueryMemberBrandAttentionDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryMemberBrandAttentionDetailLogic
func (*QueryMemberBrandAttentionDetailLogic) QueryMemberBrandAttentionDetail ¶
func (l *QueryMemberBrandAttentionDetailLogic) QueryMemberBrandAttentionDetail(in *umsclient.QueryMemberBrandAttentionDetailReq) (*umsclient.QueryMemberBrandAttentionDetailResp, error)
查询会员关注品牌详情
type QueryMemberBrandAttentionListLogic ¶
type QueryMemberBrandAttentionListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryMemberBrandAttentionListLogic 查询会员关注品牌列表
Author: LiuFeiHua Date: 2024/6/11 14:20
func NewQueryMemberBrandAttentionListLogic ¶
func NewQueryMemberBrandAttentionListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryMemberBrandAttentionListLogic
func (*QueryMemberBrandAttentionListLogic) QueryMemberBrandAttentionList ¶
func (l *QueryMemberBrandAttentionListLogic) QueryMemberBrandAttentionList(in *umsclient.QueryMemberBrandAttentionListReq) (*umsclient.QueryMemberBrandAttentionListResp, error)
QueryMemberBrandAttentionList 查询会员关注品牌列表
Click to show internal directories.
Click to hide internal directories.