Documentation
¶
Index ¶
- type ManageRelationsCancelReq
- type ManageRelationsCancelRes
- type ManageRelationsPageReq
- type ManageRelationsPageRes
- type ManageRewardApplyApproveReq
- type ManageRewardApplyApproveRes
- type ManageRewardApplyPageReq
- type ManageRewardApplyPageRes
- type ManageRewardApplyRejectReq
- type ManageRewardApplyRejectRes
- type ManageRewardsCancelReq
- type ManageRewardsCancelRes
- type ManageRewardsPageReq
- type ManageRewardsPageRes
- type ProfileReq
- type ProfileRes
- type RelationsPageReq
- type RelationsPageRes
- type RewardApplyPageReq
- type RewardApplyPageRes
- type RewardApplyReq
- type RewardApplyRes
- type RewardsPageReq
- type RewardsPageRes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManageRelationsCancelReq ¶
type ManageRelationsCancelReq struct {
g.Meta `` /* 128-byte string literal not displayed */
model.InviteRelationCancelReq
}
取消邀请关系接口请求参数
type ManageRelationsCancelRes ¶
取消邀请关系接口响应参数
type ManageRelationsPageReq ¶
type ManageRelationsPageReq struct {
g.Meta `` /* 126-byte string literal not displayed */
model.InviteRelationPageReq
}
管理端邀请关系列表接口请求参数
type ManageRelationsPageRes ¶
type ManageRelationsPageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.InviteRelationPageRes
}
管理端邀请关系列表接口响应参数
type ManageRewardApplyApproveReq ¶
type ManageRewardApplyApproveReq struct {
g.Meta `` /* 150-byte string literal not displayed */
model.InviteRewardApplyAuditReq
}
邀请收益入账申请审核通过接口请求参数
type ManageRewardApplyApproveRes ¶
邀请收益入账申请审核通过接口响应参数
type ManageRewardApplyPageReq ¶
type ManageRewardApplyPageReq struct {
g.Meta `` /* 141-byte string literal not displayed */
model.InviteRewardApplyPageReq
}
管理端邀请收益入账申请列表接口请求参数
type ManageRewardApplyPageRes ¶
type ManageRewardApplyPageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.InviteRewardApplyPageRes
}
管理端邀请收益入账申请列表接口响应参数
type ManageRewardApplyRejectReq ¶
type ManageRewardApplyRejectReq struct {
g.Meta `` /* 149-byte string literal not displayed */
model.InviteRewardApplyAuditReq
}
邀请收益入账申请审核驳回接口请求参数
type ManageRewardApplyRejectRes ¶
邀请收益入账申请审核驳回接口响应参数
type ManageRewardsCancelReq ¶
type ManageRewardsCancelReq struct {
g.Meta `` /* 126-byte string literal not displayed */
model.InviteRewardsCancelReq
}
作废邀请收益接口请求参数
type ManageRewardsCancelRes ¶
作废邀请收益接口响应参数
type ManageRewardsPageReq ¶
type ManageRewardsPageReq struct {
g.Meta `path:"/manage/rewards/page" method:"post" auth:"true" role:"reseller,admin" tags:"invite" summary:"邀请收益列表接口"`
model.InviteRewardPageReq
}
管理端邀请收益列表接口请求参数
type ManageRewardsPageRes ¶
type ManageRewardsPageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.InviteRewardPageRes
}
管理端邀请收益列表接口响应参数
type ProfileReq ¶
type ProfileReq struct {
g.Meta `path:"/profile" method:"get" auth:"true" role:"user" tags:"invite" summary:"我的邀请信息接口"`
}
我的邀请信息接口请求参数
type ProfileRes ¶
type ProfileRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.InviteProfileRes
}
我的邀请信息接口响应参数
type RelationsPageReq ¶
type RelationsPageReq struct {
g.Meta `path:"/relations/page" method:"post" auth:"true" role:"user" tags:"invite" summary:"我的邀请记录分页接口"`
model.InviteRelationPageReq
}
我的邀请记录分页接口请求参数
type RelationsPageRes ¶
type RelationsPageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.InviteRelationPageRes
}
我的邀请记录分页接口响应参数
type RewardApplyPageReq ¶
type RewardApplyPageReq struct {
g.Meta `` /* 130-byte string literal not displayed */
model.InviteRewardApplyPageReq
}
我的邀请收益入账申请分页接口请求参数
type RewardApplyPageRes ¶
type RewardApplyPageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.InviteRewardApplyPageRes
}
我的邀请收益入账申请分页接口响应参数
type RewardApplyReq ¶
type RewardApplyReq struct {
g.Meta `path:"/reward/apply" method:"post" auth:"true" role:"user" tags:"invite" summary:"邀请收益入账申请接口"`
model.InviteRewardApplyReq
}
邀请收益入账申请接口请求参数
type RewardApplyRes ¶
邀请收益入账申请接口响应参数
type RewardsPageReq ¶
type RewardsPageReq struct {
g.Meta `path:"/rewards/page" method:"post" auth:"true" role:"user" tags:"invite" summary:"我的邀请收益分页接口"`
model.InviteRewardPageReq
}
我的邀请收益分页接口请求参数
type RewardsPageRes ¶
type RewardsPageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.InviteRewardPageRes
}
我的邀请收益分页接口响应参数
Click to show internal directories.
Click to hide internal directories.