|
|
@@ -166,6 +166,81 @@ definitions: |
|
|
|
description: 金额 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.AddTagReq: |
|
|
|
properties: |
|
|
|
is_punish: |
|
|
|
description: 是否为处罚标签(0:否 1:是) |
|
|
|
type: string |
|
|
|
memo: |
|
|
|
description: 备注 |
|
|
|
type: string |
|
|
|
name: |
|
|
|
description: 标签名称 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.BalanceDetailNode: |
|
|
|
properties: |
|
|
|
after_amount: |
|
|
|
description: 变更后余额 |
|
|
|
type: string |
|
|
|
amount: |
|
|
|
description: 变更数量 |
|
|
|
type: string |
|
|
|
before_amount: |
|
|
|
description: 变更前余额 |
|
|
|
type: string |
|
|
|
create_at: |
|
|
|
description: 创建时间 |
|
|
|
type: string |
|
|
|
id: |
|
|
|
description: 记录ID |
|
|
|
type: integer |
|
|
|
kind: |
|
|
|
description: 类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.BasicInfoNode: |
|
|
|
properties: |
|
|
|
avatar: |
|
|
|
description: 头像 |
|
|
|
type: string |
|
|
|
level_name: |
|
|
|
description: 会员等级名称 |
|
|
|
type: string |
|
|
|
memo: |
|
|
|
description: 备注 |
|
|
|
type: string |
|
|
|
nickname: |
|
|
|
description: 用户名称 |
|
|
|
type: string |
|
|
|
parent_name: |
|
|
|
description: 推荐人名称 |
|
|
|
type: string |
|
|
|
parent_phone: |
|
|
|
description: 推荐人手机号 |
|
|
|
type: string |
|
|
|
parent_uid: |
|
|
|
description: 推荐人 |
|
|
|
type: integer |
|
|
|
password: |
|
|
|
description: 登录密码 |
|
|
|
type: string |
|
|
|
phone: |
|
|
|
description: 手机号 |
|
|
|
type: string |
|
|
|
sex: |
|
|
|
description: 性别 |
|
|
|
type: integer |
|
|
|
state: |
|
|
|
description: 账号状态 1正常,2冻结 |
|
|
|
type: integer |
|
|
|
tag_name: |
|
|
|
description: 标签名称 |
|
|
|
type: string |
|
|
|
union_id: |
|
|
|
description: 微信号 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.DailyActivityAnalysisTopData: |
|
|
|
properties: |
|
|
|
activity_count: |
|
|
@@ -213,6 +288,22 @@ definitions: |
|
|
|
example: 团队区域 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.DeleteFreePublishUserReq: |
|
|
|
properties: |
|
|
|
uid: |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.DeleteLevelReq: |
|
|
|
properties: |
|
|
|
level_id: |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.DeleteTagReq: |
|
|
|
properties: |
|
|
|
tag_id: |
|
|
|
description: 标签 ID |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.DestructionSettingStruct: |
|
|
|
properties: |
|
|
|
community_dividends: |
|
|
@@ -384,6 +475,30 @@ definitions: |
|
|
|
description: 位置2,具体值取返回数据中的 system_id |
|
|
|
type: integer |
|
|
|
type: object |
|
|
|
md.FansNode: |
|
|
|
properties: |
|
|
|
amount: |
|
|
|
description: 可提现余额 |
|
|
|
type: string |
|
|
|
id: |
|
|
|
description: 用户ID |
|
|
|
type: integer |
|
|
|
level_total: |
|
|
|
description: 所属代数 |
|
|
|
type: integer |
|
|
|
nickname: |
|
|
|
example: 用户昵称 |
|
|
|
type: string |
|
|
|
phone: |
|
|
|
example: 手机号 |
|
|
|
type: string |
|
|
|
register_at: |
|
|
|
description: 注册时间 |
|
|
|
type: string |
|
|
|
total_income: |
|
|
|
description: 累计收益 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.FindSubUserRelationshipMapResp: |
|
|
|
properties: |
|
|
|
basic_setting: |
|
|
@@ -808,6 +923,15 @@ definitions: |
|
|
|
description: 持有该类型用户数 |
|
|
|
type: integer |
|
|
|
type: object |
|
|
|
md.GetLevelListResp: |
|
|
|
properties: |
|
|
|
list: |
|
|
|
items: |
|
|
|
$ref: '#/definitions/md.LevelListNode' |
|
|
|
type: array |
|
|
|
paginate: |
|
|
|
$ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate' |
|
|
|
type: object |
|
|
|
md.GetPriceCurveResp: |
|
|
|
properties: |
|
|
|
x_data: |
|
|
@@ -844,6 +968,15 @@ definitions: |
|
|
|
description: xx天未活跃,处罚滑落 |
|
|
|
type: integer |
|
|
|
type: object |
|
|
|
md.GetTagListResp: |
|
|
|
properties: |
|
|
|
list: |
|
|
|
items: |
|
|
|
$ref: '#/definitions/md.TagListNode' |
|
|
|
type: array |
|
|
|
paginate: |
|
|
|
$ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate' |
|
|
|
type: object |
|
|
|
md.GetVideoRewardResp: |
|
|
|
properties: |
|
|
|
ecmp: |
|
|
@@ -853,6 +986,30 @@ definitions: |
|
|
|
description: 单价 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.LevelListNode: |
|
|
|
properties: |
|
|
|
count: |
|
|
|
description: 等级人数 |
|
|
|
type: string |
|
|
|
create_at: |
|
|
|
description: 创建时间 |
|
|
|
type: string |
|
|
|
is_use: |
|
|
|
description: 是否开启(0.否, 1.是) |
|
|
|
type: integer |
|
|
|
level_id: |
|
|
|
description: 等级 ID |
|
|
|
type: integer |
|
|
|
level_name: |
|
|
|
description: 等级名称 |
|
|
|
type: string |
|
|
|
level_weight: |
|
|
|
description: 等级权重 |
|
|
|
type: integer |
|
|
|
memo: |
|
|
|
description: 备注 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.ListCommunityDividendsReq: |
|
|
|
properties: |
|
|
|
end_at: |
|
|
@@ -1137,6 +1294,18 @@ definitions: |
|
|
|
description: 奖励系数 |
|
|
|
type: number |
|
|
|
type: object |
|
|
|
md.OtherNode: |
|
|
|
properties: |
|
|
|
create_at: |
|
|
|
description: 注册时间 |
|
|
|
type: string |
|
|
|
last_login_at: |
|
|
|
description: 最近登录时间 |
|
|
|
type: string |
|
|
|
last_login_ip: |
|
|
|
description: 最后登录 IP |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.PlatformRevenueDataNode: |
|
|
|
properties: |
|
|
|
balance_amount: |
|
|
@@ -1463,6 +1632,24 @@ definitions: |
|
|
|
uid: |
|
|
|
type: integer |
|
|
|
type: object |
|
|
|
md.TagListNode: |
|
|
|
properties: |
|
|
|
count: |
|
|
|
description: 标签人数 |
|
|
|
type: string |
|
|
|
create_at: |
|
|
|
description: 创建时间 |
|
|
|
type: string |
|
|
|
memo: |
|
|
|
description: 备注 |
|
|
|
type: string |
|
|
|
name: |
|
|
|
description: 名称 |
|
|
|
type: string |
|
|
|
tag_id: |
|
|
|
description: 标签 ID |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.TeamRewardSettingStruct: |
|
|
|
properties: |
|
|
|
member_self_is_open_get_team_reward: |
|
|
@@ -1552,6 +1739,23 @@ definitions: |
|
|
|
$ref: '#/definitions/md.VipEquitySettingNode' |
|
|
|
type: array |
|
|
|
type: object |
|
|
|
md.UpdateLevelReq: |
|
|
|
properties: |
|
|
|
is_use: |
|
|
|
description: 是否开启(0.否, 1.是) |
|
|
|
type: integer |
|
|
|
level_id: |
|
|
|
type: string |
|
|
|
level_name: |
|
|
|
description: 等级名称 |
|
|
|
type: string |
|
|
|
level_weight: |
|
|
|
description: 等级权重 |
|
|
|
type: integer |
|
|
|
memo: |
|
|
|
description: 备注 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.UpdatePublicPlatoonBasicReq: |
|
|
|
properties: |
|
|
|
is_open: |
|
|
@@ -1576,6 +1780,18 @@ definitions: |
|
|
|
description: xx天未活跃,处罚滑落 |
|
|
|
type: integer |
|
|
|
type: object |
|
|
|
md.UpdateTagReq: |
|
|
|
properties: |
|
|
|
memo: |
|
|
|
description: 备注 |
|
|
|
type: string |
|
|
|
name: |
|
|
|
description: 标签名称 |
|
|
|
type: string |
|
|
|
tag_id: |
|
|
|
description: 标签 ID |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.UserDailyActivityAnalysisReq: |
|
|
|
properties: |
|
|
|
end_date: |
|
|
@@ -1832,35 +2048,72 @@ definitions: |
|
|
|
description: 年份&&周份列表 |
|
|
|
type: object |
|
|
|
type: object |
|
|
|
md.UserManagementGetBalanceDetailResp: |
|
|
|
properties: |
|
|
|
list: |
|
|
|
items: |
|
|
|
$ref: '#/definitions/md.BalanceDetailNode' |
|
|
|
type: array |
|
|
|
paginate: |
|
|
|
$ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate' |
|
|
|
type: object |
|
|
|
md.UserManagementGetFansResp: |
|
|
|
properties: |
|
|
|
list: |
|
|
|
description: 用户数据 |
|
|
|
items: |
|
|
|
$ref: '#/definitions/md.FansNode' |
|
|
|
type: array |
|
|
|
paginate: |
|
|
|
allOf: |
|
|
|
- $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate' |
|
|
|
description: 分页信息 |
|
|
|
type: object |
|
|
|
md.UserManagementGetOneBasicResp: |
|
|
|
properties: |
|
|
|
basic_info: |
|
|
|
allOf: |
|
|
|
- $ref: '#/definitions/md.BasicInfoNode' |
|
|
|
description: 基本信息 |
|
|
|
levels_list: |
|
|
|
description: 等级列表 |
|
|
|
items: |
|
|
|
additionalProperties: true |
|
|
|
type: object |
|
|
|
type: array |
|
|
|
other_info: |
|
|
|
allOf: |
|
|
|
- $ref: '#/definitions/md.OtherNode' |
|
|
|
description: 其他信息 |
|
|
|
tags_list: |
|
|
|
description: 标签列表 |
|
|
|
items: |
|
|
|
additionalProperties: true |
|
|
|
type: object |
|
|
|
type: array |
|
|
|
type: object |
|
|
|
md.UserManagementGetUserListNode: |
|
|
|
properties: |
|
|
|
avatar: |
|
|
|
type: string |
|
|
|
create_at: |
|
|
|
type: string |
|
|
|
custom_invite_code: |
|
|
|
description: 头像 |
|
|
|
type: string |
|
|
|
id: |
|
|
|
description: 会员 ID |
|
|
|
type: integer |
|
|
|
invite_code: |
|
|
|
example: 会员邀请码 |
|
|
|
type: string |
|
|
|
invite_total: |
|
|
|
type: integer |
|
|
|
is_real_name: |
|
|
|
type: integer |
|
|
|
last_login_ip: |
|
|
|
type: string |
|
|
|
level: |
|
|
|
description: 是否实名 0.未实名,1.已实名 |
|
|
|
type: integer |
|
|
|
level_name: |
|
|
|
description: 会员等级 |
|
|
|
type: string |
|
|
|
memo: |
|
|
|
description: 备注 |
|
|
|
type: string |
|
|
|
nickname: |
|
|
|
type: string |
|
|
|
open_id: |
|
|
|
description: 昵称 |
|
|
|
type: string |
|
|
|
parent_id: |
|
|
|
description: 推荐人 ID |
|
|
@@ -1871,32 +2124,15 @@ definitions: |
|
|
|
parent_phone: |
|
|
|
example: 推荐人手机号 |
|
|
|
type: string |
|
|
|
parent_uid: |
|
|
|
type: integer |
|
|
|
passcode: |
|
|
|
type: string |
|
|
|
password: |
|
|
|
type: string |
|
|
|
phone: |
|
|
|
description: 手机号 |
|
|
|
type: string |
|
|
|
register_time: |
|
|
|
description: 注册时间 |
|
|
|
type: string |
|
|
|
register_type: |
|
|
|
type: integer |
|
|
|
sex: |
|
|
|
type: integer |
|
|
|
state: |
|
|
|
type: integer |
|
|
|
system_invite_code: |
|
|
|
type: string |
|
|
|
tag_name: |
|
|
|
description: 会员标签 |
|
|
|
type: string |
|
|
|
union_id: |
|
|
|
type: string |
|
|
|
update_at: |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.UserManagementGetUserListReq: |
|
|
|
properties: |
|
|
@@ -1988,25 +2224,57 @@ definitions: |
|
|
|
type: object |
|
|
|
type: array |
|
|
|
type: object |
|
|
|
md.UserManagementGetVirtualCoinDetailResp: |
|
|
|
properties: |
|
|
|
coin_list: |
|
|
|
items: |
|
|
|
additionalProperties: true |
|
|
|
type: object |
|
|
|
type: array |
|
|
|
list: |
|
|
|
items: |
|
|
|
$ref: '#/definitions/md.VirtualCoinDetailNode' |
|
|
|
type: array |
|
|
|
paginate: |
|
|
|
$ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate' |
|
|
|
type: object |
|
|
|
md.UserManagementUpdateUserInfoReq: |
|
|
|
properties: |
|
|
|
avatar: |
|
|
|
description: 头像 |
|
|
|
type: string |
|
|
|
disable: |
|
|
|
description: 是否禁用用户 |
|
|
|
type: boolean |
|
|
|
last_login_ip: |
|
|
|
description: 用户最后登录 IP |
|
|
|
type: string |
|
|
|
level: |
|
|
|
description: 会员等级 ID |
|
|
|
type: string |
|
|
|
memo: |
|
|
|
example: 备注 |
|
|
|
type: string |
|
|
|
nickname: |
|
|
|
description: 用户名 |
|
|
|
type: string |
|
|
|
parent_uid: |
|
|
|
description: 邀请人 ID |
|
|
|
type: string |
|
|
|
phone: |
|
|
|
description: 手机号 |
|
|
|
type: string |
|
|
|
sex: |
|
|
|
description: 性别(0:未知 1:男 2:女) |
|
|
|
type: string |
|
|
|
state: |
|
|
|
description: 账号状态 1正常,2冻结 |
|
|
|
type: string |
|
|
|
tag: |
|
|
|
description: 用户标签 ID |
|
|
|
type: integer |
|
|
|
type: string |
|
|
|
uid: |
|
|
|
type: integer |
|
|
|
union_id: |
|
|
|
description: 微信号 |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.UserVirtualCoinFlow: |
|
|
|
properties: |
|
|
@@ -2102,6 +2370,24 @@ definitions: |
|
|
|
update_at: |
|
|
|
type: string |
|
|
|
type: object |
|
|
|
md.VirtualCoinDetailNode: |
|
|
|
properties: |
|
|
|
after_amount: |
|
|
|
description: 变更后积分余额 |
|
|
|
type: string |
|
|
|
amount: |
|
|
|
description: 变更数量 |
|
|
|
type: string |
|
|
|
create_at: |
|
|
|
description: 创建时间 |
|
|
|
type: string |
|
|
|
direction: |
|
|
|
description: 类型 1.收入 2.支出 |
|
|
|
type: integer |
|
|
|
uid: |
|
|
|
description: 用户 ID |
|
|
|
type: integer |
|
|
|
type: object |
|
|
|
md.VirtualCoinListNode: |
|
|
|
properties: |
|
|
|
coin_id: |
|
|
@@ -3199,42 +3485,42 @@ paths: |
|
|
|
summary: 制度中心-公排管理-公排基础设置(获取) |
|
|
|
tags: |
|
|
|
- 公排管理 |
|
|
|
/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index: |
|
|
|
post: |
|
|
|
/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete: |
|
|
|
delete: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 免罚用户(查询) |
|
|
|
description: 免罚用户(删除) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 页数和行数必填,uid选填 |
|
|
|
- description: 免罚用户ID |
|
|
|
in: body |
|
|
|
name: req |
|
|
|
required: true |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.GetFreePublishUserReq' |
|
|
|
$ref: '#/definitions/md.DeleteFreePublishUserReq' |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 成功返回 |
|
|
|
description: 删除数据数量 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.GetFreePublishUserResp' |
|
|
|
type: int |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-公排管理-免罚用户(查询) |
|
|
|
summary: 制度中心-公排管理-免罚用户(删除) |
|
|
|
tags: |
|
|
|
- 公排管理 |
|
|
|
/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save: |
|
|
|
/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index: |
|
|
|
post: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 免罚用户(新增) |
|
|
|
description: 免罚用户(查询) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
@@ -3242,6 +3528,37 @@ paths: |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 页数和行数必填,uid选填 |
|
|
|
in: body |
|
|
|
name: req |
|
|
|
required: true |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.GetFreePublishUserReq' |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 成功返回 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.GetFreePublishUserResp' |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-公排管理-免罚用户(查询) |
|
|
|
tags: |
|
|
|
- 公排管理 |
|
|
|
/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save: |
|
|
|
post: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 免罚用户(新增) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 免罚用户ID |
|
|
|
in: body |
|
|
|
name: req |
|
|
|
required: true |
|
|
@@ -3533,6 +3850,316 @@ paths: |
|
|
|
summary: 制度中心-营销应用-新人红包设置(修改) |
|
|
|
tags: |
|
|
|
- 营销应用 |
|
|
|
/api/memberCenter/levelManagement/deleteLevel: |
|
|
|
post: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 等级管理(删除) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 需要删除的等级 ID |
|
|
|
in: body |
|
|
|
name: req |
|
|
|
required: true |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.DeleteLevelReq' |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 成功删除数据数量 |
|
|
|
schema: |
|
|
|
type: int |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-等级管理(删除) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/levelManagement/getLevelList: |
|
|
|
get: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 标签管理(获取) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 每页大小 |
|
|
|
in: query |
|
|
|
name: limit |
|
|
|
required: true |
|
|
|
type: integer |
|
|
|
- description: 页数 |
|
|
|
in: query |
|
|
|
name: page |
|
|
|
required: true |
|
|
|
type: integer |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 具体数据 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.GetLevelListResp' |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-等级管理(获取) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/levelManagement/updateLevel: |
|
|
|
post: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 等级管理(更新) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 需要修改的等级信息 |
|
|
|
in: body |
|
|
|
name: req |
|
|
|
required: true |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.UpdateLevelReq' |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 成功修改数据条数 |
|
|
|
schema: |
|
|
|
type: int |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-等级管理(更新) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/tagManagement/addTag: |
|
|
|
post: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 标签管理(新增) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 新增的标签信息 |
|
|
|
in: body |
|
|
|
name: req |
|
|
|
required: true |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.AddTagReq' |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 新增的标签 ID |
|
|
|
schema: |
|
|
|
type: int |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-标签管理(新增) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/tagManagement/deleteTag: |
|
|
|
post: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 标签管理(删除) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 需要删除的标签 ID |
|
|
|
in: body |
|
|
|
name: req |
|
|
|
required: true |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.DeleteTagReq' |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 成功删除标签用户数 |
|
|
|
schema: |
|
|
|
type: int |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-标签管理(删除) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/tagManagement/getTagList: |
|
|
|
get: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 标签管理(获取) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 每页大小 |
|
|
|
in: query |
|
|
|
name: limit |
|
|
|
required: true |
|
|
|
type: integer |
|
|
|
- description: 页数 |
|
|
|
in: query |
|
|
|
name: page |
|
|
|
required: true |
|
|
|
type: integer |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 具体数据 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.GetTagListResp' |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-标签管理(获取) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/tagManagement/updateTag: |
|
|
|
post: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 标签管理(更新) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 需要修改的标签信息 |
|
|
|
in: body |
|
|
|
name: req |
|
|
|
required: true |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.UpdateTagReq' |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 成功修改数据条数 |
|
|
|
schema: |
|
|
|
type: int |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-标签管理(更新) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/userManagement/balanceDetail: |
|
|
|
get: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 会员明细(余额获取) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 用户 ID |
|
|
|
in: query |
|
|
|
name: uid |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 每页大小 |
|
|
|
in: query |
|
|
|
name: limit |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 页数 |
|
|
|
in: query |
|
|
|
name: page |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 具体数据 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.UserManagementGetBalanceDetailResp' |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-用户管理-会员明细(余额获取) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/userManagement/getFans: |
|
|
|
get: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 会员明细粉丝情况(获取) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 用户 ID |
|
|
|
in: query |
|
|
|
name: uid |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 粉丝类型(1.全部 2.直推 3.二代 4.二代以后) |
|
|
|
in: query |
|
|
|
name: type |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 每页大小 |
|
|
|
in: query |
|
|
|
name: limit |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 页数 |
|
|
|
in: query |
|
|
|
name: page |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 具体数据 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.UserManagementGetFansResp' |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-用户管理-会员明细粉丝情况(获取) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/userManagement/getUserList: |
|
|
|
post: |
|
|
|
consumes: |
|
|
@@ -3561,7 +4188,52 @@ paths: |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-用户信息管理(获取) |
|
|
|
summary: 制度中心-会员中心-用户管理-用户信息管理(获取) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/userManagement/getVirtualCoinDetail: |
|
|
|
get: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 会员明细(积分明细获取) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 用户 ID |
|
|
|
in: query |
|
|
|
name: uid |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 货币 ID |
|
|
|
in: query |
|
|
|
name: coinId |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 每页大小 |
|
|
|
in: query |
|
|
|
name: limit |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 页数 |
|
|
|
in: query |
|
|
|
name: page |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 具体数据 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.UserManagementGetVirtualCoinDetailResp' |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-用户管理-会员明细(积分明细获取) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/userManagement/updateUserInfo: |
|
|
@@ -3592,7 +4264,37 @@ paths: |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-用户信息管理(更新) |
|
|
|
summary: 制度中心-会员中心-用户管理-用户信息管理(更新) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
/api/memberCenter/userManagement/userData: |
|
|
|
get: |
|
|
|
consumes: |
|
|
|
- application/json |
|
|
|
description: 会员明细概况(获取) |
|
|
|
parameters: |
|
|
|
- description: 验证参数Bearer和token空格拼接 |
|
|
|
in: header |
|
|
|
name: Authorization |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
- description: 用户 ID |
|
|
|
in: query |
|
|
|
name: uid |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
produces: |
|
|
|
- application/json |
|
|
|
responses: |
|
|
|
"200": |
|
|
|
description: 会员明细概况具体数据 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.UserManagementGetOneBasicResp' |
|
|
|
"400": |
|
|
|
description: 具体错误 |
|
|
|
schema: |
|
|
|
$ref: '#/definitions/md.Response' |
|
|
|
summary: 制度中心-会员中心-用户管理-会员明细概况(获取) |
|
|
|
tags: |
|
|
|
- 会员中心 |
|
|
|
securityDefinitions: |
|
|
|