diff --git a/docs/docs.go b/docs/docs.go index f8f2e8d..414971d 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -24,9 +24,9 @@ const docTemplate = `{ "host": "{{.Host}}", "basePath": "{{.BasePath}}", "paths": { - "/api/advertising/base": { - "get": { - "description": "广告管理-广告设置-信息", + "/api/advertising/del": { + "post": { + "description": "广告管理-广告列表-删除", "consumes": [ "application/json" ], @@ -36,7 +36,7 @@ const docTemplate = `{ "tags": [ "广告管理" ], - "summary": "广告管理-广告设置-信息", + "summary": "广告管理-广告列表-删除", "parameters": [ { "type": "string", @@ -44,13 +44,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AdvertisingDelReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + "type": "string" } }, "400": { @@ -62,9 +71,9 @@ const docTemplate = `{ } } }, - "/api/article/cate/del": { + "/api/advertising/function/del": { "post": { - "description": "分类列表-分类删除", + "description": "广告管理-广告位置列表-删除", "consumes": [ "application/json" ], @@ -72,9 +81,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-分类列表-分类删除", + "summary": "广告管理-广告位置列表-删除", "parameters": [ { "type": "string", @@ -89,7 +98,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ArticleCateDelReq" + "$ref": "#/definitions/md.AdvertisingDelReq" } } ], @@ -109,9 +118,9 @@ const docTemplate = `{ } } }, - "/api/article/cate/list": { + "/api/advertising/function/list": { "post": { - "description": "分类列表", + "description": "广告管理-广告位置列表", "consumes": [ "application/json" ], @@ -119,9 +128,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-分类列表", + "summary": "广告管理-广告位置列表", "parameters": [ { "type": "string", @@ -136,7 +145,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ArticleCateListReq" + "$ref": "#/definitions/md.AdvertisingFunctionListReq" } } ], @@ -144,7 +153,7 @@ const docTemplate = `{ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.ArticleCateListResp" + "$ref": "#/definitions/md.AdvertisingFunctionResp" } }, "400": { @@ -156,9 +165,9 @@ const docTemplate = `{ } } }, - "/api/article/cate/save": { + "/api/advertising/function/save": { "post": { - "description": "分类列表-分类保存", + "description": "广告管理-广告位置列表-保存", "consumes": [ "application/json" ], @@ -166,9 +175,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-分类列表-分类保存", + "summary": "广告管理-广告位置列表-保存", "parameters": [ { "type": "string", @@ -183,7 +192,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ArticleCateSaveReq" + "$ref": "#/definitions/md.AdvertisingFunctionList" } } ], @@ -203,9 +212,9 @@ const docTemplate = `{ } } }, - "/api/article/content/del": { - "post": { - "description": "文章列表-文章删除", + "/api/advertising/getBasic": { + "get": { + "description": "广告管理-基础设置-信息", "consumes": [ "application/json" ], @@ -213,9 +222,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-文章列表-文章删除", + "summary": "广告管理-基础设置-信息", "parameters": [ { "type": "string", @@ -223,22 +232,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "(分页信息必填)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.ArticleDelReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.AdvertisingBaseResp" } }, "400": { @@ -250,9 +250,9 @@ const docTemplate = `{ } } }, - "/api/article/content/list": { - "post": { - "description": "文章列表", + "/api/advertising/getLimit": { + "get": { + "description": "广告管理-广告设置-信息", "consumes": [ "application/json" ], @@ -260,9 +260,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-文章列表", + "summary": "广告管理-广告设置-信息", "parameters": [ { "type": "string", @@ -270,22 +270,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "(分页信息必填)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.ArticleListReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.ArticleListResp" + "$ref": "#/definitions/md.AdvertisingLimit" } }, "400": { @@ -297,9 +288,9 @@ const docTemplate = `{ } } }, - "/api/article/content/save": { + "/api/advertising/list": { "post": { - "description": "文章列表-文章保存", + "description": "广告管理-广告列表", "consumes": [ "application/json" ], @@ -307,9 +298,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-文章列表-文章保存", + "summary": "广告管理-广告列表", "parameters": [ { "type": "string", @@ -324,7 +315,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ArticleSaveReq" + "$ref": "#/definitions/md.AdvertisingListReq" } } ], @@ -332,7 +323,7 @@ const docTemplate = `{ "200": { "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.AdvertisingResp" } }, "400": { @@ -344,9 +335,9 @@ const docTemplate = `{ } } }, - "/api/comm/getOssUrl": { - "get": { - "description": "上传许可链接(获取)", + "/api/advertising/save": { + "post": { + "description": "广告管理-广告列表-保存", "consumes": [ "application/json" ], @@ -354,9 +345,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "对象存储" + "广告管理" ], - "summary": "通用请求-对象存储-上传许可链接(获取)", + "summary": "广告管理-广告列表-保存", "parameters": [ { "type": "string", @@ -364,11 +355,20 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AdvertisingSaveReq" + } } ], "responses": { "200": { - "description": "许可链接", + "description": "具体数据", "schema": { "type": "string" } @@ -382,9 +382,9 @@ const docTemplate = `{ } } }, - "/api/comm/oss/getBasic": { - "get": { - "description": "对象存储设置(获取)", + "/api/advertising/setBasic": { + "post": { + "description": "广告管理-基础设置-信息保存", "consumes": [ "application/json" ], @@ -392,9 +392,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "对象存储" + "广告管理" ], - "summary": "设置中心-对象存储-对象存储设置(获取)", + "summary": "广告管理-基础设置-信息保存", "parameters": [ { "type": "string", @@ -402,13 +402,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AdvertisingBase" + } } ], "responses": { "200": { - "description": "设置列表", + "description": "具体数据", "schema": { - "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp" + "type": "string" } }, "400": { @@ -420,9 +429,9 @@ const docTemplate = `{ } } }, - "/api/comm/oss/setBasic": { + "/api/advertising/setLimit": { "post": { - "description": "对象存储设置(更新)", + "description": "广告管理-广告设置-信息保存", "consumes": [ "application/json" ], @@ -430,9 +439,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "对象存储" + "广告管理" ], - "summary": "设置中心-对象存储-对象存储设置(更新)", + "summary": "广告管理-广告设置-信息保存", "parameters": [ { "type": "string", @@ -442,18 +451,18 @@ const docTemplate = `{ "required": true }, { - "description": "上传需要修改的信息", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq" + "$ref": "#/definitions/md.AdvertisingLimit" } } ], "responses": { "200": { - "description": "success", + "description": "具体数据", "schema": { "type": "string" } @@ -467,9 +476,9 @@ const docTemplate = `{ } } }, - "/api/demo": { + "/api/article/cate/del": { "post": { - "description": "Demo样例测试", + "description": "分类列表-分类删除", "consumes": [ "application/json" ], @@ -477,24 +486,32 @@ const docTemplate = `{ "application/json" ], "tags": [ - "Demo" + "文章资讯" ], - "summary": "Demo测试", + "summary": "文章资讯-分类列表-分类删除", "parameters": [ { - "description": "用户名密码", + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, - "schema": {} + "schema": { + "$ref": "#/definitions/md.ArticleCateDelReq" + } } ], "responses": { "200": { - "description": "token", + "description": "具体数据", "schema": { - "type": "object", - "additionalProperties": true + "type": "string" } }, "400": { @@ -506,9 +523,9 @@ const docTemplate = `{ } } }, - "/api/financialCenter/withdraw/applyList": { + "/api/article/cate/list": { "post": { - "description": "提现申请列表(获取)", + "description": "分类列表", "consumes": [ "application/json" ], @@ -516,9 +533,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "提现" + "文章资讯" ], - "summary": "财务中心-提现-提现申请列表(获取)", + "summary": "文章资讯-分类列表", "parameters": [ { "type": "string", @@ -528,11 +545,12 @@ const docTemplate = `{ "required": true }, { - "description": "筛选条件", + "description": "(分页信息必填)", "name": "req", "in": "body", + "required": true, "schema": { - "$ref": "#/definitions/md.GetWithdrawApplyListReq" + "$ref": "#/definitions/md.ArticleCateListReq" } } ], @@ -540,7 +558,7 @@ const docTemplate = `{ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetWithdrawApplyListResp" + "$ref": "#/definitions/md.ArticleCateListResp" } }, "400": { @@ -552,9 +570,9 @@ const docTemplate = `{ } } }, - "/api/financialCenter/withdraw/setting": { - "get": { - "description": "基础设置(获取)", + "/api/article/cate/save": { + "post": { + "description": "分类列表-分类保存", "consumes": [ "application/json" ], @@ -562,9 +580,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "提现" + "文章资讯" ], - "summary": "财务中心-提现-基础设置(获取)", + "summary": "文章资讯-分类列表-分类保存", "parameters": [ { "type": "string", @@ -572,13 +590,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.ArticleCateSaveReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetWithdrawSettingResp" + "type": "string" } }, "400": { @@ -590,9 +617,9 @@ const docTemplate = `{ } } }, - "/api/financialCenter/withdraw/updateWithdrawSetting": { + "/api/article/content/del": { "post": { - "description": "基础设置(更新)", + "description": "文章列表-文章删除", "consumes": [ "application/json" ], @@ -600,9 +627,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "提现" + "文章资讯" ], - "summary": "财务中心-提现-基础设置(更新)", + "summary": "文章资讯-文章列表-文章删除", "parameters": [ { "type": "string", @@ -612,20 +639,20 @@ const docTemplate = `{ "required": true }, { - "description": "id 必填", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateWithdrawSettingReq" + "$ref": "#/definitions/md.ArticleDelReq" } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "具体数据", "schema": { - "type": "int" + "type": "string" } }, "400": { @@ -637,9 +664,9 @@ const docTemplate = `{ } } }, - "/api/im/addCustomerService": { + "/api/article/content/list": { "post": { - "description": "客服(新增)", + "description": "文章列表", "consumes": [ "application/json" ], @@ -647,9 +674,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "客服" + "文章资讯" ], - "summary": "Im-客服(新增)", + "summary": "文章资讯-文章列表", "parameters": [ { "type": "string", @@ -659,20 +686,20 @@ const docTemplate = `{ "required": true }, { - "description": "相关参数", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddCustomerServiceReq" + "$ref": "#/definitions/md.ArticleListReq" } } ], "responses": { "200": { - "description": "success", + "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.ArticleListResp" } }, "400": { @@ -684,9 +711,9 @@ const docTemplate = `{ } } }, - "/api/im/addEmoticon": { + "/api/article/content/save": { "post": { - "description": "表情包(新增)", + "description": "文章列表-文章保存", "consumes": [ "application/json" ], @@ -694,9 +721,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "表情包" + "文章资讯" ], - "summary": "Im-表情包(新增)", + "summary": "文章资讯-文章列表-文章保存", "parameters": [ { "type": "string", @@ -706,18 +733,18 @@ const docTemplate = `{ "required": true }, { - "description": "相关参数", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddEmoticonReq" + "$ref": "#/definitions/md.ArticleSaveReq" } } ], "responses": { "200": { - "description": "success", + "description": "具体数据", "schema": { "type": "string" } @@ -731,9 +758,9 @@ const docTemplate = `{ } } }, - "/api/im/deleteEmoticon": { - "post": { - "description": "表情包(删除)", + "/api/comm/getOssUrl": { + "get": { + "description": "上传许可链接(获取)", "consumes": [ "application/json" ], @@ -741,9 +768,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "表情包" + "对象存储" ], - "summary": "Im-表情包(删除)", + "summary": "通用请求-对象存储-上传许可链接(获取)", "parameters": [ { "type": "string", @@ -751,20 +778,11 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "相关参数", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.DeleteEmoticonReq" - } } ], "responses": { "200": { - "description": "success", + "description": "许可链接", "schema": { "type": "string" } @@ -778,9 +796,9 @@ const docTemplate = `{ } } }, - "/api/im/getBasic": { - "get": { - "description": "基础设置(获取)", + "/api/demo": { + "post": { + "description": "Demo样例测试", "consumes": [ "application/json" ], @@ -788,23 +806,24 @@ const docTemplate = `{ "application/json" ], "tags": [ - "基础设置" + "Demo" ], - "summary": "Im-基础设置(获取)", + "summary": "Demo测试", "parameters": [ { - "type": "string", - "description": "验证参数Bearer和token空格拼接", - "name": "Authorization", - "in": "header", - "required": true + "description": "用户名密码", + "name": "req", + "in": "body", + "required": true, + "schema": {} } ], "responses": { "200": { - "description": "设置列表", + "description": "token", "schema": { - "$ref": "#/definitions/applet_app_md_im.GetBasicResp" + "type": "object", + "additionalProperties": true } }, "400": { @@ -816,9 +835,9 @@ const docTemplate = `{ } } }, - "/api/im/pageCustomerService": { + "/api/financialCenter/withdraw/applyList": { "post": { - "description": "客服(列表)", + "description": "提现申请列表(获取)", "consumes": [ "application/json" ], @@ -826,9 +845,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "客服" + "提现" ], - "summary": "Im-客服(列表)", + "summary": "财务中心-提现-提现申请列表(获取)", "parameters": [ { "type": "string", @@ -838,20 +857,19 @@ const docTemplate = `{ "required": true }, { - "description": "相关参数", + "description": "筛选条件", "name": "req", "in": "body", - "required": true, "schema": { - "$ref": "#/definitions/md.PageCustomerServiceReq" + "$ref": "#/definitions/md.GetWithdrawApplyListReq" } } ], "responses": { "200": { - "description": "设置列表", + "description": "具体数据", "schema": { - "$ref": "#/definitions/applet_app_md_im.GetBasicResp" + "$ref": "#/definitions/md.GetWithdrawApplyListResp" } }, "400": { @@ -863,9 +881,9 @@ const docTemplate = `{ } } }, - "/api/im/pageEmoticon": { - "post": { - "description": "表情包(列表)", + "/api/financialCenter/withdraw/setting": { + "get": { + "description": "基础设置(获取)", "consumes": [ "application/json" ], @@ -873,9 +891,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "表情包" + "提现" ], - "summary": "Im-表情包(列表)", + "summary": "财务中心-提现-基础设置(获取)", "parameters": [ { "type": "string", @@ -883,22 +901,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "相关参数", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.PageEmoticonReq" - } } ], "responses": { "200": { - "description": "设置列表", + "description": "具体数据", "schema": { - "$ref": "#/definitions/applet_app_md_im.GetBasicResp" + "$ref": "#/definitions/md.GetWithdrawSettingResp" } }, "400": { @@ -910,9 +919,9 @@ const docTemplate = `{ } } }, - "/api/im/pageSendRedPackageOrd": { + "/api/financialCenter/withdraw/updateWithdrawSetting": { "post": { - "description": "红包记录(列表)", + "description": "基础设置(更新)", "consumes": [ "application/json" ], @@ -920,9 +929,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "红包记录" + "提现" ], - "summary": "Im-红包记录(列表)", + "summary": "财务中心-提现-基础设置(更新)", "parameters": [ { "type": "string", @@ -932,20 +941,20 @@ const docTemplate = `{ "required": true }, { - "description": "相关参数", + "description": "id 必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.PageSendRedPackageOrdReq" + "$ref": "#/definitions/md.UpdateWithdrawSettingReq" } } ], "responses": { "200": { - "description": "success", + "description": "修改数据条数", "schema": { - "type": "string" + "type": "int" } }, "400": { @@ -957,9 +966,9 @@ const docTemplate = `{ } } }, - "/api/im/redPackageRecordsDetail": { - "get": { - "description": "红包记录(详情)", + "/api/im/addCustomerService": { + "post": { + "description": "客服(新增)", "consumes": [ "application/json" ], @@ -967,9 +976,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "红包记录" + "客服" ], - "summary": "Im-红包记录(详情)", + "summary": "Im-客服(新增)", "parameters": [ { "type": "string", @@ -979,11 +988,13 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "红包id", - "name": "red_package_id", - "in": "query", - "required": true + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AddCustomerServiceReq" + } } ], "responses": { @@ -1002,9 +1013,9 @@ const docTemplate = `{ } } }, - "/api/im/setBasic": { + "/api/im/addEmoticon": { "post": { - "description": "基础设置(更新)", + "description": "表情包(新增)", "consumes": [ "application/json" ], @@ -1012,9 +1023,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "基础设置" + "表情包" ], - "summary": "Im-基础设置(更新)", + "summary": "Im-表情包(新增)", "parameters": [ { "type": "string", @@ -1024,12 +1035,12 @@ const docTemplate = `{ "required": true }, { - "description": "上传需要修改的信息", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/applet_app_md_im.SetBasicReq" + "$ref": "#/definitions/md.AddEmoticonReq" } } ], @@ -1049,9 +1060,9 @@ const docTemplate = `{ } } }, - "/api/im/setCustomerServiceState": { + "/api/im/batchSendGroupMessage": { "post": { - "description": "客服(更新状态)", + "description": "发送群组消息", "consumes": [ "application/json" ], @@ -1059,9 +1070,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "客服" + "发送群组消息" ], - "summary": "Im-客服(更新状态)", + "summary": "Im-发送群组消息", "parameters": [ { "type": "string", @@ -1076,15 +1087,15 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.SetCustomerServiceStateReq" + "$ref": "#/definitions/md.GroupListReq" } } ], "responses": { "200": { - "description": "success", + "description": "OK", "schema": { - "type": "string" + "$ref": "#/definitions/md.GroupListResp" } }, "400": { @@ -1096,9 +1107,9 @@ const docTemplate = `{ } } }, - "/api/im/setEmoticonState": { + "/api/im/batchSendUserMessage": { "post": { - "description": "表情包(新增)", + "description": "发送用户消息", "consumes": [ "application/json" ], @@ -1106,9 +1117,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "表情包" + "发送用户消息" ], - "summary": "Im-表情包(更新状态)", + "summary": "Im-发送用户消息", "parameters": [ { "type": "string", @@ -1123,15 +1134,15 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.SetEmoticonStateReq" + "$ref": "#/definitions/md.GroupListReq" } } ], "responses": { "200": { - "description": "success", + "description": "OK", "schema": { - "type": "string" + "$ref": "#/definitions/md.GroupListResp" } }, "400": { @@ -1143,9 +1154,9 @@ const docTemplate = `{ } } }, - "/api/im/updateCustomerServiceMemo": { + "/api/im/deleteEmoticon": { "post": { - "description": "客服(编辑备注)", + "description": "表情包(删除)", "consumes": [ "application/json" ], @@ -1153,9 +1164,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "客服" + "表情包" ], - "summary": "Im-客服(编辑备注)", + "summary": "Im-表情包(删除)", "parameters": [ { "type": "string", @@ -1170,7 +1181,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq" + "$ref": "#/definitions/md.DeleteEmoticonReq" } } ], @@ -1190,9 +1201,9 @@ const docTemplate = `{ } } }, - "/api/im/updateEmoticon": { - "post": { - "description": "表情包(编辑)", + "/api/im/getBasic": { + "get": { + "description": "基础设置(获取)", "consumes": [ "application/json" ], @@ -1200,9 +1211,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "表情包" + "基础设置" ], - "summary": "Im-表情包(编辑)", + "summary": "Im-基础设置(获取)", "parameters": [ { "type": "string", @@ -1210,22 +1221,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "相关参数", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.UpdateEmoticonReq" - } } ], "responses": { "200": { - "description": "success", + "description": "设置列表", "schema": { - "type": "string" + "$ref": "#/definitions/applet_app_md_im.GetBasicResp" } }, "400": { @@ -1237,9 +1239,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/addVipSetting": { + "/api/im/groupList": { "post": { - "description": "会员设置(新增)", + "description": "群组(列表)", "consumes": [ "application/json" ], @@ -1247,9 +1249,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "群组" ], - "summary": "制度中心-蛋蛋能量-会员设置(新增)", + "summary": "Im-群组(列表)", "parameters": [ { "type": "string", @@ -1259,20 +1261,20 @@ const docTemplate = `{ "required": true }, { - "description": "system_id 必填", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq" + "$ref": "#/definitions/md.GroupListReq" } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "OK", "schema": { - "type": "int" + "$ref": "#/definitions/md.GroupListResp" } }, "400": { @@ -1284,9 +1286,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/availableEnergy/list": { + "/api/im/pageCustomerService": { "post": { - "description": "动态数据流水(获取)", + "description": "客服(列表)", "consumes": [ "application/json" ], @@ -1294,9 +1296,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "客服" ], - "summary": "制度中心-动态数据-动态数据流水(获取)", + "summary": "Im-客服(列表)", "parameters": [ { "type": "string", @@ -1306,20 +1308,20 @@ const docTemplate = `{ "required": true }, { - "description": "页数、每页大小必传 起止时间、持有类型选传", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.DynamicDataFlowListReq" + "$ref": "#/definitions/md.PageCustomerServiceReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "设置列表", "schema": { - "$ref": "#/definitions/md.DynamicDataFlowListResp" + "$ref": "#/definitions/applet_app_md_im.GetBasicResp" } }, "400": { @@ -1331,9 +1333,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/contributionValue/basic": { - "get": { - "description": "贡献值-基础设置(获取)", + "/api/im/pageEmoticon": { + "post": { + "description": "表情包(列表)", "consumes": [ "application/json" ], @@ -1341,9 +1343,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "贡献值" + "表情包" ], - "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)", + "summary": "Im-表情包(列表)", "parameters": [ { "type": "string", @@ -1351,13 +1353,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.PageEmoticonReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "设置列表", "schema": { - "$ref": "#/definitions/md.GetContributionValueBasicSettingResp" + "$ref": "#/definitions/applet_app_md_im.GetBasicResp" } }, "400": { @@ -1369,9 +1380,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": { + "/api/im/pageSendRedPackageOrd": { "post": { - "description": "贡献值-基础设置(更新)", + "description": "红包记录(列表)", "consumes": [ "application/json" ], @@ -1379,9 +1390,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "贡献值" + "红包记录" ], - "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)", + "summary": "Im-红包记录(列表)", "parameters": [ { "type": "string", @@ -1391,20 +1402,20 @@ const docTemplate = `{ "required": true }, { - "description": "id 必填", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq" + "$ref": "#/definitions/md.PageSendRedPackageOrdReq" } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "success", "schema": { - "type": "int" + "type": "string" } }, "400": { @@ -1416,9 +1427,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": { - "post": { - "description": "蛋蛋分管理(人工打分)", + "/api/im/redPackageRecordsDetail": { + "get": { + "description": "红包记录(详情)", "consumes": [ "application/json" ], @@ -1426,9 +1437,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "红包记录" ], - "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)", + "summary": "Im-红包记录(详情)", "parameters": [ { "type": "string", @@ -1438,18 +1449,16 @@ const docTemplate = `{ "required": true }, { - "description": "请求参数", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.ManualScoreReq" - } + "type": "string", + "description": "红包id", + "name": "red_package_id", + "in": "query", + "required": true } ], "responses": { "200": { - "description": "成功返回", + "description": "success", "schema": { "type": "string" } @@ -1463,9 +1472,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": { + "/api/im/setBasic": { "post": { - "description": "蛋蛋分管理(着陆页数据分析)", + "description": "基础设置(更新)", "consumes": [ "application/json" ], @@ -1473,9 +1482,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "基础设置" ], - "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)", + "summary": "Im-基础设置(更新)", "parameters": [ { "type": "string", @@ -1485,20 +1494,20 @@ const docTemplate = `{ "required": true }, { - "description": "请求参数", + "description": "上传需要修改的信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.StatisticsEggPointReq" + "$ref": "#/definitions/applet_app_md_im.SetBasicReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "success", "schema": { - "$ref": "#/definitions/md.StatisticsEggPointResp" + "type": "string" } }, "400": { @@ -1510,9 +1519,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": { + "/api/im/setCustomerServiceState": { "post": { - "description": "蛋蛋分管理(用户数据列表)", + "description": "客服(更新状态)", "consumes": [ "application/json" ], @@ -1520,9 +1529,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "客服" ], - "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)", + "summary": "Im-客服(更新状态)", "parameters": [ { "type": "string", @@ -1532,20 +1541,20 @@ const docTemplate = `{ "required": true }, { - "description": "请求参数", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserEggFlowReq" + "$ref": "#/definitions/md.SetCustomerServiceStateReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "success", "schema": { - "$ref": "#/definitions/md.UserEggFlowReqResp" + "type": "string" } }, "400": { @@ -1557,9 +1566,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/getBasic": { - "get": { - "description": "基础设置(获取)", + "/api/im/setEmoticonState": { + "post": { + "description": "表情包(新增)", "consumes": [ "application/json" ], @@ -1567,9 +1576,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "表情包" ], - "summary": "制度中心-蛋蛋能量-基础设置(获取)", + "summary": "Im-表情包(更新状态)", "parameters": [ { "type": "string", @@ -1577,13 +1586,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.SetEmoticonStateReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "success", "schema": { - "$ref": "#/definitions/md.GetEggEnergyBasicResp" + "type": "string" } }, "400": { @@ -1595,9 +1613,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/getVipSetting": { - "get": { - "description": "基础会员设置(获取)", + "/api/im/updateCustomerServiceMemo": { + "post": { + "description": "客服(编辑备注)", "consumes": [ "application/json" ], @@ -1605,9 +1623,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "客服" ], - "summary": "制度中心-蛋蛋能量-基础会员设置(获取)", + "summary": "Im-客服(编辑备注)", "parameters": [ { "type": "string", @@ -1615,13 +1633,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "success", "schema": { - "$ref": "#/definitions/md.GetEggEnergyVipSettingResp" + "type": "string" } }, "400": { @@ -1633,9 +1660,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/getVirtualCoinList": { - "get": { - "description": "查询所有币种(获取)", + "/api/im/updateEmoticon": { + "post": { + "description": "表情包(编辑)", "consumes": [ "application/json" ], @@ -1643,9 +1670,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "表情包" ], - "summary": "制度中心-蛋蛋能量-查询所有币种(获取)", + "summary": "Im-表情包(编辑)", "parameters": [ { "type": "string", @@ -1653,16 +1680,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateEmoticonReq" + } } ], "responses": { "200": { - "description": "成功返回", + "description": "success", "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/md.VirtualCoin" - } + "type": "string" } }, "400": { @@ -1674,9 +1707,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/globalData/coreDataList": { - "get": { - "description": "数据概览(获取)", + "/api/institutionalManagement/eggEnergy/addVipSetting": { + "post": { + "description": "会员设置(新增)", "consumes": [ "application/json" ], @@ -1686,7 +1719,7 @@ const docTemplate = `{ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-数据概览(获取)", + "summary": "制度中心-蛋蛋能量-会员设置(新增)", "parameters": [ { "type": "string", @@ -1694,13 +1727,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "system_id 必填", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "修改数据条数", "schema": { - "$ref": "#/definitions/md.GetEggCoreDataListResp" + "type": "int" } }, "400": { @@ -1712,9 +1754,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": { + "/api/institutionalManagement/eggEnergy/availableEnergy/list": { "post": { - "description": "价值明细数据(新增)", + "description": "动态数据流水(获取)", "consumes": [ "application/json" ], @@ -1722,9 +1764,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "公排管理" ], - "summary": "制度中心-蛋蛋能量-价值明细数据(新增)", + "summary": "制度中心-动态数据-动态数据流水(获取)", "parameters": [ { "type": "string", @@ -1734,20 +1776,20 @@ const docTemplate = `{ "required": true }, { - "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填", + "description": "页数、每页大小必传 起止时间、持有类型选传", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddFundDataReq" + "$ref": "#/definitions/md.DynamicDataFlowListReq" } } ], "responses": { "200": { - "description": "插入数据 id", + "description": "成功返回", "schema": { - "type": "int" + "$ref": "#/definitions/md.DynamicDataFlowListResp" } }, "400": { @@ -1759,9 +1801,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/globalData/fundDataList": { - "post": { - "description": "新增数据列表(获取)", + "/api/institutionalManagement/eggEnergy/contributionValue/basic": { + "get": { + "description": "贡献值-基础设置(获取)", "consumes": [ "application/json" ], @@ -1769,9 +1811,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "贡献值" ], - "summary": "制度中心-蛋蛋能量-新增数据列表(获取)", + "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)", "parameters": [ { "type": "string", @@ -1779,22 +1821,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "分页信息必填", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.GetFundDataListReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetFundDataListResp" + "$ref": "#/definitions/md.GetContributionValueBasicSettingResp" } }, "400": { @@ -1806,9 +1839,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": { + "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": { "post": { - "description": "新增数据列表详情(查询)", + "description": "贡献值-基础设置(更新)", "consumes": [ "application/json" ], @@ -1816,9 +1849,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "蛋蛋能量" + "贡献值" ], - "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)", + "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)", "parameters": [ { "type": "string", @@ -1828,20 +1861,20 @@ const docTemplate = `{ "required": true }, { - "description": "获取到的 system_id 以及分页信息", + "description": "id 必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.GetFundDataRecordListReq" + "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "修改数据条数", "schema": { - "$ref": "#/definitions/md.GetFundDataRecordListResp" + "type": "int" } }, "400": { @@ -1853,9 +1886,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": { - "get": { - "description": "价格趋势(获取)", + "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": { + "post": { + "description": "蛋蛋分管理(人工打分)", "consumes": [ "application/json" ], @@ -1865,7 +1898,7 @@ const docTemplate = `{ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-价格趋势(获取)", + "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)", "parameters": [ { "type": "string", @@ -1875,17 +1908,20 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "1:按天 2:按小时 3:按周", - "name": "kind", - "in": "query" + "description": "请求参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.ManualScoreReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.GetPriceCurveResp" + "type": "string" } }, "400": { @@ -1897,9 +1933,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": { + "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": { "post": { - "description": "激励视频(获取)", + "description": "蛋蛋分管理(着陆页数据分析)", "consumes": [ "application/json" ], @@ -1909,7 +1945,7 @@ const docTemplate = `{ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)", + "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)", "parameters": [ { "type": "string", @@ -1919,20 +1955,20 @@ const docTemplate = `{ "required": true }, { - "description": "落地页不填页大小默认20条数据", + "description": "请求参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.SetVideoRewardReq" + "$ref": "#/definitions/md.StatisticsEggPointReq" } } ], "responses": { "200": { - "description": "OK", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.GetVideoRewardResp" + "$ref": "#/definitions/md.StatisticsEggPointResp" } }, "400": { @@ -1944,9 +1980,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": { + "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": { "post": { - "description": "其他广告设置数据(新增)", + "description": "蛋蛋分管理(用户数据列表)", "consumes": [ "application/json" ], @@ -1956,7 +1992,7 @@ const docTemplate = `{ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)", + "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)", "parameters": [ { "type": "string", @@ -1966,20 +2002,20 @@ const docTemplate = `{ "required": true }, { - "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填", + "description": "请求参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddPlatformRevenueReq" + "$ref": "#/definitions/md.UserEggFlowReq" } } ], "responses": { "200": { - "description": "插入数据 id", + "description": "成功返回", "schema": { - "type": "int" + "$ref": "#/definitions/md.UserEggFlowReqResp" } }, "400": { @@ -1991,9 +2027,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": { - "post": { - "description": "其他广告设置数据(获取)", + "/api/institutionalManagement/eggEnergy/getBasic": { + "get": { + "description": "基础设置(获取)", "consumes": [ "application/json" ], @@ -2003,7 +2039,7 @@ const docTemplate = `{ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)", + "summary": "制度中心-蛋蛋能量-基础设置(获取)", "parameters": [ { "type": "string", @@ -2011,22 +2047,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "分页信息必填", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.ListPlatformRevenueReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.ListPlatformRevenueResp" + "$ref": "#/definitions/md.GetEggEnergyBasicResp" } }, "400": { @@ -2038,9 +2065,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": { - "post": { - "description": "激励视频(设置)", + "/api/institutionalManagement/eggEnergy/getVipSetting": { + "get": { + "description": "基础会员设置(获取)", "consumes": [ "application/json" ], @@ -2050,7 +2077,7 @@ const docTemplate = `{ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)", + "summary": "制度中心-蛋蛋能量-基础会员设置(获取)", "parameters": [ { "type": "string", @@ -2058,22 +2085,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "落地页不填页大小默认20条数据", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.SetVideoRewardReq" - } } ], "responses": { "200": { - "description": "success", + "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.GetEggEnergyVipSettingResp" } }, "400": { @@ -2085,9 +2103,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/updateBasic": { - "post": { - "description": "基础设置(更新)", + "/api/institutionalManagement/eggEnergy/getVirtualCoinList": { + "get": { + "description": "查询所有币种(获取)", "consumes": [ "application/json" ], @@ -2097,7 +2115,7 @@ const docTemplate = `{ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-基础设置(更新)", + "summary": "制度中心-蛋蛋能量-查询所有币种(获取)", "parameters": [ { "type": "string", @@ -2105,22 +2123,16 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "system_id 必填", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.UpdateEggEnergyBasicReq" - } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "成功返回", "schema": { - "type": "int" + "type": "array", + "items": { + "$ref": "#/definitions/md.VirtualCoin" + } } }, "400": { @@ -2132,9 +2144,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/updateVipSetting": { - "post": { - "description": "会员设置(更新)", + "/api/institutionalManagement/eggEnergy/globalData/coreDataList": { + "get": { + "description": "数据概览(获取)", "consumes": [ "application/json" ], @@ -2144,7 +2156,7 @@ const docTemplate = `{ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-会员设置(更新)", + "summary": "制度中心-蛋蛋能量-数据概览(获取)", "parameters": [ { "type": "string", @@ -2152,22 +2164,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq" - } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.GetEggCoreDataListResp" } }, "400": { @@ -2179,9 +2182,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": { + "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": { "post": { - "description": "蛋蛋能量流水(查询)", + "description": "价值明细数据(新增)", "consumes": [ "application/json" ], @@ -2189,9 +2192,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)", + "summary": "制度中心-蛋蛋能量-价值明细数据(新增)", "parameters": [ { "type": "string", @@ -2201,20 +2204,20 @@ const docTemplate = `{ "required": true }, { - "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小", + "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq" + "$ref": "#/definitions/md.AddFundDataReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "插入数据 id", "schema": { - "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp" + "type": "int" } }, "400": { @@ -2226,9 +2229,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": { + "/api/institutionalManagement/eggEnergy/globalData/fundDataList": { "post": { - "description": "蛋蛋能量明细(获取)", + "description": "新增数据列表(获取)", "consumes": [ "application/json" ], @@ -2236,9 +2239,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)", + "summary": "制度中心-蛋蛋能量-新增数据列表(获取)", "parameters": [ { "type": "string", @@ -2248,19 +2251,20 @@ const docTemplate = `{ "required": true }, { - "description": "落地页不填页大小默认20条数据", + "description": "分页信息必填", "name": "req", "in": "body", + "required": true, "schema": { - "$ref": "#/definitions/md.GetActivePointsUserCoinListReq" + "$ref": "#/definitions/md.GetFundDataListReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetActivePointsUserCoinListResp" + "$ref": "#/definitions/md.GetFundDataListResp" } }, "400": { @@ -2272,9 +2276,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": { + "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": { "post": { - "description": "蛋蛋积分持有者明细(获取)", + "description": "新增数据列表详情(查询)", "consumes": [ "application/json" ], @@ -2282,9 +2286,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)", + "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)", "parameters": [ { "type": "string", @@ -2294,19 +2298,20 @@ const docTemplate = `{ "required": true }, { - "description": "落地页不填页大小默认20条数据", + "description": "获取到的 system_id 以及分页信息", "name": "req", "in": "body", + "required": true, "schema": { - "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq" + "$ref": "#/definitions/md.GetFundDataRecordListReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp" + "$ref": "#/definitions/md.GetFundDataRecordListResp" } }, "400": { @@ -2318,9 +2323,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": { - "post": { - "description": "蛋蛋积分流水明细(查询)", + "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": { + "get": { + "description": "价格趋势(获取)", "consumes": [ "application/json" ], @@ -2328,9 +2333,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)", + "summary": "制度中心-蛋蛋能量-价格趋势(获取)", "parameters": [ { "type": "string", @@ -2340,20 +2345,17 @@ const docTemplate = `{ "required": true }, { - "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq" - } + "type": "string", + "description": "1:按天 2:按小时 3:按周", + "name": "kind", + "in": "query" } ], "responses": { "200": { - "description": "成功返回", + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp" + "$ref": "#/definitions/md.GetPriceCurveResp" } }, "400": { @@ -2365,9 +2367,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/moduleSetting/getModuleSetting": { - "get": { - "description": "个性化设置(获取)", + "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": { + "post": { + "description": "激励视频(获取)", "consumes": [ "application/json" ], @@ -2375,9 +2377,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "模块设置" + "蛋蛋能量" ], - "summary": "制度中心-模块设置-个性化设置(获取)", + "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)", "parameters": [ { "type": "string", @@ -2387,18 +2389,20 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "模块类型值", - "name": "mod_name_value", - "in": "query", - "required": true + "description": "落地页不填页大小默认20条数据", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.SetVideoRewardReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "OK", "schema": { - "$ref": "#/definitions/md.ModuleSettingGetResp" + "$ref": "#/definitions/md.GetVideoRewardResp" } }, "400": { @@ -2410,9 +2414,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/moduleSetting/updateModuleSetting": { + "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": { "post": { - "description": "个性化设置(更新)", + "description": "其他广告设置数据(新增)", "consumes": [ "application/json" ], @@ -2420,9 +2424,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "模块设置" + "蛋蛋能量" ], - "summary": "制度中心-模块设置-个性化设置(更新)", + "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)", "parameters": [ { "type": "string", @@ -2432,18 +2436,18 @@ const docTemplate = `{ "required": true }, { - "description": "模块类型值必填", + "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ModuleSettingUpdateReq" + "$ref": "#/definitions/md.AddPlatformRevenueReq" } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "插入数据 id", "schema": { "type": "int" } @@ -2457,9 +2461,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": { + "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": { "post": { - "description": "社区分红(新增)", + "description": "其他广告设置数据(获取)", "consumes": [ "application/json" ], @@ -2467,9 +2471,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-公排管理-社区分红(新增)", + "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)", "parameters": [ { "type": "string", @@ -2479,20 +2483,20 @@ const docTemplate = `{ "required": true }, { - "description": "分红名称、分红总量", + "description": "分页信息必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddCommunityDividendsReq" + "$ref": "#/definitions/md.ListPlatformRevenueReq" } } ], "responses": { "200": { - "description": "成功", + "description": "具体数据", "schema": { - "type": "success" + "$ref": "#/definitions/md.ListPlatformRevenueResp" } }, "400": { @@ -2504,9 +2508,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": { + "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": { "post": { - "description": "社区分红(查询)", + "description": "激励视频(设置)", "consumes": [ "application/json" ], @@ -2514,9 +2518,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-公排管理-社区分红(查询)", + "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)", "parameters": [ { "type": "string", @@ -2526,20 +2530,20 @@ const docTemplate = `{ "required": true }, { - "description": "页数、每页大小必填 起止时间、起止数量选填", + "description": "落地页不填页大小默认20条数据", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ListCommunityDividendsReq" + "$ref": "#/definitions/md.SetVideoRewardReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "success", "schema": { - "$ref": "#/definitions/md.ListCommunityDividendsResp" + "type": "string" } }, "400": { @@ -2551,9 +2555,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": { + "/api/institutionalManagement/eggEnergy/updateBasic": { "post": { - "description": "社区长列表(新增)", + "description": "基础设置(更新)", "consumes": [ "application/json" ], @@ -2561,9 +2565,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-公排管理-社区长列表(新增)", + "summary": "制度中心-蛋蛋能量-基础设置(更新)", "parameters": [ { "type": "string", @@ -2573,18 +2577,18 @@ const docTemplate = `{ "required": true }, { - "description": "新增社区长 ID、备注", + "description": "system_id 必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq" + "$ref": "#/definitions/md.UpdateEggEnergyBasicReq" } } ], "responses": { "200": { - "description": "插入数据 ID", + "description": "修改数据条数", "schema": { "type": "int" } @@ -2598,9 +2602,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": { + "/api/institutionalManagement/eggEnergy/updateVipSetting": { "post": { - "description": "社区长列表(查询)", + "description": "会员设置(更新)", "consumes": [ "application/json" ], @@ -2608,9 +2612,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-公排管理-社区长列表(查询)", + "summary": "制度中心-蛋蛋能量-会员设置(更新)", "parameters": [ { "type": "string", @@ -2620,20 +2624,20 @@ const docTemplate = `{ "required": true }, { - "description": "页数、每页大小必填 手机号、用户ID选填", + "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq" + "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq" } } ], "responses": { "200": { - "description": "社区长列表", + "description": "修改数据条数", "schema": { - "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp" + "type": "int" } }, "400": { @@ -2645,9 +2649,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": { + "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": { "post": { - "description": "关系分布图(位置转换)", + "description": "蛋蛋能量流水(查询)", "consumes": [ "application/json" ], @@ -2657,7 +2661,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-关系分布图(位置转换)", + "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)", "parameters": [ { "type": "string", @@ -2667,12 +2671,12 @@ const docTemplate = `{ "required": true }, { - "description": "需要交换的两个位置", + "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ExchangeUserPositionReq" + "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq" } } ], @@ -2680,7 +2684,7 @@ const docTemplate = `{ "200": { "description": "成功返回", "schema": { - "type": "" + "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp" } }, "400": { @@ -2692,9 +2696,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": { - "get": { - "description": "关系分布图(获取指定用户上级)", + "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": { + "post": { + "description": "蛋蛋能量明细(获取)", "consumes": [ "application/json" ], @@ -2704,7 +2708,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)", + "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)", "parameters": [ { "type": "string", @@ -2714,18 +2718,19 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "用户ID", - "name": "uid", - "in": "query", - "required": true + "description": "落地页不填页大小默认20条数据", + "name": "req", + "in": "body", + "schema": { + "$ref": "#/definitions/md.GetActivePointsUserCoinListReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.FindSubUserRelationshipMapResp" + "$ref": "#/definitions/md.GetActivePointsUserCoinListResp" } }, "400": { @@ -2737,9 +2742,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": { - "get": { - "description": "关系分布图(获取指定用户下级)", + "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": { + "post": { + "description": "蛋蛋积分持有者明细(获取)", "consumes": [ "application/json" ], @@ -2749,7 +2754,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)", + "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)", "parameters": [ { "type": "string", @@ -2759,18 +2764,19 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "用户ID", - "name": "uid", - "in": "query", - "required": true + "description": "落地页不填页大小默认20条数据", + "name": "req", + "in": "body", + "schema": { + "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.TreeNode" + "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp" } }, "400": { @@ -2782,9 +2788,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/getBasic": { - "get": { - "description": "公排基础设置(获取)", + "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": { + "post": { + "description": "蛋蛋积分流水明细(查询)", "consumes": [ "application/json" ], @@ -2794,7 +2800,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-公排基础设置(获取)", + "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)", "parameters": [ { "type": "string", @@ -2802,13 +2808,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.GetPublicPlatoonBasicResp" + "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp" } }, "400": { @@ -2820,9 +2835,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": { - "delete": { - "description": "免罚用户(删除)", + "/api/institutionalManagement/moduleSetting/getModuleSetting": { + "get": { + "description": "个性化设置(获取)", "consumes": [ "application/json" ], @@ -2830,9 +2845,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "模块设置" ], - "summary": "制度中心-公排管理-免罚用户(删除)", + "summary": "制度中心-模块设置-个性化设置(获取)", "parameters": [ { "type": "string", @@ -2842,20 +2857,18 @@ const docTemplate = `{ "required": true }, { - "description": "免罚用户ID", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.DeleteFreePublishUserReq" - } + "type": "string", + "description": "模块类型值", + "name": "mod_name_value", + "in": "query", + "required": true } ], "responses": { "200": { - "description": "删除数据数量", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.ModuleSettingGetResp" } }, "400": { @@ -2867,9 +2880,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": { + "/api/institutionalManagement/moduleSetting/updateModuleSetting": { "post": { - "description": "免罚用户(查询)", + "description": "个性化设置(更新)", "consumes": [ "application/json" ], @@ -2877,9 +2890,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "公排管理" + "模块设置" ], - "summary": "制度中心-公排管理-免罚用户(查询)", + "summary": "制度中心-模块设置-个性化设置(更新)", "parameters": [ { "type": "string", @@ -2889,20 +2902,20 @@ const docTemplate = `{ "required": true }, { - "description": "页数和行数必填,uid选填", + "description": "模块类型值必填 链接传入完整 URL", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.GetFreePublishUserReq" + "$ref": "#/definitions/md.ModuleSettingUpdateReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "修改数据条数", "schema": { - "$ref": "#/definitions/md.GetFreePublishUserResp" + "type": "int" } }, "400": { @@ -2914,9 +2927,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": { + "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": { "post": { - "description": "免罚用户(新增)", + "description": "社区分红(新增)", "consumes": [ "application/json" ], @@ -2926,7 +2939,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-免罚用户(新增)", + "summary": "制度中心-公排管理-社区分红(新增)", "parameters": [ { "type": "string", @@ -2936,20 +2949,20 @@ const docTemplate = `{ "required": true }, { - "description": "免罚用户ID", + "description": "分红名称、分红总量", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddFreePublishUserReq" + "$ref": "#/definitions/md.AddCommunityDividendsReq" } } ], "responses": { "200": { - "description": "插入数据 ID", + "description": "成功", "schema": { - "type": "int" + "type": "success" } }, "400": { @@ -2961,9 +2974,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/relationshipMap": { - "get": { - "description": "关系分布图(获取)", + "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": { + "post": { + "description": "社区分红(查询)", "consumes": [ "application/json" ], @@ -2973,7 +2986,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-关系分布图(获取)", + "summary": "制度中心-公排管理-社区分红(查询)", "parameters": [ { "type": "string", @@ -2983,25 +2996,20 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "phone", - "name": "phone", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "uid", - "name": "uid", - "in": "query", - "required": true + "description": "页数、每页大小必填 起止时间、起止数量选填", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.ListCommunityDividendsReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.TreeNode" + "$ref": "#/definitions/md.ListCommunityDividendsResp" } }, "400": { @@ -3013,9 +3021,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/selectMember": { + "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": { "post": { - "description": "公排基础设置选择会员(查询)", + "description": "社区长列表(新增)", "consumes": [ "application/json" ], @@ -3025,7 +3033,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-公排基础设置选择会员(查询)", + "summary": "制度中心-公排管理-社区长列表(新增)", "parameters": [ { "type": "string", @@ -3035,20 +3043,20 @@ const docTemplate = `{ "required": true }, { - "description": "分页信息必填", + "description": "新增社区长 ID、备注", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.SelectMemberReq" + "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "插入数据 ID", "schema": { - "$ref": "#/definitions/md.SelectMemberResp" + "type": "int" } }, "400": { @@ -3060,9 +3068,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/updateBasic": { - "put": { - "description": "公排基础设置(修改)", + "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": { + "post": { + "description": "社区长列表(查询)", "consumes": [ "application/json" ], @@ -3072,7 +3080,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-公排基础设置(修改)", + "summary": "制度中心-公排管理-社区长列表(查询)", "parameters": [ { "type": "string", @@ -3082,20 +3090,20 @@ const docTemplate = `{ "required": true }, { - "description": "公排设置表单内容", + "description": "页数、每页大小必填 手机号、用户ID选填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq" + "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq" } } ], "responses": { "200": { - "description": "success", + "description": "社区长列表", "schema": { - "type": "string" + "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp" } }, "400": { @@ -3107,9 +3115,9 @@ const docTemplate = `{ } } }, - "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": { + "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": { "post": { - "description": "日活分析", + "description": "关系分布图(位置转换)", "consumes": [ "application/json" ], @@ -3119,7 +3127,7 @@ const docTemplate = `{ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-日活分析", + "summary": "制度中心-公排管理-关系分布图(位置转换)", "parameters": [ { "type": "string", @@ -3129,20 +3137,20 @@ const docTemplate = `{ "required": true }, { - "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小", + "description": "需要交换的两个位置", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserDailyActivityAnalysisReq" + "$ref": "#/definitions/md.ExchangeUserPositionReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.UserDailyActivityAnalysisResp" + "type": "" } }, "400": { @@ -3154,9 +3162,9 @@ const docTemplate = `{ } } }, - "/api/login": { - "post": { - "description": "登入", + "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": { + "get": { + "description": "关系分布图(获取指定用户上级)", "consumes": [ "application/json" ], @@ -3164,25 +3172,30 @@ const docTemplate = `{ "application/json" ], "tags": [ - "登录" + "公排管理" ], - "summary": "登陆", + "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)", "parameters": [ { - "description": "用户名密码", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.LoginReq" - } + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户ID", + "name": "uid", + "in": "query", + "required": true } ], "responses": { "200": { - "description": "token", + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.LoginResponse" + "$ref": "#/definitions/md.FindSubUserRelationshipMapResp" } }, "400": { @@ -3194,9 +3207,9 @@ const docTemplate = `{ } } }, - "/api/marketingApplications/newUserRedPackage/getBasic": { + "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": { "get": { - "description": "新人红包设置(获取)", + "description": "关系分布图(获取指定用户下级)", "consumes": [ "application/json" ], @@ -3204,9 +3217,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "营销应用" + "公排管理" ], - "summary": "制度中心-营销应用-新人红包设置(获取)", + "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)", "parameters": [ { "type": "string", @@ -3214,13 +3227,20 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "type": "string", + "description": "用户ID", + "name": "uid", + "in": "query", + "required": true } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp" + "$ref": "#/definitions/md.TreeNode" } }, "400": { @@ -3232,9 +3252,9 @@ const docTemplate = `{ } } }, - "/api/marketingApplications/newUserRedPackage/recordFlowList": { - "post": { - "description": "新人红包列表明细(查询)", + "/api/institutionalManagement/publicPlatoon/getBasic": { + "get": { + "description": "公排基础设置(获取)", "consumes": [ "application/json" ], @@ -3242,9 +3262,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "营销应用" + "公排管理" ], - "summary": "制度中心-营销应用-新人红包列表明细(查询)", + "summary": "制度中心-公排管理-公排基础设置(获取)", "parameters": [ { "type": "string", @@ -3252,22 +3272,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp" + "$ref": "#/definitions/md.GetPublicPlatoonBasicResp" } }, "400": { @@ -3279,9 +3290,9 @@ const docTemplate = `{ } } }, - "/api/marketingApplications/newUserRedPackage/recordList": { - "post": { - "description": "新人红包列表(查询)", + "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": { + "delete": { + "description": "免罚用户(删除)", "consumes": [ "application/json" ], @@ -3289,9 +3300,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "营销应用" + "公排管理" ], - "summary": "制度中心-营销应用-新人红包列表(查询)", + "summary": "制度中心-公排管理-免罚用户(删除)", "parameters": [ { "type": "string", @@ -3301,20 +3312,20 @@ const docTemplate = `{ "required": true }, { - "description": "新人红包列表查询条件(分页信息必填)", + "description": "免罚用户ID", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NewUserRedPackageRecordListReq" + "$ref": "#/definitions/md.DeleteFreePublishUserReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "删除数据数量", "schema": { - "$ref": "#/definitions/md.NewUserRedPackageRecordListResp" + "type": "int" } }, "400": { @@ -3326,9 +3337,9 @@ const docTemplate = `{ } } }, - "/api/marketingApplications/newUserRedPackage/updateBasic": { - "put": { - "description": "新人红包设置(修改)", + "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": { + "post": { + "description": "免罚用户(查询)", "consumes": [ "application/json" ], @@ -3336,9 +3347,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "营销应用" + "公排管理" ], - "summary": "制度中心-营销应用-新人红包设置(修改)", + "summary": "制度中心-公排管理-免罚用户(查询)", "parameters": [ { "type": "string", @@ -3348,20 +3359,20 @@ const docTemplate = `{ "required": true }, { - "description": "新人红包设置表单", + "description": "页数和行数必填,uid选填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq" + "$ref": "#/definitions/md.GetFreePublishUserReq" } } ], "responses": { "200": { - "description": "success", + "description": "成功返回", "schema": { - "type": "string" + "$ref": "#/definitions/md.GetFreePublishUserResp" } }, "400": { @@ -3373,9 +3384,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/levelManagement/addLevel": { + "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": { "post": { - "description": "等级管理(新增)", + "description": "免罚用户(新增)", "consumes": [ "application/json" ], @@ -3383,9 +3394,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级管理(新增)", + "summary": "制度中心-公排管理-免罚用户(新增)", "parameters": [ { "type": "string", @@ -3395,18 +3406,18 @@ const docTemplate = `{ "required": true }, { - "description": "需要新增的等级信息", + "description": "免罚用户ID", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddLevelReq" + "$ref": "#/definitions/md.AddFreePublishUserReq" } } ], "responses": { "200": { - "description": "新增等级ID", + "description": "插入数据 ID", "schema": { "type": "int" } @@ -3420,9 +3431,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/levelManagement/addLevelTask": { - "post": { - "description": "等级任务(新增)", + "/api/institutionalManagement/publicPlatoon/relationshipMap": { + "get": { + "description": "关系分布图(获取)", "consumes": [ "application/json" ], @@ -3430,9 +3441,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级明细-等级任务(新增)", + "summary": "制度中心-公排管理-关系分布图(获取)", "parameters": [ { "type": "string", @@ -3442,20 +3453,25 @@ const docTemplate = `{ "required": true }, { - "description": "需要新增的任务信息", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.AddLevelTaskReq" - } + "type": "string", + "description": "phone", + "name": "phone", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "uid", + "name": "uid", + "in": "query", + "required": true } ], "responses": { "200": { - "description": "新增的任务ID", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.TreeNode" } }, "400": { @@ -3467,9 +3483,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/levelManagement/deleteLevel": { - "delete": { - "description": "等级管理(删除)", + "/api/institutionalManagement/publicPlatoon/selectMember": { + "post": { + "description": "公排基础设置选择会员(查询)", "consumes": [ "application/json" ], @@ -3477,9 +3493,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级管理(删除)", + "summary": "制度中心-公排管理-公排基础设置选择会员(查询)", "parameters": [ { "type": "string", @@ -3489,20 +3505,20 @@ const docTemplate = `{ "required": true }, { - "description": "需要删除的等级 ID", + "description": "分页信息必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.DeleteLevelReq" + "$ref": "#/definitions/md.SelectMemberReq" } } ], "responses": { "200": { - "description": "成功删除数据数量", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.SelectMemberResp" } }, "400": { @@ -3514,9 +3530,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/levelManagement/deleteLevelTask": { - "delete": { - "description": "等级任务(删除)", + "/api/institutionalManagement/publicPlatoon/updateBasic": { + "put": { + "description": "公排基础设置(修改)", "consumes": [ "application/json" ], @@ -3524,9 +3540,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级管理-等级任务(删除)", + "summary": "制度中心-公排管理-公排基础设置(修改)", "parameters": [ { "type": "string", @@ -3536,20 +3552,20 @@ const docTemplate = `{ "required": true }, { - "description": "需要删除的等级任务ID", + "description": "公排设置表单内容", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.DeleteTaskReq" + "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq" } } ], "responses": { "200": { - "description": "成功删除数据数量", + "description": "success", "schema": { - "type": "int" + "type": "string" } }, "400": { @@ -3561,9 +3577,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/levelManagement/getLevelList": { - "get": { - "description": "标签管理(获取)", + "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": { + "post": { + "description": "日活分析", "consumes": [ "application/json" ], @@ -3571,9 +3587,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级管理(获取)", + "summary": "制度中心-公排管理-日活分析", "parameters": [ { "type": "string", @@ -3583,25 +3599,20 @@ const docTemplate = `{ "required": true }, { - "type": "integer", - "description": "每页大小", - "name": "limit", - "in": "query", - "required": true - }, - { - "type": "integer", - "description": "页数", - "name": "page", - "in": "query", - "required": true + "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UserDailyActivityAnalysisReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetLevelListResp" + "$ref": "#/definitions/md.UserDailyActivityAnalysisResp" } }, "400": { @@ -3613,9 +3624,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/levelManagement/getOneLevel": { - "get": { - "description": "等级明细(获取)", + "/api/login": { + "post": { + "description": "登入", "consumes": [ "application/json" ], @@ -3623,30 +3634,25 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "登录" ], - "summary": "制度中心-会员中心-等级管理-等级明细(获取)", + "summary": "登陆", "parameters": [ { - "type": "string", - "description": "验证参数Bearer和token空格拼接", - "name": "Authorization", - "in": "header", - "required": true - }, - { - "type": "integer", - "description": "等级 ID", - "name": "level_id", - "in": "query", - "required": true + "description": "用户名密码", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.LoginReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "token", "schema": { - "$ref": "#/definitions/md.GetOneLevelResp" + "$ref": "#/definitions/md.LoginResponse" } }, "400": { @@ -3658,9 +3664,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/levelManagement/updateLevel": { - "post": { - "description": "等级管理(更新)", + "/api/marketingApplications/newUserRedPackage/getBasic": { + "get": { + "description": "新人红包设置(获取)", "consumes": [ "application/json" ], @@ -3668,9 +3674,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "营销应用" ], - "summary": "制度中心-会员中心-等级管理(更新)", + "summary": "制度中心-营销应用-新人红包设置(获取)", "parameters": [ { "type": "string", @@ -3678,22 +3684,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "需要修改的等级信息", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.UpdateLevelReq" - } } ], "responses": { "200": { - "description": "成功修改数据条数", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp" } }, "400": { @@ -3705,9 +3702,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/levelManagement/updateLevelTask": { + "/api/marketingApplications/newUserRedPackage/recordFlowList": { "post": { - "description": "等级任务(更新)", + "description": "新人红包列表明细(查询)", "consumes": [ "application/json" ], @@ -3715,9 +3712,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "营销应用" ], - "summary": "制度中心-会员中心-等级明细-等级任务(更新)", + "summary": "制度中心-营销应用-新人红包列表明细(查询)", "parameters": [ { "type": "string", @@ -3727,20 +3724,20 @@ const docTemplate = `{ "required": true }, { - "description": "需要修改的等级任务信息", + "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateLevelTaskReq" + "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq" } } ], "responses": { "200": { - "description": "成功修改数据条数", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp" } }, "400": { @@ -3752,9 +3749,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/tagManagement/addTag": { + "/api/marketingApplications/newUserRedPackage/recordList": { "post": { - "description": "标签管理(新增)", + "description": "新人红包列表(查询)", "consumes": [ "application/json" ], @@ -3762,9 +3759,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "营销应用" ], - "summary": "制度中心-会员中心-标签管理(新增)", + "summary": "制度中心-营销应用-新人红包列表(查询)", "parameters": [ { "type": "string", @@ -3774,20 +3771,20 @@ const docTemplate = `{ "required": true }, { - "description": "新增的标签信息", + "description": "新人红包列表查询条件(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddTagReq" + "$ref": "#/definitions/md.NewUserRedPackageRecordListReq" } } ], "responses": { "200": { - "description": "新增的标签 ID", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.NewUserRedPackageRecordListResp" } }, "400": { @@ -3799,9 +3796,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/tagManagement/deleteTag": { - "delete": { - "description": "标签管理(删除)", + "/api/marketingApplications/newUserRedPackage/updateBasic": { + "put": { + "description": "新人红包设置(修改)", "consumes": [ "application/json" ], @@ -3809,9 +3806,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "会员中心" + "营销应用" ], - "summary": "制度中心-会员中心-标签管理(删除)", + "summary": "制度中心-营销应用-新人红包设置(修改)", "parameters": [ { "type": "string", @@ -3821,20 +3818,20 @@ const docTemplate = `{ "required": true }, { - "description": "需要删除的标签 ID", + "description": "新人红包设置表单", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.DeleteTagReq" + "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq" } } ], "responses": { "200": { - "description": "成功删除标签用户数", + "description": "success", "schema": { - "type": "int" + "type": "string" } }, "400": { @@ -3846,9 +3843,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/tagManagement/getTagList": { - "get": { - "description": "标签管理(获取)", + "/api/memberCenter/levelManagement/addLevel": { + "post": { + "description": "等级管理(新增)", "consumes": [ "application/json" ], @@ -3858,7 +3855,7 @@ const docTemplate = `{ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-标签管理(获取)", + "summary": "制度中心-会员中心-等级管理(新增)", "parameters": [ { "type": "string", @@ -3868,25 +3865,20 @@ const docTemplate = `{ "required": true }, { - "type": "integer", - "description": "每页大小", - "name": "limit", - "in": "query", - "required": true - }, - { - "type": "integer", - "description": "页数", - "name": "page", - "in": "query", - "required": true + "description": "需要新增的等级信息", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AddLevelReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "新增等级ID", "schema": { - "$ref": "#/definitions/md.GetTagListResp" + "type": "int" } }, "400": { @@ -3898,9 +3890,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/tagManagement/updateTag": { + "/api/memberCenter/levelManagement/addLevelTask": { "post": { - "description": "标签管理(更新)", + "description": "等级任务(新增)", "consumes": [ "application/json" ], @@ -3910,7 +3902,7 @@ const docTemplate = `{ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-标签管理(更新)", + "summary": "制度中心-会员中心-等级明细-等级任务(新增)", "parameters": [ { "type": "string", @@ -3920,18 +3912,18 @@ const docTemplate = `{ "required": true }, { - "description": "需要修改的标签信息", + "description": "需要新增的任务信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateTagReq" + "$ref": "#/definitions/md.AddLevelTaskReq" } } ], "responses": { "200": { - "description": "成功修改数据条数", + "description": "新增的任务ID", "schema": { "type": "int" } @@ -3945,9 +3937,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/userManagement/balanceDetail": { - "get": { - "description": "会员明细(余额获取)", + "/api/memberCenter/levelManagement/deleteLevel": { + "delete": { + "description": "等级管理(删除)", "consumes": [ "application/json" ], @@ -3957,7 +3949,7 @@ const docTemplate = `{ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)", + "summary": "制度中心-会员中心-等级管理(删除)", "parameters": [ { "type": "string", @@ -3967,32 +3959,67 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "用户 ID", - "name": "uid", - "in": "query", - "required": true + "description": "需要删除的等级 ID", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.DeleteLevelReq" + } + } + ], + "responses": { + "200": { + "description": "成功删除数据数量", + "schema": { + "type": "int" + } }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/levelManagement/deleteLevelTask": { + "delete": { + "description": "等级任务(删除)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-等级管理-等级任务(删除)", + "parameters": [ { "type": "string", - "description": "每页大小", - "name": "limit", - "in": "query", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", "required": true }, { - "type": "string", - "description": "页数", - "name": "page", - "in": "query", - "required": true + "description": "需要删除的等级任务ID", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.DeleteTaskReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功删除数据数量", "schema": { - "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp" + "type": "int" } }, "400": { @@ -4004,9 +4031,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/userManagement/getFans": { + "/api/memberCenter/levelManagement/getLevelList": { "get": { - "description": "会员明细粉丝情况(获取)", + "description": "标签管理(获取)", "consumes": [ "application/json" ], @@ -4016,7 +4043,7 @@ const docTemplate = `{ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)", + "summary": "制度中心-会员中心-等级管理(获取)", "parameters": [ { "type": "string", @@ -4026,30 +4053,61 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "用户 ID", - "name": "uid", + "type": "integer", + "description": "每页大小", + "name": "limit", "in": "query", "required": true }, { - "type": "string", - "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)", - "name": "type", + "type": "integer", + "description": "页数", + "name": "page", "in": "query", "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.GetLevelListResp" + } }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/levelManagement/getOneLevel": { + "get": { + "description": "等级明细(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-等级管理-等级明细(获取)", + "parameters": [ { "type": "string", - "description": "每页大小", - "name": "limit", - "in": "query", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", "required": true }, { - "type": "string", - "description": "页数", - "name": "page", + "type": "integer", + "description": "等级 ID", + "name": "level_id", "in": "query", "required": true } @@ -4058,7 +4116,7 @@ const docTemplate = `{ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.UserManagementGetFansResp" + "$ref": "#/definitions/md.GetOneLevelResp" } }, "400": { @@ -4070,9 +4128,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/userManagement/getUserList": { + "/api/memberCenter/levelManagement/updateLevel": { "post": { - "description": "用户信息管理(获取)", + "description": "等级管理(更新)", "consumes": [ "application/json" ], @@ -4082,7 +4140,7 @@ const docTemplate = `{ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)", + "summary": "制度中心-会员中心-等级管理(更新)", "parameters": [ { "type": "string", @@ -4092,20 +4150,20 @@ const docTemplate = `{ "required": true }, { - "description": "分页信息必填", + "description": "需要修改的等级信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserManagementGetUserListReq" + "$ref": "#/definitions/md.UpdateLevelReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功修改数据条数", "schema": { - "$ref": "#/definitions/md.UserManagementGetUserListResp" + "type": "int" } }, "400": { @@ -4117,9 +4175,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/userManagement/getVirtualCoinDetail": { - "get": { - "description": "会员明细(积分明细获取)", + "/api/memberCenter/levelManagement/updateLevelTask": { + "post": { + "description": "等级任务(更新)", "consumes": [ "application/json" ], @@ -4129,7 +4187,7 @@ const docTemplate = `{ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)", + "summary": "制度中心-会员中心-等级明细-等级任务(更新)", "parameters": [ { "type": "string", @@ -4139,39 +4197,20 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "用户 ID", - "name": "uid", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "货币 ID", - "name": "coinId", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "每页大小", - "name": "limit", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "页数", - "name": "page", - "in": "query", - "required": true + "description": "需要修改的等级任务信息", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateLevelTaskReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功修改数据条数", "schema": { - "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp" + "type": "int" } }, "400": { @@ -4183,9 +4222,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/userManagement/updateUserInfo": { + "/api/memberCenter/tagManagement/addTag": { "post": { - "description": "用户信息管理(更新)", + "description": "标签管理(新增)", "consumes": [ "application/json" ], @@ -4195,7 +4234,7 @@ const docTemplate = `{ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)", + "summary": "制度中心-会员中心-标签管理(新增)", "parameters": [ { "type": "string", @@ -4205,18 +4244,18 @@ const docTemplate = `{ "required": true }, { - "description": "用户ID 必传", + "description": "新增的标签信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq" + "$ref": "#/definitions/md.AddTagReq" } } ], "responses": { "200": { - "description": "修改数据行数", + "description": "新增的标签 ID", "schema": { "type": "int" } @@ -4230,9 +4269,9 @@ const docTemplate = `{ } } }, - "/api/memberCenter/userManagement/userData": { - "get": { - "description": "会员明细概况(获取)", + "/api/memberCenter/tagManagement/deleteTag": { + "delete": { + "description": "标签管理(删除)", "consumes": [ "application/json" ], @@ -4242,7 +4281,7 @@ const docTemplate = `{ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)", + "summary": "制度中心-会员中心-标签管理(删除)", "parameters": [ { "type": "string", @@ -4252,18 +4291,899 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "用户 ID", - "name": "uid", - "in": "query", - "required": true - } - ], - "responses": { + "description": "需要删除的标签 ID", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.DeleteTagReq" + } + } + ], + "responses": { + "200": { + "description": "成功删除标签用户数", + "schema": { + "type": "int" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/tagManagement/getTagList": { + "get": { + "description": "标签管理(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-标签管理(获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "integer", + "description": "每页大小", + "name": "limit", + "in": "query", + "required": true + }, + { + "type": "integer", + "description": "页数", + "name": "page", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.GetTagListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/tagManagement/updateTag": { + "post": { + "description": "标签管理(更新)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-标签管理(更新)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "需要修改的标签信息", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateTagReq" + } + } + ], + "responses": { + "200": { + "description": "成功修改数据条数", + "schema": { + "type": "int" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/balanceDetail": { + "get": { + "description": "会员明细(余额获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户 ID", + "name": "uid", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "每页大小", + "name": "limit", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "页数", + "name": "page", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/getFans": { + "get": { + "description": "会员明细粉丝情况(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户 ID", + "name": "uid", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)", + "name": "type", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "每页大小", + "name": "limit", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "页数", + "name": "page", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetFansResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/getUserList": { + "post": { + "description": "用户信息管理(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "分页信息必填", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UserManagementGetUserListReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetUserListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/getVirtualCoinDetail": { + "get": { + "description": "会员明细(积分明细获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户 ID", + "name": "uid", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "货币 ID", + "name": "coinId", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "每页大小", + "name": "limit", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "页数", + "name": "page", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/updateUserInfo": { + "post": { + "description": "用户信息管理(更新)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "用户ID 必传", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq" + } + } + ], + "responses": { + "200": { + "description": "修改数据行数", + "schema": { + "type": "int" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/userData": { + "get": { + "description": "会员明细概况(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户 ID", + "name": "uid", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "会员明细概况具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetOneBasicResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/base": { + "get": { + "description": "短信推送记录-通知模板", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-通知模板", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/file/phone": { + "post": { + "description": "短信推送记录-通知模板", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-通知模板", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "参数 file-----文件上传格式", + "name": "file", + "in": "formData", + "required": true + } + ], + "responses": { + "200": { + "description": "phone 一个数组", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/push/list": { + "post": { + "description": "短信推送记录-推送记录列表", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-推送记录列表", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeAliyunSmsListReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.NoticePushListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/push/save": { + "post": { + "description": "短信推送记录-推送记录添加-发送 (不做编辑了)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/sale/base": { + "get": { + "description": "短信推送记录-营销短信-通知模板", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-营销短信-通知模板", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { "200": { - "description": "会员明细概况具体数据", + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/sale/save": { + "post": { + "description": "短信推送记录-营销短信-通知模板添加编辑", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "数组 把列表的数组传过来", + "name": "req", + "in": "body", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/save": { + "post": { + "description": "短信推送记录-通知模板添加编辑", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-通知模板添加编辑", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "数组 把列表的数组传过来", + "name": "req", + "in": "body", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/jPush/del": { + "post": { + "description": "APP推送记录-通知模板删除", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-APP推送记录-通知模板删除", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeDelReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/jPush/list": { + "post": { + "description": "APP推送记录-通知模板", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-APP推送记录-通知模板", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeListReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.NoticeListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/jPush/push/list": { + "post": { + "description": "APP推送记录-推送记录列表", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-APP推送记录-推送记录列表", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeListReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.UserManagementGetOneBasicResp" + "$ref": "#/definitions/md.NoticePushListResp" } }, "400": { @@ -4275,9 +5195,9 @@ const docTemplate = `{ } } }, - "/api/notice/aliyunSms/base": { - "get": { - "description": "短信推送记录-通知模板", + "/api/notice/jPush/push/save": { + "post": { + "description": "APP推送记录-推送记录添加-发送 (不做编辑了)", "consumes": [ "application/json" ], @@ -4287,7 +5207,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-通知模板", + "summary": "消息中心-APP推送记录-推送记录添加-发送(不做编辑了)", "parameters": [ { "type": "string", @@ -4295,13 +5215,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeSaveReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + "type": "string" } }, "400": { @@ -4313,9 +5242,9 @@ const docTemplate = `{ } } }, - "/api/notice/aliyunSms/file/phone": { + "/api/notice/jPush/save": { "post": { - "description": "短信推送记录-通知模板", + "description": "APP推送记录-通知模板添加编辑", "consumes": [ "application/json" ], @@ -4325,7 +5254,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-通知模板", + "summary": "消息中心-APP推送记录-通知模板添加编辑", "parameters": [ { "type": "string", @@ -4335,16 +5264,18 @@ const docTemplate = `{ "required": true }, { - "type": "string", - "description": "参数 file-----文件上传格式", - "name": "file", - "in": "formData", - "required": true + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeSaveReq" + } } ], "responses": { "200": { - "description": "phone 一个数组", + "description": "具体数据", "schema": { "type": "string" } @@ -4358,9 +5289,9 @@ const docTemplate = `{ } } }, - "/api/notice/aliyunSms/push/list": { - "post": { - "description": "短信推送记录-推送记录列表", + "/api/settCenter/oss/aliYun/getBasic": { + "get": { + "description": "对象存储设置(获取)", "consumes": [ "application/json" ], @@ -4368,9 +5299,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "消息中心" + "对象存储" ], - "summary": "消息中心-短信推送记录-推送记录列表", + "summary": "设置中心-对象存储-对象存储设置(获取)", "parameters": [ { "type": "string", @@ -4378,22 +5309,13 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "(分页信息必填)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsListReq" - } } ], "responses": { "200": { - "description": "具体数据", + "description": "设置列表", "schema": { - "$ref": "#/definitions/md.NoticePushListResp" + "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp" } }, "400": { @@ -4405,9 +5327,9 @@ const docTemplate = `{ } } }, - "/api/notice/aliyunSms/push/save": { + "/api/settCenter/oss/aliYun/setBasic": { "post": { - "description": "短信推送记录-推送记录添加-发送 (不做编辑了)", + "description": "对象存储设置(更新)", "consumes": [ "application/json" ], @@ -4415,9 +5337,9 @@ const docTemplate = `{ "application/json" ], "tags": [ - "消息中心" + "对象存储" ], - "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)", + "summary": "设置中心-对象存储-对象存储设置(更新)", "parameters": [ { "type": "string", @@ -4427,18 +5349,18 @@ const docTemplate = `{ "required": true }, { - "description": "(分页信息必填)", + "description": "上传需要修改的信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq" + "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "success", "schema": { "type": "string" } @@ -4452,9 +5374,9 @@ const docTemplate = `{ } } }, - "/api/notice/aliyunSms/sale/base": { - "get": { - "description": "短信推送记录-营销短信-通知模板", + "/api/userFeedback/cate/list": { + "post": { + "description": "分类列表", "consumes": [ "application/json" ], @@ -4464,7 +5386,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-营销短信-通知模板", + "summary": "反馈列表-分类列表", "parameters": [ { "type": "string", @@ -4472,13 +5394,22 @@ const docTemplate = `{ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UserFeedbackCateListReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + "$ref": "#/definitions/md.UserFeedbackCateListResp" } }, "400": { @@ -4490,9 +5421,9 @@ const docTemplate = `{ } } }, - "/api/notice/aliyunSms/sale/save": { + "/api/userFeedback/content/change/state": { "post": { - "description": "短信推送记录-营销短信-通知模板添加编辑", + "description": "反馈列表-修改状态", "consumes": [ "application/json" ], @@ -4502,7 +5433,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑", + "summary": "用户反馈-反馈列表-修改状态", "parameters": [ { "type": "string", @@ -4512,12 +5443,12 @@ const docTemplate = `{ "required": true }, { - "description": "数组 把列表的数组传过来", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "type": "string" + "$ref": "#/definitions/md.UserFeedbackSayReq" } } ], @@ -4537,9 +5468,9 @@ const docTemplate = `{ } } }, - "/api/notice/aliyunSms/save": { + "/api/userFeedback/content/del": { "post": { - "description": "短信推送记录-通知模板添加编辑", + "description": "反馈列表-反馈删除", "consumes": [ "application/json" ], @@ -4549,7 +5480,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-通知模板添加编辑", + "summary": "用户反馈-反馈列表-反馈删除", "parameters": [ { "type": "string", @@ -4559,12 +5490,12 @@ const docTemplate = `{ "required": true }, { - "description": "数组 把列表的数组传过来", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "type": "string" + "$ref": "#/definitions/md.UserFeedbackDelReq" } } ], @@ -4584,9 +5515,9 @@ const docTemplate = `{ } } }, - "/api/notice/jPush/del": { + "/api/userFeedback/content/list": { "post": { - "description": "APP推送记录-通知模板删除", + "description": "反馈列表", "consumes": [ "application/json" ], @@ -4596,7 +5527,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-通知模板删除", + "summary": "用户反馈-反馈列表", "parameters": [ { "type": "string", @@ -4611,7 +5542,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeDelReq" + "$ref": "#/definitions/md.UserFeedbackListReq" } } ], @@ -4619,7 +5550,7 @@ const docTemplate = `{ "200": { "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.UserFeedbackListResp" } }, "400": { @@ -4631,9 +5562,9 @@ const docTemplate = `{ } } }, - "/api/notice/jPush/list": { + "/api/userFeedback/content/record/list": { "post": { - "description": "APP推送记录-通知模板", + "description": "反馈列表-沟通记录", "consumes": [ "application/json" ], @@ -4643,7 +5574,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-通知模板", + "summary": "用户反馈-反馈列表-沟通记录", "parameters": [ { "type": "string", @@ -4658,7 +5589,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeListReq" + "$ref": "#/definitions/md.UserFeedbackRecordListReq" } } ], @@ -4666,7 +5597,7 @@ const docTemplate = `{ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticeListResp" + "$ref": "#/definitions/md.UserFeedbackRecordListResp" } }, "400": { @@ -4678,9 +5609,9 @@ const docTemplate = `{ } } }, - "/api/notice/jPush/push/list": { + "/api/userFeedback/content/say": { "post": { - "description": "APP推送记录-推送记录列表", + "description": "反馈列表-沟通发送", "consumes": [ "application/json" ], @@ -4690,7 +5621,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-推送记录列表", + "summary": "用户反馈-反馈列表-沟通发送", "parameters": [ { "type": "string", @@ -4705,7 +5636,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeListReq" + "$ref": "#/definitions/md.UserFeedbackSayReq" } } ], @@ -4713,7 +5644,7 @@ const docTemplate = `{ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticePushListResp" + "type": "string" } }, "400": { @@ -4725,9 +5656,9 @@ const docTemplate = `{ } } }, - "/api/notice/jPush/push/save": { + "/api/user_feedback/cate/del": { "post": { - "description": "APP推送记录-推送记录添加-发送 (不做编辑了)", + "description": "分类列表-分类删除", "consumes": [ "application/json" ], @@ -4737,7 +5668,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-推送记录添加-发送(不做编辑了)", + "summary": "反馈列表-分类列表-分类删除", "parameters": [ { "type": "string", @@ -4752,7 +5683,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeSaveReq" + "$ref": "#/definitions/md.UserFeedbackCateDelReq" } } ], @@ -4772,9 +5703,9 @@ const docTemplate = `{ } } }, - "/api/notice/jPush/save": { + "/api/user_feedback/cate/save": { "post": { - "description": "APP推送记录-通知模板添加编辑", + "description": "分类列表-分类保存", "consumes": [ "application/json" ], @@ -4784,7 +5715,7 @@ const docTemplate = `{ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-通知模板添加编辑", + "summary": "反馈列表-分类列表-分类保存", "parameters": [ { "type": "string", @@ -4799,7 +5730,7 @@ const docTemplate = `{ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeSaveReq" + "$ref": "#/definitions/md.UserFeedbackCateSaveReq" } } ], @@ -5321,6 +6252,181 @@ const docTemplate = `{ } } }, + "md.AdvertisingBase": { + "type": "object", + "properties": { + "android_ad_is_open": { + "type": "string", + "example": "安卓广告是否开启(1:开启 0:不开启)" + }, + "android_open_ad_is_open": { + "type": "string", + "example": "安卓开屏广告是否开启(1:开启 0:不开启)" + }, + "info": { + "type": "string", + "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}" + }, + "ios_ad_is_open": { + "type": "string", + "example": "ios广告是否开启(1:开启 0:不开启)" + }, + "ios_open_ad_is_open": { + "type": "string", + "example": "ios开屏广告是否开启(1:开启 0:不开启)" + }, + "voice": { + "type": "string", + "example": "领取奖励声音" + }, + "voice_url": { + "type": "string" + } + } + }, + "md.AdvertisingBaseResp": { + "type": "object", + "properties": { + "advertising_base": { + "$ref": "#/definitions/md.AdvertisingBase" + }, + "select_data": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + } + }, + "md.AdvertisingDelReq": { + "type": "object", + "properties": { + "id": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "md.AdvertisingFunctionList": { + "type": "object", + "properties": { + "ad_id": { + "type": "string", + "example": "广告id" + }, + "id": { + "type": "string" + }, + "type": { + "type": "string", + "example": "类型" + } + } + }, + "md.AdvertisingFunctionListReq": { + "type": "object", + "properties": { + "limit": { + "type": "string" + }, + "page": { + "type": "string" + } + } + }, + "md.AdvertisingFunctionResp": { + "type": "object" + }, + "md.AdvertisingLimit": { + "type": "object", + "properties": { + "imei_num": { + "type": "string", + "example": "设备数量" + }, + "minute": { + "type": "string", + "example": "分钟" + }, + "public_img": { + "type": "string", + "example": "公共弹窗图" + }, + "public_img_url": { + "type": "string", + "example": "公共弹窗图" + }, + "public_str": { + "type": "string", + "example": "公共弹窗文字" + }, + "tip": { + "type": "string", + "example": "限制提示" + }, + "withdraw_img": { + "type": "string", + "example": "提现弹窗图" + }, + "withdraw_img_url": { + "type": "string", + "example": "提现弹窗图" + }, + "withdraw_str": { + "type": "string", + "example": "提现弹窗文字" + } + } + }, + "md.AdvertisingListReq": { + "type": "object", + "properties": { + "kind": { + "type": "string" + }, + "limit": { + "type": "string" + }, + "name": { + "type": "string" + }, + "page": { + "type": "string" + } + } + }, + "md.AdvertisingResp": { + "type": "object" + }, + "md.AdvertisingSaveReq": { + "type": "object", + "properties": { + "counting_down": { + "type": "string", + "example": "倒计时 单位秒" + }, + "id": { + "type": "string" + }, + "info": { + "type": "string", + "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[\"\"],\"ios_ad_id\":[\"\"]}}" + }, + "kind": { + "type": "string", + "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)" + }, + "name": { + "type": "string", + "example": "名称" + } + } + }, "md.ArticleCateDelReq": { "type": "object", "properties": { @@ -5596,9 +6702,12 @@ const docTemplate = `{ "description": "账号状态 1正常,2冻结", "type": "integer" }, - "tag_name": { + "tag": { "description": "标签名称", - "type": "string" + "type": "array", + "items": { + "$ref": "#/definitions/md.TagNode" + } }, "union_id": { "description": "微信号", @@ -7035,6 +8144,103 @@ const docTemplate = `{ } } }, + "md.GroupListReq": { + "type": "object", + "properties": { + "group_admin": { + "description": "群主", + "type": "string" + }, + "name": { + "description": "群名称", + "type": "string" + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "start_time_end": { + "type": "string", + "example": "创建时间-截止" + }, + "start_time_start": { + "type": "string", + "example": "创建时间-起始" + } + } + }, + "md.GroupListResp": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "type": "object", + "properties": { + "avatarUrl": { + "description": "头像", + "type": "string" + }, + "createTime": { + "description": "创建时间", + "type": "string" + }, + "extra": { + "description": "附加字段", + "type": "string" + }, + "id": { + "description": "群组id", + "type": "integer" + }, + "introduction": { + "description": "群简介", + "type": "string" + }, + "isAllAddFriend": { + "description": "是否允许加好友(1:是 2:否)", + "type": "integer" + }, + "isAllMemberBanned": { + "description": "是否全员禁言(1:是 2:否)", + "type": "integer" + }, + "name": { + "description": "组名", + "type": "string" + }, + "nickname": { + "description": "群主昵称", + "type": "string" + }, + "phoneNumber": { + "description": "群主账号", + "type": "string" + }, + "updateTime": { + "description": "更新时间", + "type": "string" + }, + "userNum": { + "description": "群组人数", + "type": "integer" + } + } + } + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "total": { + "type": "integer" + } + } + }, "md.LevelListNode": { "type": "object", "properties": { @@ -8347,6 +9553,10 @@ const docTemplate = `{ "description": "创建时间", "type": "string" }, + "is_punish": { + "description": "是否处罚", + "type": "integer" + }, "memo": { "description": "备注", "type": "string" @@ -8361,6 +9571,19 @@ const docTemplate = `{ } } }, + "md.TagNode": { + "type": "object", + "properties": { + "tag_id": { + "description": "标签 ID", + "type": "integer" + }, + "tag_name": { + "description": "标签 名称", + "type": "string" + } + } + }, "md.TeamRewardSettingStruct": { "type": "object", "properties": { @@ -9117,6 +10340,212 @@ const docTemplate = `{ } } }, + "md.UserFeedbackCateDelReq": { + "type": "object", + "properties": { + "id": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "md.UserFeedbackCateList": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "sort": { + "type": "string" + } + } + }, + "md.UserFeedbackCateListReq": { + "type": "object", + "properties": { + "limit": { + "description": "每页大小", + "type": "string" + }, + "page": { + "description": "页数", + "type": "string" + } + } + }, + "md.UserFeedbackCateListResp": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/md.UserFeedbackCateList" + } + }, + "total": { + "type": "integer" + } + } + }, + "md.UserFeedbackCateSaveReq": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "sort": { + "type": "string" + } + } + }, + "md.UserFeedbackDelReq": { + "type": "object", + "properties": { + "id": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "md.UserFeedbackList": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "create_at": { + "type": "string" + }, + "id": { + "type": "string" + }, + "img": { + "type": "array", + "items": { + "type": "string" + } + }, + "phone": { + "type": "string" + }, + "platform": { + "type": "string" + }, + "state": { + "type": "string", + "example": "0待解决 1处理中 2已解决" + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "version": { + "type": "string" + } + } + }, + "md.UserFeedbackListReq": { + "type": "object", + "properties": { + "cid": { + "type": "string" + }, + "limit": { + "description": "每页大小", + "type": "string" + }, + "page": { + "description": "页数", + "type": "string" + }, + "phone": { + "type": "string" + }, + "uid": { + "type": "string" + } + } + }, + "md.UserFeedbackListResp": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/md.UserFeedbackList" + } + }, + "select_data": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": true + } + }, + "total": { + "type": "integer" + } + } + }, + "md.UserFeedbackRecordListReq": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "limit": { + "description": "每页大小", + "type": "string" + }, + "page": { + "description": "页数", + "type": "string" + } + } + }, + "md.UserFeedbackRecordListResp": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "create_at": { + "type": "string" + }, + "head_img": { + "type": "string" + }, + "nickname": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "md.UserFeedbackSayReq": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "id": { + "type": "string" + } + } + }, "md.UserManagementGetBalanceDetailResp": { "type": "object", "properties": { @@ -9255,9 +10684,12 @@ const docTemplate = `{ "description": "状态", "type": "integer" }, - "tag_name": { + "tag": { "description": "会员标签", - "type": "string" + "type": "array", + "items": { + "$ref": "#/definitions/md.TagNode" + } }, "wechat": { "description": "微信号", @@ -9460,8 +10892,11 @@ const docTemplate = `{ "type": "string" }, "tag": { - "description": "用户标签 ID", - "type": "string" + "description": "用户标签 ID列表", + "type": "array", + "items": { + "type": "string" + } }, "uid": { "type": "integer" diff --git a/docs/swagger.json b/docs/swagger.json index d463cac..e13655a 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -17,9 +17,9 @@ }, "host": "localhost:4001", "paths": { - "/api/advertising/base": { - "get": { - "description": "广告管理-广告设置-信息", + "/api/advertising/del": { + "post": { + "description": "广告管理-广告列表-删除", "consumes": [ "application/json" ], @@ -29,7 +29,7 @@ "tags": [ "广告管理" ], - "summary": "广告管理-广告设置-信息", + "summary": "广告管理-广告列表-删除", "parameters": [ { "type": "string", @@ -37,13 +37,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AdvertisingDelReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + "type": "string" } }, "400": { @@ -55,9 +64,9 @@ } } }, - "/api/article/cate/del": { + "/api/advertising/function/del": { "post": { - "description": "分类列表-分类删除", + "description": "广告管理-广告位置列表-删除", "consumes": [ "application/json" ], @@ -65,9 +74,9 @@ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-分类列表-分类删除", + "summary": "广告管理-广告位置列表-删除", "parameters": [ { "type": "string", @@ -82,7 +91,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ArticleCateDelReq" + "$ref": "#/definitions/md.AdvertisingDelReq" } } ], @@ -102,9 +111,9 @@ } } }, - "/api/article/cate/list": { + "/api/advertising/function/list": { "post": { - "description": "分类列表", + "description": "广告管理-广告位置列表", "consumes": [ "application/json" ], @@ -112,9 +121,9 @@ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-分类列表", + "summary": "广告管理-广告位置列表", "parameters": [ { "type": "string", @@ -129,7 +138,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ArticleCateListReq" + "$ref": "#/definitions/md.AdvertisingFunctionListReq" } } ], @@ -137,7 +146,7 @@ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.ArticleCateListResp" + "$ref": "#/definitions/md.AdvertisingFunctionResp" } }, "400": { @@ -149,9 +158,9 @@ } } }, - "/api/article/cate/save": { + "/api/advertising/function/save": { "post": { - "description": "分类列表-分类保存", + "description": "广告管理-广告位置列表-保存", "consumes": [ "application/json" ], @@ -159,9 +168,9 @@ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-分类列表-分类保存", + "summary": "广告管理-广告位置列表-保存", "parameters": [ { "type": "string", @@ -176,7 +185,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ArticleCateSaveReq" + "$ref": "#/definitions/md.AdvertisingFunctionList" } } ], @@ -196,9 +205,9 @@ } } }, - "/api/article/content/del": { - "post": { - "description": "文章列表-文章删除", + "/api/advertising/getBasic": { + "get": { + "description": "广告管理-基础设置-信息", "consumes": [ "application/json" ], @@ -206,9 +215,9 @@ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-文章列表-文章删除", + "summary": "广告管理-基础设置-信息", "parameters": [ { "type": "string", @@ -216,22 +225,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "(分页信息必填)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.ArticleDelReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.AdvertisingBaseResp" } }, "400": { @@ -243,9 +243,9 @@ } } }, - "/api/article/content/list": { - "post": { - "description": "文章列表", + "/api/advertising/getLimit": { + "get": { + "description": "广告管理-广告设置-信息", "consumes": [ "application/json" ], @@ -253,9 +253,9 @@ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-文章列表", + "summary": "广告管理-广告设置-信息", "parameters": [ { "type": "string", @@ -263,22 +263,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "(分页信息必填)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.ArticleListReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.ArticleListResp" + "$ref": "#/definitions/md.AdvertisingLimit" } }, "400": { @@ -290,9 +281,9 @@ } } }, - "/api/article/content/save": { + "/api/advertising/list": { "post": { - "description": "文章列表-文章保存", + "description": "广告管理-广告列表", "consumes": [ "application/json" ], @@ -300,9 +291,9 @@ "application/json" ], "tags": [ - "文章资讯" + "广告管理" ], - "summary": "文章资讯-文章列表-文章保存", + "summary": "广告管理-广告列表", "parameters": [ { "type": "string", @@ -317,7 +308,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ArticleSaveReq" + "$ref": "#/definitions/md.AdvertisingListReq" } } ], @@ -325,7 +316,7 @@ "200": { "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.AdvertisingResp" } }, "400": { @@ -337,9 +328,9 @@ } } }, - "/api/comm/getOssUrl": { - "get": { - "description": "上传许可链接(获取)", + "/api/advertising/save": { + "post": { + "description": "广告管理-广告列表-保存", "consumes": [ "application/json" ], @@ -347,9 +338,9 @@ "application/json" ], "tags": [ - "对象存储" + "广告管理" ], - "summary": "通用请求-对象存储-上传许可链接(获取)", + "summary": "广告管理-广告列表-保存", "parameters": [ { "type": "string", @@ -357,11 +348,20 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AdvertisingSaveReq" + } } ], "responses": { "200": { - "description": "许可链接", + "description": "具体数据", "schema": { "type": "string" } @@ -375,9 +375,9 @@ } } }, - "/api/comm/oss/getBasic": { - "get": { - "description": "对象存储设置(获取)", + "/api/advertising/setBasic": { + "post": { + "description": "广告管理-基础设置-信息保存", "consumes": [ "application/json" ], @@ -385,9 +385,9 @@ "application/json" ], "tags": [ - "对象存储" + "广告管理" ], - "summary": "设置中心-对象存储-对象存储设置(获取)", + "summary": "广告管理-基础设置-信息保存", "parameters": [ { "type": "string", @@ -395,13 +395,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AdvertisingBase" + } } ], "responses": { "200": { - "description": "设置列表", + "description": "具体数据", "schema": { - "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp" + "type": "string" } }, "400": { @@ -413,9 +422,9 @@ } } }, - "/api/comm/oss/setBasic": { + "/api/advertising/setLimit": { "post": { - "description": "对象存储设置(更新)", + "description": "广告管理-广告设置-信息保存", "consumes": [ "application/json" ], @@ -423,9 +432,9 @@ "application/json" ], "tags": [ - "对象存储" + "广告管理" ], - "summary": "设置中心-对象存储-对象存储设置(更新)", + "summary": "广告管理-广告设置-信息保存", "parameters": [ { "type": "string", @@ -435,18 +444,18 @@ "required": true }, { - "description": "上传需要修改的信息", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq" + "$ref": "#/definitions/md.AdvertisingLimit" } } ], "responses": { "200": { - "description": "success", + "description": "具体数据", "schema": { "type": "string" } @@ -460,9 +469,9 @@ } } }, - "/api/demo": { + "/api/article/cate/del": { "post": { - "description": "Demo样例测试", + "description": "分类列表-分类删除", "consumes": [ "application/json" ], @@ -470,24 +479,32 @@ "application/json" ], "tags": [ - "Demo" + "文章资讯" ], - "summary": "Demo测试", + "summary": "文章资讯-分类列表-分类删除", "parameters": [ { - "description": "用户名密码", + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, - "schema": {} + "schema": { + "$ref": "#/definitions/md.ArticleCateDelReq" + } } ], "responses": { "200": { - "description": "token", + "description": "具体数据", "schema": { - "type": "object", - "additionalProperties": true + "type": "string" } }, "400": { @@ -499,9 +516,9 @@ } } }, - "/api/financialCenter/withdraw/applyList": { + "/api/article/cate/list": { "post": { - "description": "提现申请列表(获取)", + "description": "分类列表", "consumes": [ "application/json" ], @@ -509,9 +526,9 @@ "application/json" ], "tags": [ - "提现" + "文章资讯" ], - "summary": "财务中心-提现-提现申请列表(获取)", + "summary": "文章资讯-分类列表", "parameters": [ { "type": "string", @@ -521,11 +538,12 @@ "required": true }, { - "description": "筛选条件", + "description": "(分页信息必填)", "name": "req", "in": "body", + "required": true, "schema": { - "$ref": "#/definitions/md.GetWithdrawApplyListReq" + "$ref": "#/definitions/md.ArticleCateListReq" } } ], @@ -533,7 +551,7 @@ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetWithdrawApplyListResp" + "$ref": "#/definitions/md.ArticleCateListResp" } }, "400": { @@ -545,9 +563,9 @@ } } }, - "/api/financialCenter/withdraw/setting": { - "get": { - "description": "基础设置(获取)", + "/api/article/cate/save": { + "post": { + "description": "分类列表-分类保存", "consumes": [ "application/json" ], @@ -555,9 +573,9 @@ "application/json" ], "tags": [ - "提现" + "文章资讯" ], - "summary": "财务中心-提现-基础设置(获取)", + "summary": "文章资讯-分类列表-分类保存", "parameters": [ { "type": "string", @@ -565,13 +583,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.ArticleCateSaveReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetWithdrawSettingResp" + "type": "string" } }, "400": { @@ -583,9 +610,9 @@ } } }, - "/api/financialCenter/withdraw/updateWithdrawSetting": { + "/api/article/content/del": { "post": { - "description": "基础设置(更新)", + "description": "文章列表-文章删除", "consumes": [ "application/json" ], @@ -593,9 +620,9 @@ "application/json" ], "tags": [ - "提现" + "文章资讯" ], - "summary": "财务中心-提现-基础设置(更新)", + "summary": "文章资讯-文章列表-文章删除", "parameters": [ { "type": "string", @@ -605,20 +632,20 @@ "required": true }, { - "description": "id 必填", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateWithdrawSettingReq" + "$ref": "#/definitions/md.ArticleDelReq" } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "具体数据", "schema": { - "type": "int" + "type": "string" } }, "400": { @@ -630,9 +657,9 @@ } } }, - "/api/im/addCustomerService": { + "/api/article/content/list": { "post": { - "description": "客服(新增)", + "description": "文章列表", "consumes": [ "application/json" ], @@ -640,9 +667,9 @@ "application/json" ], "tags": [ - "客服" + "文章资讯" ], - "summary": "Im-客服(新增)", + "summary": "文章资讯-文章列表", "parameters": [ { "type": "string", @@ -652,20 +679,20 @@ "required": true }, { - "description": "相关参数", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddCustomerServiceReq" + "$ref": "#/definitions/md.ArticleListReq" } } ], "responses": { "200": { - "description": "success", + "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.ArticleListResp" } }, "400": { @@ -677,9 +704,9 @@ } } }, - "/api/im/addEmoticon": { + "/api/article/content/save": { "post": { - "description": "表情包(新增)", + "description": "文章列表-文章保存", "consumes": [ "application/json" ], @@ -687,9 +714,9 @@ "application/json" ], "tags": [ - "表情包" + "文章资讯" ], - "summary": "Im-表情包(新增)", + "summary": "文章资讯-文章列表-文章保存", "parameters": [ { "type": "string", @@ -699,18 +726,18 @@ "required": true }, { - "description": "相关参数", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddEmoticonReq" + "$ref": "#/definitions/md.ArticleSaveReq" } } ], "responses": { "200": { - "description": "success", + "description": "具体数据", "schema": { "type": "string" } @@ -724,9 +751,9 @@ } } }, - "/api/im/deleteEmoticon": { - "post": { - "description": "表情包(删除)", + "/api/comm/getOssUrl": { + "get": { + "description": "上传许可链接(获取)", "consumes": [ "application/json" ], @@ -734,9 +761,9 @@ "application/json" ], "tags": [ - "表情包" + "对象存储" ], - "summary": "Im-表情包(删除)", + "summary": "通用请求-对象存储-上传许可链接(获取)", "parameters": [ { "type": "string", @@ -744,20 +771,11 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "相关参数", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.DeleteEmoticonReq" - } } ], "responses": { "200": { - "description": "success", + "description": "许可链接", "schema": { "type": "string" } @@ -771,9 +789,9 @@ } } }, - "/api/im/getBasic": { - "get": { - "description": "基础设置(获取)", + "/api/demo": { + "post": { + "description": "Demo样例测试", "consumes": [ "application/json" ], @@ -781,23 +799,24 @@ "application/json" ], "tags": [ - "基础设置" + "Demo" ], - "summary": "Im-基础设置(获取)", + "summary": "Demo测试", "parameters": [ { - "type": "string", - "description": "验证参数Bearer和token空格拼接", - "name": "Authorization", - "in": "header", - "required": true + "description": "用户名密码", + "name": "req", + "in": "body", + "required": true, + "schema": {} } ], "responses": { "200": { - "description": "设置列表", + "description": "token", "schema": { - "$ref": "#/definitions/applet_app_md_im.GetBasicResp" + "type": "object", + "additionalProperties": true } }, "400": { @@ -809,9 +828,9 @@ } } }, - "/api/im/pageCustomerService": { + "/api/financialCenter/withdraw/applyList": { "post": { - "description": "客服(列表)", + "description": "提现申请列表(获取)", "consumes": [ "application/json" ], @@ -819,9 +838,9 @@ "application/json" ], "tags": [ - "客服" + "提现" ], - "summary": "Im-客服(列表)", + "summary": "财务中心-提现-提现申请列表(获取)", "parameters": [ { "type": "string", @@ -831,20 +850,19 @@ "required": true }, { - "description": "相关参数", + "description": "筛选条件", "name": "req", "in": "body", - "required": true, "schema": { - "$ref": "#/definitions/md.PageCustomerServiceReq" + "$ref": "#/definitions/md.GetWithdrawApplyListReq" } } ], "responses": { "200": { - "description": "设置列表", + "description": "具体数据", "schema": { - "$ref": "#/definitions/applet_app_md_im.GetBasicResp" + "$ref": "#/definitions/md.GetWithdrawApplyListResp" } }, "400": { @@ -856,9 +874,9 @@ } } }, - "/api/im/pageEmoticon": { - "post": { - "description": "表情包(列表)", + "/api/financialCenter/withdraw/setting": { + "get": { + "description": "基础设置(获取)", "consumes": [ "application/json" ], @@ -866,9 +884,9 @@ "application/json" ], "tags": [ - "表情包" + "提现" ], - "summary": "Im-表情包(列表)", + "summary": "财务中心-提现-基础设置(获取)", "parameters": [ { "type": "string", @@ -876,22 +894,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "相关参数", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.PageEmoticonReq" - } } ], "responses": { "200": { - "description": "设置列表", + "description": "具体数据", "schema": { - "$ref": "#/definitions/applet_app_md_im.GetBasicResp" + "$ref": "#/definitions/md.GetWithdrawSettingResp" } }, "400": { @@ -903,9 +912,9 @@ } } }, - "/api/im/pageSendRedPackageOrd": { + "/api/financialCenter/withdraw/updateWithdrawSetting": { "post": { - "description": "红包记录(列表)", + "description": "基础设置(更新)", "consumes": [ "application/json" ], @@ -913,9 +922,9 @@ "application/json" ], "tags": [ - "红包记录" + "提现" ], - "summary": "Im-红包记录(列表)", + "summary": "财务中心-提现-基础设置(更新)", "parameters": [ { "type": "string", @@ -925,20 +934,20 @@ "required": true }, { - "description": "相关参数", + "description": "id 必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.PageSendRedPackageOrdReq" + "$ref": "#/definitions/md.UpdateWithdrawSettingReq" } } ], "responses": { "200": { - "description": "success", + "description": "修改数据条数", "schema": { - "type": "string" + "type": "int" } }, "400": { @@ -950,9 +959,9 @@ } } }, - "/api/im/redPackageRecordsDetail": { - "get": { - "description": "红包记录(详情)", + "/api/im/addCustomerService": { + "post": { + "description": "客服(新增)", "consumes": [ "application/json" ], @@ -960,9 +969,9 @@ "application/json" ], "tags": [ - "红包记录" + "客服" ], - "summary": "Im-红包记录(详情)", + "summary": "Im-客服(新增)", "parameters": [ { "type": "string", @@ -972,11 +981,13 @@ "required": true }, { - "type": "string", - "description": "红包id", - "name": "red_package_id", - "in": "query", - "required": true + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AddCustomerServiceReq" + } } ], "responses": { @@ -995,9 +1006,9 @@ } } }, - "/api/im/setBasic": { + "/api/im/addEmoticon": { "post": { - "description": "基础设置(更新)", + "description": "表情包(新增)", "consumes": [ "application/json" ], @@ -1005,9 +1016,9 @@ "application/json" ], "tags": [ - "基础设置" + "表情包" ], - "summary": "Im-基础设置(更新)", + "summary": "Im-表情包(新增)", "parameters": [ { "type": "string", @@ -1017,12 +1028,12 @@ "required": true }, { - "description": "上传需要修改的信息", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/applet_app_md_im.SetBasicReq" + "$ref": "#/definitions/md.AddEmoticonReq" } } ], @@ -1042,9 +1053,9 @@ } } }, - "/api/im/setCustomerServiceState": { + "/api/im/batchSendGroupMessage": { "post": { - "description": "客服(更新状态)", + "description": "发送群组消息", "consumes": [ "application/json" ], @@ -1052,9 +1063,9 @@ "application/json" ], "tags": [ - "客服" + "发送群组消息" ], - "summary": "Im-客服(更新状态)", + "summary": "Im-发送群组消息", "parameters": [ { "type": "string", @@ -1069,15 +1080,15 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.SetCustomerServiceStateReq" + "$ref": "#/definitions/md.GroupListReq" } } ], "responses": { "200": { - "description": "success", + "description": "OK", "schema": { - "type": "string" + "$ref": "#/definitions/md.GroupListResp" } }, "400": { @@ -1089,9 +1100,9 @@ } } }, - "/api/im/setEmoticonState": { + "/api/im/batchSendUserMessage": { "post": { - "description": "表情包(新增)", + "description": "发送用户消息", "consumes": [ "application/json" ], @@ -1099,9 +1110,9 @@ "application/json" ], "tags": [ - "表情包" + "发送用户消息" ], - "summary": "Im-表情包(更新状态)", + "summary": "Im-发送用户消息", "parameters": [ { "type": "string", @@ -1116,15 +1127,15 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.SetEmoticonStateReq" + "$ref": "#/definitions/md.GroupListReq" } } ], "responses": { "200": { - "description": "success", + "description": "OK", "schema": { - "type": "string" + "$ref": "#/definitions/md.GroupListResp" } }, "400": { @@ -1136,9 +1147,9 @@ } } }, - "/api/im/updateCustomerServiceMemo": { + "/api/im/deleteEmoticon": { "post": { - "description": "客服(编辑备注)", + "description": "表情包(删除)", "consumes": [ "application/json" ], @@ -1146,9 +1157,9 @@ "application/json" ], "tags": [ - "客服" + "表情包" ], - "summary": "Im-客服(编辑备注)", + "summary": "Im-表情包(删除)", "parameters": [ { "type": "string", @@ -1163,7 +1174,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq" + "$ref": "#/definitions/md.DeleteEmoticonReq" } } ], @@ -1183,9 +1194,9 @@ } } }, - "/api/im/updateEmoticon": { - "post": { - "description": "表情包(编辑)", + "/api/im/getBasic": { + "get": { + "description": "基础设置(获取)", "consumes": [ "application/json" ], @@ -1193,9 +1204,9 @@ "application/json" ], "tags": [ - "表情包" + "基础设置" ], - "summary": "Im-表情包(编辑)", + "summary": "Im-基础设置(获取)", "parameters": [ { "type": "string", @@ -1203,22 +1214,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "相关参数", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.UpdateEmoticonReq" - } } ], "responses": { "200": { - "description": "success", + "description": "设置列表", "schema": { - "type": "string" + "$ref": "#/definitions/applet_app_md_im.GetBasicResp" } }, "400": { @@ -1230,9 +1232,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/addVipSetting": { + "/api/im/groupList": { "post": { - "description": "会员设置(新增)", + "description": "群组(列表)", "consumes": [ "application/json" ], @@ -1240,9 +1242,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "群组" ], - "summary": "制度中心-蛋蛋能量-会员设置(新增)", + "summary": "Im-群组(列表)", "parameters": [ { "type": "string", @@ -1252,20 +1254,20 @@ "required": true }, { - "description": "system_id 必填", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq" + "$ref": "#/definitions/md.GroupListReq" } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "OK", "schema": { - "type": "int" + "$ref": "#/definitions/md.GroupListResp" } }, "400": { @@ -1277,9 +1279,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/availableEnergy/list": { + "/api/im/pageCustomerService": { "post": { - "description": "动态数据流水(获取)", + "description": "客服(列表)", "consumes": [ "application/json" ], @@ -1287,9 +1289,9 @@ "application/json" ], "tags": [ - "公排管理" + "客服" ], - "summary": "制度中心-动态数据-动态数据流水(获取)", + "summary": "Im-客服(列表)", "parameters": [ { "type": "string", @@ -1299,20 +1301,20 @@ "required": true }, { - "description": "页数、每页大小必传 起止时间、持有类型选传", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.DynamicDataFlowListReq" + "$ref": "#/definitions/md.PageCustomerServiceReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "设置列表", "schema": { - "$ref": "#/definitions/md.DynamicDataFlowListResp" + "$ref": "#/definitions/applet_app_md_im.GetBasicResp" } }, "400": { @@ -1324,9 +1326,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/contributionValue/basic": { - "get": { - "description": "贡献值-基础设置(获取)", + "/api/im/pageEmoticon": { + "post": { + "description": "表情包(列表)", "consumes": [ "application/json" ], @@ -1334,9 +1336,9 @@ "application/json" ], "tags": [ - "贡献值" + "表情包" ], - "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)", + "summary": "Im-表情包(列表)", "parameters": [ { "type": "string", @@ -1344,13 +1346,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.PageEmoticonReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "设置列表", "schema": { - "$ref": "#/definitions/md.GetContributionValueBasicSettingResp" + "$ref": "#/definitions/applet_app_md_im.GetBasicResp" } }, "400": { @@ -1362,9 +1373,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": { + "/api/im/pageSendRedPackageOrd": { "post": { - "description": "贡献值-基础设置(更新)", + "description": "红包记录(列表)", "consumes": [ "application/json" ], @@ -1372,9 +1383,9 @@ "application/json" ], "tags": [ - "贡献值" + "红包记录" ], - "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)", + "summary": "Im-红包记录(列表)", "parameters": [ { "type": "string", @@ -1384,20 +1395,20 @@ "required": true }, { - "description": "id 必填", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq" + "$ref": "#/definitions/md.PageSendRedPackageOrdReq" } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "success", "schema": { - "type": "int" + "type": "string" } }, "400": { @@ -1409,9 +1420,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": { - "post": { - "description": "蛋蛋分管理(人工打分)", + "/api/im/redPackageRecordsDetail": { + "get": { + "description": "红包记录(详情)", "consumes": [ "application/json" ], @@ -1419,9 +1430,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "红包记录" ], - "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)", + "summary": "Im-红包记录(详情)", "parameters": [ { "type": "string", @@ -1431,18 +1442,16 @@ "required": true }, { - "description": "请求参数", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.ManualScoreReq" - } + "type": "string", + "description": "红包id", + "name": "red_package_id", + "in": "query", + "required": true } ], "responses": { "200": { - "description": "成功返回", + "description": "success", "schema": { "type": "string" } @@ -1456,9 +1465,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": { + "/api/im/setBasic": { "post": { - "description": "蛋蛋分管理(着陆页数据分析)", + "description": "基础设置(更新)", "consumes": [ "application/json" ], @@ -1466,9 +1475,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "基础设置" ], - "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)", + "summary": "Im-基础设置(更新)", "parameters": [ { "type": "string", @@ -1478,20 +1487,20 @@ "required": true }, { - "description": "请求参数", + "description": "上传需要修改的信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.StatisticsEggPointReq" + "$ref": "#/definitions/applet_app_md_im.SetBasicReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "success", "schema": { - "$ref": "#/definitions/md.StatisticsEggPointResp" + "type": "string" } }, "400": { @@ -1503,9 +1512,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": { + "/api/im/setCustomerServiceState": { "post": { - "description": "蛋蛋分管理(用户数据列表)", + "description": "客服(更新状态)", "consumes": [ "application/json" ], @@ -1513,9 +1522,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "客服" ], - "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)", + "summary": "Im-客服(更新状态)", "parameters": [ { "type": "string", @@ -1525,20 +1534,20 @@ "required": true }, { - "description": "请求参数", + "description": "相关参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserEggFlowReq" + "$ref": "#/definitions/md.SetCustomerServiceStateReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "success", "schema": { - "$ref": "#/definitions/md.UserEggFlowReqResp" + "type": "string" } }, "400": { @@ -1550,9 +1559,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/getBasic": { - "get": { - "description": "基础设置(获取)", + "/api/im/setEmoticonState": { + "post": { + "description": "表情包(新增)", "consumes": [ "application/json" ], @@ -1560,9 +1569,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "表情包" ], - "summary": "制度中心-蛋蛋能量-基础设置(获取)", + "summary": "Im-表情包(更新状态)", "parameters": [ { "type": "string", @@ -1570,13 +1579,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.SetEmoticonStateReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "success", "schema": { - "$ref": "#/definitions/md.GetEggEnergyBasicResp" + "type": "string" } }, "400": { @@ -1588,9 +1606,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/getVipSetting": { - "get": { - "description": "基础会员设置(获取)", + "/api/im/updateCustomerServiceMemo": { + "post": { + "description": "客服(编辑备注)", "consumes": [ "application/json" ], @@ -1598,9 +1616,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "客服" ], - "summary": "制度中心-蛋蛋能量-基础会员设置(获取)", + "summary": "Im-客服(编辑备注)", "parameters": [ { "type": "string", @@ -1608,13 +1626,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "success", "schema": { - "$ref": "#/definitions/md.GetEggEnergyVipSettingResp" + "type": "string" } }, "400": { @@ -1626,9 +1653,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/getVirtualCoinList": { - "get": { - "description": "查询所有币种(获取)", + "/api/im/updateEmoticon": { + "post": { + "description": "表情包(编辑)", "consumes": [ "application/json" ], @@ -1636,9 +1663,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "表情包" ], - "summary": "制度中心-蛋蛋能量-查询所有币种(获取)", + "summary": "Im-表情包(编辑)", "parameters": [ { "type": "string", @@ -1646,16 +1673,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "相关参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateEmoticonReq" + } } ], "responses": { "200": { - "description": "成功返回", + "description": "success", "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/md.VirtualCoin" - } + "type": "string" } }, "400": { @@ -1667,9 +1700,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/globalData/coreDataList": { - "get": { - "description": "数据概览(获取)", + "/api/institutionalManagement/eggEnergy/addVipSetting": { + "post": { + "description": "会员设置(新增)", "consumes": [ "application/json" ], @@ -1679,7 +1712,7 @@ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-数据概览(获取)", + "summary": "制度中心-蛋蛋能量-会员设置(新增)", "parameters": [ { "type": "string", @@ -1687,13 +1720,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "system_id 必填", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "修改数据条数", "schema": { - "$ref": "#/definitions/md.GetEggCoreDataListResp" + "type": "int" } }, "400": { @@ -1705,9 +1747,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": { + "/api/institutionalManagement/eggEnergy/availableEnergy/list": { "post": { - "description": "价值明细数据(新增)", + "description": "动态数据流水(获取)", "consumes": [ "application/json" ], @@ -1715,9 +1757,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "公排管理" ], - "summary": "制度中心-蛋蛋能量-价值明细数据(新增)", + "summary": "制度中心-动态数据-动态数据流水(获取)", "parameters": [ { "type": "string", @@ -1727,20 +1769,20 @@ "required": true }, { - "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填", + "description": "页数、每页大小必传 起止时间、持有类型选传", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddFundDataReq" + "$ref": "#/definitions/md.DynamicDataFlowListReq" } } ], "responses": { "200": { - "description": "插入数据 id", + "description": "成功返回", "schema": { - "type": "int" + "$ref": "#/definitions/md.DynamicDataFlowListResp" } }, "400": { @@ -1752,9 +1794,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/globalData/fundDataList": { - "post": { - "description": "新增数据列表(获取)", + "/api/institutionalManagement/eggEnergy/contributionValue/basic": { + "get": { + "description": "贡献值-基础设置(获取)", "consumes": [ "application/json" ], @@ -1762,9 +1804,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "贡献值" ], - "summary": "制度中心-蛋蛋能量-新增数据列表(获取)", + "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)", "parameters": [ { "type": "string", @@ -1772,22 +1814,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "分页信息必填", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.GetFundDataListReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetFundDataListResp" + "$ref": "#/definitions/md.GetContributionValueBasicSettingResp" } }, "400": { @@ -1799,9 +1832,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": { + "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": { "post": { - "description": "新增数据列表详情(查询)", + "description": "贡献值-基础设置(更新)", "consumes": [ "application/json" ], @@ -1809,9 +1842,9 @@ "application/json" ], "tags": [ - "蛋蛋能量" + "贡献值" ], - "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)", + "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)", "parameters": [ { "type": "string", @@ -1821,20 +1854,20 @@ "required": true }, { - "description": "获取到的 system_id 以及分页信息", + "description": "id 必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.GetFundDataRecordListReq" + "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "修改数据条数", "schema": { - "$ref": "#/definitions/md.GetFundDataRecordListResp" + "type": "int" } }, "400": { @@ -1846,9 +1879,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": { - "get": { - "description": "价格趋势(获取)", + "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": { + "post": { + "description": "蛋蛋分管理(人工打分)", "consumes": [ "application/json" ], @@ -1858,7 +1891,7 @@ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-价格趋势(获取)", + "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)", "parameters": [ { "type": "string", @@ -1868,17 +1901,20 @@ "required": true }, { - "type": "string", - "description": "1:按天 2:按小时 3:按周", - "name": "kind", - "in": "query" + "description": "请求参数", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.ManualScoreReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.GetPriceCurveResp" + "type": "string" } }, "400": { @@ -1890,9 +1926,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": { + "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": { "post": { - "description": "激励视频(获取)", + "description": "蛋蛋分管理(着陆页数据分析)", "consumes": [ "application/json" ], @@ -1902,7 +1938,7 @@ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)", + "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)", "parameters": [ { "type": "string", @@ -1912,20 +1948,20 @@ "required": true }, { - "description": "落地页不填页大小默认20条数据", + "description": "请求参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.SetVideoRewardReq" + "$ref": "#/definitions/md.StatisticsEggPointReq" } } ], "responses": { "200": { - "description": "OK", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.GetVideoRewardResp" + "$ref": "#/definitions/md.StatisticsEggPointResp" } }, "400": { @@ -1937,9 +1973,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": { + "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": { "post": { - "description": "其他广告设置数据(新增)", + "description": "蛋蛋分管理(用户数据列表)", "consumes": [ "application/json" ], @@ -1949,7 +1985,7 @@ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)", + "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)", "parameters": [ { "type": "string", @@ -1959,20 +1995,20 @@ "required": true }, { - "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填", + "description": "请求参数", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddPlatformRevenueReq" + "$ref": "#/definitions/md.UserEggFlowReq" } } ], "responses": { "200": { - "description": "插入数据 id", + "description": "成功返回", "schema": { - "type": "int" + "$ref": "#/definitions/md.UserEggFlowReqResp" } }, "400": { @@ -1984,9 +2020,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": { - "post": { - "description": "其他广告设置数据(获取)", + "/api/institutionalManagement/eggEnergy/getBasic": { + "get": { + "description": "基础设置(获取)", "consumes": [ "application/json" ], @@ -1996,7 +2032,7 @@ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)", + "summary": "制度中心-蛋蛋能量-基础设置(获取)", "parameters": [ { "type": "string", @@ -2004,22 +2040,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "分页信息必填", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.ListPlatformRevenueReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.ListPlatformRevenueResp" + "$ref": "#/definitions/md.GetEggEnergyBasicResp" } }, "400": { @@ -2031,9 +2058,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": { - "post": { - "description": "激励视频(设置)", + "/api/institutionalManagement/eggEnergy/getVipSetting": { + "get": { + "description": "基础会员设置(获取)", "consumes": [ "application/json" ], @@ -2043,7 +2070,7 @@ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)", + "summary": "制度中心-蛋蛋能量-基础会员设置(获取)", "parameters": [ { "type": "string", @@ -2051,22 +2078,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "落地页不填页大小默认20条数据", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.SetVideoRewardReq" - } } ], "responses": { "200": { - "description": "success", + "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.GetEggEnergyVipSettingResp" } }, "400": { @@ -2078,9 +2096,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/updateBasic": { - "post": { - "description": "基础设置(更新)", + "/api/institutionalManagement/eggEnergy/getVirtualCoinList": { + "get": { + "description": "查询所有币种(获取)", "consumes": [ "application/json" ], @@ -2090,7 +2108,7 @@ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-基础设置(更新)", + "summary": "制度中心-蛋蛋能量-查询所有币种(获取)", "parameters": [ { "type": "string", @@ -2098,22 +2116,16 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "system_id 必填", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.UpdateEggEnergyBasicReq" - } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "成功返回", "schema": { - "type": "int" + "type": "array", + "items": { + "$ref": "#/definitions/md.VirtualCoin" + } } }, "400": { @@ -2125,9 +2137,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/updateVipSetting": { - "post": { - "description": "会员设置(更新)", + "/api/institutionalManagement/eggEnergy/globalData/coreDataList": { + "get": { + "description": "数据概览(获取)", "consumes": [ "application/json" ], @@ -2137,7 +2149,7 @@ "tags": [ "蛋蛋能量" ], - "summary": "制度中心-蛋蛋能量-会员设置(更新)", + "summary": "制度中心-蛋蛋能量-数据概览(获取)", "parameters": [ { "type": "string", @@ -2145,22 +2157,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq" - } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.GetEggCoreDataListResp" } }, "400": { @@ -2172,9 +2175,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": { + "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": { "post": { - "description": "蛋蛋能量流水(查询)", + "description": "价值明细数据(新增)", "consumes": [ "application/json" ], @@ -2182,9 +2185,9 @@ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)", + "summary": "制度中心-蛋蛋能量-价值明细数据(新增)", "parameters": [ { "type": "string", @@ -2194,20 +2197,20 @@ "required": true }, { - "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小", + "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq" + "$ref": "#/definitions/md.AddFundDataReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "插入数据 id", "schema": { - "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp" + "type": "int" } }, "400": { @@ -2219,9 +2222,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": { + "/api/institutionalManagement/eggEnergy/globalData/fundDataList": { "post": { - "description": "蛋蛋能量明细(获取)", + "description": "新增数据列表(获取)", "consumes": [ "application/json" ], @@ -2229,9 +2232,9 @@ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)", + "summary": "制度中心-蛋蛋能量-新增数据列表(获取)", "parameters": [ { "type": "string", @@ -2241,19 +2244,20 @@ "required": true }, { - "description": "落地页不填页大小默认20条数据", + "description": "分页信息必填", "name": "req", "in": "body", + "required": true, "schema": { - "$ref": "#/definitions/md.GetActivePointsUserCoinListReq" + "$ref": "#/definitions/md.GetFundDataListReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetActivePointsUserCoinListResp" + "$ref": "#/definitions/md.GetFundDataListResp" } }, "400": { @@ -2265,9 +2269,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": { + "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": { "post": { - "description": "蛋蛋积分持有者明细(获取)", + "description": "新增数据列表详情(查询)", "consumes": [ "application/json" ], @@ -2275,9 +2279,9 @@ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)", + "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)", "parameters": [ { "type": "string", @@ -2287,19 +2291,20 @@ "required": true }, { - "description": "落地页不填页大小默认20条数据", + "description": "获取到的 system_id 以及分页信息", "name": "req", "in": "body", + "required": true, "schema": { - "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq" + "$ref": "#/definitions/md.GetFundDataRecordListReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp" + "$ref": "#/definitions/md.GetFundDataRecordListResp" } }, "400": { @@ -2311,9 +2316,9 @@ } } }, - "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": { - "post": { - "description": "蛋蛋积分流水明细(查询)", + "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": { + "get": { + "description": "价格趋势(获取)", "consumes": [ "application/json" ], @@ -2321,9 +2326,9 @@ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)", + "summary": "制度中心-蛋蛋能量-价格趋势(获取)", "parameters": [ { "type": "string", @@ -2333,20 +2338,17 @@ "required": true }, { - "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq" - } + "type": "string", + "description": "1:按天 2:按小时 3:按周", + "name": "kind", + "in": "query" } ], "responses": { "200": { - "description": "成功返回", + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp" + "$ref": "#/definitions/md.GetPriceCurveResp" } }, "400": { @@ -2358,9 +2360,9 @@ } } }, - "/api/institutionalManagement/moduleSetting/getModuleSetting": { - "get": { - "description": "个性化设置(获取)", + "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": { + "post": { + "description": "激励视频(获取)", "consumes": [ "application/json" ], @@ -2368,9 +2370,9 @@ "application/json" ], "tags": [ - "模块设置" + "蛋蛋能量" ], - "summary": "制度中心-模块设置-个性化设置(获取)", + "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)", "parameters": [ { "type": "string", @@ -2380,18 +2382,20 @@ "required": true }, { - "type": "string", - "description": "模块类型值", - "name": "mod_name_value", - "in": "query", - "required": true + "description": "落地页不填页大小默认20条数据", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.SetVideoRewardReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "OK", "schema": { - "$ref": "#/definitions/md.ModuleSettingGetResp" + "$ref": "#/definitions/md.GetVideoRewardResp" } }, "400": { @@ -2403,9 +2407,9 @@ } } }, - "/api/institutionalManagement/moduleSetting/updateModuleSetting": { + "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": { "post": { - "description": "个性化设置(更新)", + "description": "其他广告设置数据(新增)", "consumes": [ "application/json" ], @@ -2413,9 +2417,9 @@ "application/json" ], "tags": [ - "模块设置" + "蛋蛋能量" ], - "summary": "制度中心-模块设置-个性化设置(更新)", + "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)", "parameters": [ { "type": "string", @@ -2425,18 +2429,18 @@ "required": true }, { - "description": "模块类型值必填", + "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ModuleSettingUpdateReq" + "$ref": "#/definitions/md.AddPlatformRevenueReq" } } ], "responses": { "200": { - "description": "修改数据条数", + "description": "插入数据 id", "schema": { "type": "int" } @@ -2450,9 +2454,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": { + "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": { "post": { - "description": "社区分红(新增)", + "description": "其他广告设置数据(获取)", "consumes": [ "application/json" ], @@ -2460,9 +2464,9 @@ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-公排管理-社区分红(新增)", + "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)", "parameters": [ { "type": "string", @@ -2472,20 +2476,20 @@ "required": true }, { - "description": "分红名称、分红总量", + "description": "分页信息必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddCommunityDividendsReq" + "$ref": "#/definitions/md.ListPlatformRevenueReq" } } ], "responses": { "200": { - "description": "成功", + "description": "具体数据", "schema": { - "type": "success" + "$ref": "#/definitions/md.ListPlatformRevenueResp" } }, "400": { @@ -2497,9 +2501,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": { + "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": { "post": { - "description": "社区分红(查询)", + "description": "激励视频(设置)", "consumes": [ "application/json" ], @@ -2507,9 +2511,9 @@ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-公排管理-社区分红(查询)", + "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)", "parameters": [ { "type": "string", @@ -2519,20 +2523,20 @@ "required": true }, { - "description": "页数、每页大小必填 起止时间、起止数量选填", + "description": "落地页不填页大小默认20条数据", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ListCommunityDividendsReq" + "$ref": "#/definitions/md.SetVideoRewardReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "success", "schema": { - "$ref": "#/definitions/md.ListCommunityDividendsResp" + "type": "string" } }, "400": { @@ -2544,9 +2548,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": { + "/api/institutionalManagement/eggEnergy/updateBasic": { "post": { - "description": "社区长列表(新增)", + "description": "基础设置(更新)", "consumes": [ "application/json" ], @@ -2554,9 +2558,9 @@ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-公排管理-社区长列表(新增)", + "summary": "制度中心-蛋蛋能量-基础设置(更新)", "parameters": [ { "type": "string", @@ -2566,18 +2570,18 @@ "required": true }, { - "description": "新增社区长 ID、备注", + "description": "system_id 必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq" + "$ref": "#/definitions/md.UpdateEggEnergyBasicReq" } } ], "responses": { "200": { - "description": "插入数据 ID", + "description": "修改数据条数", "schema": { "type": "int" } @@ -2591,9 +2595,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": { + "/api/institutionalManagement/eggEnergy/updateVipSetting": { "post": { - "description": "社区长列表(查询)", + "description": "会员设置(更新)", "consumes": [ "application/json" ], @@ -2601,9 +2605,9 @@ "application/json" ], "tags": [ - "公排管理" + "蛋蛋能量" ], - "summary": "制度中心-公排管理-社区长列表(查询)", + "summary": "制度中心-蛋蛋能量-会员设置(更新)", "parameters": [ { "type": "string", @@ -2613,20 +2617,20 @@ "required": true }, { - "description": "页数、每页大小必填 手机号、用户ID选填", + "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq" + "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq" } } ], "responses": { "200": { - "description": "社区长列表", + "description": "修改数据条数", "schema": { - "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp" + "type": "int" } }, "400": { @@ -2638,9 +2642,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": { + "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": { "post": { - "description": "关系分布图(位置转换)", + "description": "蛋蛋能量流水(查询)", "consumes": [ "application/json" ], @@ -2650,7 +2654,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-关系分布图(位置转换)", + "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)", "parameters": [ { "type": "string", @@ -2660,12 +2664,12 @@ "required": true }, { - "description": "需要交换的两个位置", + "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.ExchangeUserPositionReq" + "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq" } } ], @@ -2673,7 +2677,7 @@ "200": { "description": "成功返回", "schema": { - "type": "" + "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp" } }, "400": { @@ -2685,9 +2689,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": { - "get": { - "description": "关系分布图(获取指定用户上级)", + "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": { + "post": { + "description": "蛋蛋能量明细(获取)", "consumes": [ "application/json" ], @@ -2697,7 +2701,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)", + "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)", "parameters": [ { "type": "string", @@ -2707,18 +2711,19 @@ "required": true }, { - "type": "string", - "description": "用户ID", - "name": "uid", - "in": "query", - "required": true + "description": "落地页不填页大小默认20条数据", + "name": "req", + "in": "body", + "schema": { + "$ref": "#/definitions/md.GetActivePointsUserCoinListReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.FindSubUserRelationshipMapResp" + "$ref": "#/definitions/md.GetActivePointsUserCoinListResp" } }, "400": { @@ -2730,9 +2735,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": { - "get": { - "description": "关系分布图(获取指定用户下级)", + "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": { + "post": { + "description": "蛋蛋积分持有者明细(获取)", "consumes": [ "application/json" ], @@ -2742,7 +2747,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)", + "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)", "parameters": [ { "type": "string", @@ -2752,18 +2757,19 @@ "required": true }, { - "type": "string", - "description": "用户ID", - "name": "uid", - "in": "query", - "required": true + "description": "落地页不填页大小默认20条数据", + "name": "req", + "in": "body", + "schema": { + "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.TreeNode" + "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp" } }, "400": { @@ -2775,9 +2781,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/getBasic": { - "get": { - "description": "公排基础设置(获取)", + "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": { + "post": { + "description": "蛋蛋积分流水明细(查询)", "consumes": [ "application/json" ], @@ -2787,7 +2793,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-公排基础设置(获取)", + "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)", "parameters": [ { "type": "string", @@ -2795,13 +2801,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.GetPublicPlatoonBasicResp" + "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp" } }, "400": { @@ -2813,9 +2828,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": { - "delete": { - "description": "免罚用户(删除)", + "/api/institutionalManagement/moduleSetting/getModuleSetting": { + "get": { + "description": "个性化设置(获取)", "consumes": [ "application/json" ], @@ -2823,9 +2838,9 @@ "application/json" ], "tags": [ - "公排管理" + "模块设置" ], - "summary": "制度中心-公排管理-免罚用户(删除)", + "summary": "制度中心-模块设置-个性化设置(获取)", "parameters": [ { "type": "string", @@ -2835,20 +2850,18 @@ "required": true }, { - "description": "免罚用户ID", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.DeleteFreePublishUserReq" - } + "type": "string", + "description": "模块类型值", + "name": "mod_name_value", + "in": "query", + "required": true } ], "responses": { "200": { - "description": "删除数据数量", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.ModuleSettingGetResp" } }, "400": { @@ -2860,9 +2873,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": { + "/api/institutionalManagement/moduleSetting/updateModuleSetting": { "post": { - "description": "免罚用户(查询)", + "description": "个性化设置(更新)", "consumes": [ "application/json" ], @@ -2870,9 +2883,9 @@ "application/json" ], "tags": [ - "公排管理" + "模块设置" ], - "summary": "制度中心-公排管理-免罚用户(查询)", + "summary": "制度中心-模块设置-个性化设置(更新)", "parameters": [ { "type": "string", @@ -2882,20 +2895,20 @@ "required": true }, { - "description": "页数和行数必填,uid选填", + "description": "模块类型值必填 链接传入完整 URL", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.GetFreePublishUserReq" + "$ref": "#/definitions/md.ModuleSettingUpdateReq" } } ], "responses": { "200": { - "description": "成功返回", + "description": "修改数据条数", "schema": { - "$ref": "#/definitions/md.GetFreePublishUserResp" + "type": "int" } }, "400": { @@ -2907,9 +2920,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": { + "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": { "post": { - "description": "免罚用户(新增)", + "description": "社区分红(新增)", "consumes": [ "application/json" ], @@ -2919,7 +2932,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-免罚用户(新增)", + "summary": "制度中心-公排管理-社区分红(新增)", "parameters": [ { "type": "string", @@ -2929,20 +2942,20 @@ "required": true }, { - "description": "免罚用户ID", + "description": "分红名称、分红总量", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddFreePublishUserReq" + "$ref": "#/definitions/md.AddCommunityDividendsReq" } } ], "responses": { "200": { - "description": "插入数据 ID", + "description": "成功", "schema": { - "type": "int" + "type": "success" } }, "400": { @@ -2954,9 +2967,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/relationshipMap": { - "get": { - "description": "关系分布图(获取)", + "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": { + "post": { + "description": "社区分红(查询)", "consumes": [ "application/json" ], @@ -2966,7 +2979,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-关系分布图(获取)", + "summary": "制度中心-公排管理-社区分红(查询)", "parameters": [ { "type": "string", @@ -2976,25 +2989,20 @@ "required": true }, { - "type": "string", - "description": "phone", - "name": "phone", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "uid", - "name": "uid", - "in": "query", - "required": true + "description": "页数、每页大小必填 起止时间、起止数量选填", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.ListCommunityDividendsReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.TreeNode" + "$ref": "#/definitions/md.ListCommunityDividendsResp" } }, "400": { @@ -3006,9 +3014,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/selectMember": { + "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": { "post": { - "description": "公排基础设置选择会员(查询)", + "description": "社区长列表(新增)", "consumes": [ "application/json" ], @@ -3018,7 +3026,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-公排基础设置选择会员(查询)", + "summary": "制度中心-公排管理-社区长列表(新增)", "parameters": [ { "type": "string", @@ -3028,20 +3036,20 @@ "required": true }, { - "description": "分页信息必填", + "description": "新增社区长 ID、备注", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.SelectMemberReq" + "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "插入数据 ID", "schema": { - "$ref": "#/definitions/md.SelectMemberResp" + "type": "int" } }, "400": { @@ -3053,9 +3061,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/updateBasic": { - "put": { - "description": "公排基础设置(修改)", + "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": { + "post": { + "description": "社区长列表(查询)", "consumes": [ "application/json" ], @@ -3065,7 +3073,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-公排基础设置(修改)", + "summary": "制度中心-公排管理-社区长列表(查询)", "parameters": [ { "type": "string", @@ -3075,20 +3083,20 @@ "required": true }, { - "description": "公排设置表单内容", + "description": "页数、每页大小必填 手机号、用户ID选填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq" + "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq" } } ], "responses": { "200": { - "description": "success", + "description": "社区长列表", "schema": { - "type": "string" + "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp" } }, "400": { @@ -3100,9 +3108,9 @@ } } }, - "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": { + "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": { "post": { - "description": "日活分析", + "description": "关系分布图(位置转换)", "consumes": [ "application/json" ], @@ -3112,7 +3120,7 @@ "tags": [ "公排管理" ], - "summary": "制度中心-公排管理-日活分析", + "summary": "制度中心-公排管理-关系分布图(位置转换)", "parameters": [ { "type": "string", @@ -3122,20 +3130,20 @@ "required": true }, { - "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小", + "description": "需要交换的两个位置", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserDailyActivityAnalysisReq" + "$ref": "#/definitions/md.ExchangeUserPositionReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功返回", "schema": { - "$ref": "#/definitions/md.UserDailyActivityAnalysisResp" + "type": "" } }, "400": { @@ -3147,9 +3155,9 @@ } } }, - "/api/login": { - "post": { - "description": "登入", + "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": { + "get": { + "description": "关系分布图(获取指定用户上级)", "consumes": [ "application/json" ], @@ -3157,25 +3165,30 @@ "application/json" ], "tags": [ - "登录" + "公排管理" ], - "summary": "登陆", + "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)", "parameters": [ { - "description": "用户名密码", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.LoginReq" - } + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户ID", + "name": "uid", + "in": "query", + "required": true } ], "responses": { "200": { - "description": "token", + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.LoginResponse" + "$ref": "#/definitions/md.FindSubUserRelationshipMapResp" } }, "400": { @@ -3187,9 +3200,9 @@ } } }, - "/api/marketingApplications/newUserRedPackage/getBasic": { + "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": { "get": { - "description": "新人红包设置(获取)", + "description": "关系分布图(获取指定用户下级)", "consumes": [ "application/json" ], @@ -3197,9 +3210,9 @@ "application/json" ], "tags": [ - "营销应用" + "公排管理" ], - "summary": "制度中心-营销应用-新人红包设置(获取)", + "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)", "parameters": [ { "type": "string", @@ -3207,13 +3220,20 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "type": "string", + "description": "用户ID", + "name": "uid", + "in": "query", + "required": true } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp" + "$ref": "#/definitions/md.TreeNode" } }, "400": { @@ -3225,9 +3245,9 @@ } } }, - "/api/marketingApplications/newUserRedPackage/recordFlowList": { - "post": { - "description": "新人红包列表明细(查询)", + "/api/institutionalManagement/publicPlatoon/getBasic": { + "get": { + "description": "公排基础设置(获取)", "consumes": [ "application/json" ], @@ -3235,9 +3255,9 @@ "application/json" ], "tags": [ - "营销应用" + "公排管理" ], - "summary": "制度中心-营销应用-新人红包列表明细(查询)", + "summary": "制度中心-公排管理-公排基础设置(获取)", "parameters": [ { "type": "string", @@ -3245,22 +3265,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq" - } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp" + "$ref": "#/definitions/md.GetPublicPlatoonBasicResp" } }, "400": { @@ -3272,9 +3283,9 @@ } } }, - "/api/marketingApplications/newUserRedPackage/recordList": { - "post": { - "description": "新人红包列表(查询)", + "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": { + "delete": { + "description": "免罚用户(删除)", "consumes": [ "application/json" ], @@ -3282,9 +3293,9 @@ "application/json" ], "tags": [ - "营销应用" + "公排管理" ], - "summary": "制度中心-营销应用-新人红包列表(查询)", + "summary": "制度中心-公排管理-免罚用户(删除)", "parameters": [ { "type": "string", @@ -3294,20 +3305,20 @@ "required": true }, { - "description": "新人红包列表查询条件(分页信息必填)", + "description": "免罚用户ID", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NewUserRedPackageRecordListReq" + "$ref": "#/definitions/md.DeleteFreePublishUserReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "删除数据数量", "schema": { - "$ref": "#/definitions/md.NewUserRedPackageRecordListResp" + "type": "int" } }, "400": { @@ -3319,9 +3330,9 @@ } } }, - "/api/marketingApplications/newUserRedPackage/updateBasic": { - "put": { - "description": "新人红包设置(修改)", + "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": { + "post": { + "description": "免罚用户(查询)", "consumes": [ "application/json" ], @@ -3329,9 +3340,9 @@ "application/json" ], "tags": [ - "营销应用" + "公排管理" ], - "summary": "制度中心-营销应用-新人红包设置(修改)", + "summary": "制度中心-公排管理-免罚用户(查询)", "parameters": [ { "type": "string", @@ -3341,20 +3352,20 @@ "required": true }, { - "description": "新人红包设置表单", + "description": "页数和行数必填,uid选填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq" + "$ref": "#/definitions/md.GetFreePublishUserReq" } } ], "responses": { "200": { - "description": "success", + "description": "成功返回", "schema": { - "type": "string" + "$ref": "#/definitions/md.GetFreePublishUserResp" } }, "400": { @@ -3366,9 +3377,9 @@ } } }, - "/api/memberCenter/levelManagement/addLevel": { + "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": { "post": { - "description": "等级管理(新增)", + "description": "免罚用户(新增)", "consumes": [ "application/json" ], @@ -3376,9 +3387,9 @@ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级管理(新增)", + "summary": "制度中心-公排管理-免罚用户(新增)", "parameters": [ { "type": "string", @@ -3388,18 +3399,18 @@ "required": true }, { - "description": "需要新增的等级信息", + "description": "免罚用户ID", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddLevelReq" + "$ref": "#/definitions/md.AddFreePublishUserReq" } } ], "responses": { "200": { - "description": "新增等级ID", + "description": "插入数据 ID", "schema": { "type": "int" } @@ -3413,9 +3424,9 @@ } } }, - "/api/memberCenter/levelManagement/addLevelTask": { - "post": { - "description": "等级任务(新增)", + "/api/institutionalManagement/publicPlatoon/relationshipMap": { + "get": { + "description": "关系分布图(获取)", "consumes": [ "application/json" ], @@ -3423,9 +3434,9 @@ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级明细-等级任务(新增)", + "summary": "制度中心-公排管理-关系分布图(获取)", "parameters": [ { "type": "string", @@ -3435,20 +3446,25 @@ "required": true }, { - "description": "需要新增的任务信息", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.AddLevelTaskReq" - } + "type": "string", + "description": "phone", + "name": "phone", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "uid", + "name": "uid", + "in": "query", + "required": true } ], "responses": { "200": { - "description": "新增的任务ID", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.TreeNode" } }, "400": { @@ -3460,9 +3476,9 @@ } } }, - "/api/memberCenter/levelManagement/deleteLevel": { - "delete": { - "description": "等级管理(删除)", + "/api/institutionalManagement/publicPlatoon/selectMember": { + "post": { + "description": "公排基础设置选择会员(查询)", "consumes": [ "application/json" ], @@ -3470,9 +3486,9 @@ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级管理(删除)", + "summary": "制度中心-公排管理-公排基础设置选择会员(查询)", "parameters": [ { "type": "string", @@ -3482,20 +3498,20 @@ "required": true }, { - "description": "需要删除的等级 ID", + "description": "分页信息必填", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.DeleteLevelReq" + "$ref": "#/definitions/md.SelectMemberReq" } } ], "responses": { "200": { - "description": "成功删除数据数量", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.SelectMemberResp" } }, "400": { @@ -3507,9 +3523,9 @@ } } }, - "/api/memberCenter/levelManagement/deleteLevelTask": { - "delete": { - "description": "等级任务(删除)", + "/api/institutionalManagement/publicPlatoon/updateBasic": { + "put": { + "description": "公排基础设置(修改)", "consumes": [ "application/json" ], @@ -3517,9 +3533,9 @@ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级管理-等级任务(删除)", + "summary": "制度中心-公排管理-公排基础设置(修改)", "parameters": [ { "type": "string", @@ -3529,20 +3545,20 @@ "required": true }, { - "description": "需要删除的等级任务ID", + "description": "公排设置表单内容", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.DeleteTaskReq" + "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq" } } ], "responses": { "200": { - "description": "成功删除数据数量", + "description": "success", "schema": { - "type": "int" + "type": "string" } }, "400": { @@ -3554,9 +3570,9 @@ } } }, - "/api/memberCenter/levelManagement/getLevelList": { - "get": { - "description": "标签管理(获取)", + "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": { + "post": { + "description": "日活分析", "consumes": [ "application/json" ], @@ -3564,9 +3580,9 @@ "application/json" ], "tags": [ - "会员中心" + "公排管理" ], - "summary": "制度中心-会员中心-等级管理(获取)", + "summary": "制度中心-公排管理-日活分析", "parameters": [ { "type": "string", @@ -3576,25 +3592,20 @@ "required": true }, { - "type": "integer", - "description": "每页大小", - "name": "limit", - "in": "query", - "required": true - }, - { - "type": "integer", - "description": "页数", - "name": "page", - "in": "query", - "required": true + "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UserDailyActivityAnalysisReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.GetLevelListResp" + "$ref": "#/definitions/md.UserDailyActivityAnalysisResp" } }, "400": { @@ -3606,9 +3617,9 @@ } } }, - "/api/memberCenter/levelManagement/getOneLevel": { - "get": { - "description": "等级明细(获取)", + "/api/login": { + "post": { + "description": "登入", "consumes": [ "application/json" ], @@ -3616,30 +3627,25 @@ "application/json" ], "tags": [ - "会员中心" + "登录" ], - "summary": "制度中心-会员中心-等级管理-等级明细(获取)", + "summary": "登陆", "parameters": [ { - "type": "string", - "description": "验证参数Bearer和token空格拼接", - "name": "Authorization", - "in": "header", - "required": true - }, - { - "type": "integer", - "description": "等级 ID", - "name": "level_id", - "in": "query", - "required": true + "description": "用户名密码", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.LoginReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "token", "schema": { - "$ref": "#/definitions/md.GetOneLevelResp" + "$ref": "#/definitions/md.LoginResponse" } }, "400": { @@ -3651,9 +3657,9 @@ } } }, - "/api/memberCenter/levelManagement/updateLevel": { - "post": { - "description": "等级管理(更新)", + "/api/marketingApplications/newUserRedPackage/getBasic": { + "get": { + "description": "新人红包设置(获取)", "consumes": [ "application/json" ], @@ -3661,9 +3667,9 @@ "application/json" ], "tags": [ - "会员中心" + "营销应用" ], - "summary": "制度中心-会员中心-等级管理(更新)", + "summary": "制度中心-营销应用-新人红包设置(获取)", "parameters": [ { "type": "string", @@ -3671,22 +3677,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "需要修改的等级信息", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.UpdateLevelReq" - } } ], "responses": { "200": { - "description": "成功修改数据条数", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp" } }, "400": { @@ -3698,9 +3695,9 @@ } } }, - "/api/memberCenter/levelManagement/updateLevelTask": { + "/api/marketingApplications/newUserRedPackage/recordFlowList": { "post": { - "description": "等级任务(更新)", + "description": "新人红包列表明细(查询)", "consumes": [ "application/json" ], @@ -3708,9 +3705,9 @@ "application/json" ], "tags": [ - "会员中心" + "营销应用" ], - "summary": "制度中心-会员中心-等级明细-等级任务(更新)", + "summary": "制度中心-营销应用-新人红包列表明细(查询)", "parameters": [ { "type": "string", @@ -3720,20 +3717,20 @@ "required": true }, { - "description": "需要修改的等级任务信息", + "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateLevelTaskReq" + "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq" } } ], "responses": { "200": { - "description": "成功修改数据条数", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp" } }, "400": { @@ -3745,9 +3742,9 @@ } } }, - "/api/memberCenter/tagManagement/addTag": { + "/api/marketingApplications/newUserRedPackage/recordList": { "post": { - "description": "标签管理(新增)", + "description": "新人红包列表(查询)", "consumes": [ "application/json" ], @@ -3755,9 +3752,9 @@ "application/json" ], "tags": [ - "会员中心" + "营销应用" ], - "summary": "制度中心-会员中心-标签管理(新增)", + "summary": "制度中心-营销应用-新人红包列表(查询)", "parameters": [ { "type": "string", @@ -3767,20 +3764,20 @@ "required": true }, { - "description": "新增的标签信息", + "description": "新人红包列表查询条件(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.AddTagReq" + "$ref": "#/definitions/md.NewUserRedPackageRecordListReq" } } ], "responses": { "200": { - "description": "新增的标签 ID", + "description": "具体数据", "schema": { - "type": "int" + "$ref": "#/definitions/md.NewUserRedPackageRecordListResp" } }, "400": { @@ -3792,9 +3789,9 @@ } } }, - "/api/memberCenter/tagManagement/deleteTag": { - "delete": { - "description": "标签管理(删除)", + "/api/marketingApplications/newUserRedPackage/updateBasic": { + "put": { + "description": "新人红包设置(修改)", "consumes": [ "application/json" ], @@ -3802,9 +3799,9 @@ "application/json" ], "tags": [ - "会员中心" + "营销应用" ], - "summary": "制度中心-会员中心-标签管理(删除)", + "summary": "制度中心-营销应用-新人红包设置(修改)", "parameters": [ { "type": "string", @@ -3814,20 +3811,20 @@ "required": true }, { - "description": "需要删除的标签 ID", + "description": "新人红包设置表单", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.DeleteTagReq" + "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq" } } ], "responses": { "200": { - "description": "成功删除标签用户数", + "description": "success", "schema": { - "type": "int" + "type": "string" } }, "400": { @@ -3839,9 +3836,9 @@ } } }, - "/api/memberCenter/tagManagement/getTagList": { - "get": { - "description": "标签管理(获取)", + "/api/memberCenter/levelManagement/addLevel": { + "post": { + "description": "等级管理(新增)", "consumes": [ "application/json" ], @@ -3851,7 +3848,7 @@ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-标签管理(获取)", + "summary": "制度中心-会员中心-等级管理(新增)", "parameters": [ { "type": "string", @@ -3861,25 +3858,20 @@ "required": true }, { - "type": "integer", - "description": "每页大小", - "name": "limit", - "in": "query", - "required": true - }, - { - "type": "integer", - "description": "页数", - "name": "page", - "in": "query", - "required": true + "description": "需要新增的等级信息", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.AddLevelReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "新增等级ID", "schema": { - "$ref": "#/definitions/md.GetTagListResp" + "type": "int" } }, "400": { @@ -3891,9 +3883,9 @@ } } }, - "/api/memberCenter/tagManagement/updateTag": { + "/api/memberCenter/levelManagement/addLevelTask": { "post": { - "description": "标签管理(更新)", + "description": "等级任务(新增)", "consumes": [ "application/json" ], @@ -3903,7 +3895,7 @@ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-标签管理(更新)", + "summary": "制度中心-会员中心-等级明细-等级任务(新增)", "parameters": [ { "type": "string", @@ -3913,18 +3905,18 @@ "required": true }, { - "description": "需要修改的标签信息", + "description": "需要新增的任务信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UpdateTagReq" + "$ref": "#/definitions/md.AddLevelTaskReq" } } ], "responses": { "200": { - "description": "成功修改数据条数", + "description": "新增的任务ID", "schema": { "type": "int" } @@ -3938,9 +3930,9 @@ } } }, - "/api/memberCenter/userManagement/balanceDetail": { - "get": { - "description": "会员明细(余额获取)", + "/api/memberCenter/levelManagement/deleteLevel": { + "delete": { + "description": "等级管理(删除)", "consumes": [ "application/json" ], @@ -3950,7 +3942,7 @@ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)", + "summary": "制度中心-会员中心-等级管理(删除)", "parameters": [ { "type": "string", @@ -3960,32 +3952,67 @@ "required": true }, { - "type": "string", - "description": "用户 ID", - "name": "uid", - "in": "query", - "required": true + "description": "需要删除的等级 ID", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.DeleteLevelReq" + } + } + ], + "responses": { + "200": { + "description": "成功删除数据数量", + "schema": { + "type": "int" + } }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/levelManagement/deleteLevelTask": { + "delete": { + "description": "等级任务(删除)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-等级管理-等级任务(删除)", + "parameters": [ { "type": "string", - "description": "每页大小", - "name": "limit", - "in": "query", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", "required": true }, { - "type": "string", - "description": "页数", - "name": "page", - "in": "query", - "required": true + "description": "需要删除的等级任务ID", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.DeleteTaskReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功删除数据数量", "schema": { - "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp" + "type": "int" } }, "400": { @@ -3997,9 +4024,9 @@ } } }, - "/api/memberCenter/userManagement/getFans": { + "/api/memberCenter/levelManagement/getLevelList": { "get": { - "description": "会员明细粉丝情况(获取)", + "description": "标签管理(获取)", "consumes": [ "application/json" ], @@ -4009,7 +4036,7 @@ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)", + "summary": "制度中心-会员中心-等级管理(获取)", "parameters": [ { "type": "string", @@ -4019,30 +4046,61 @@ "required": true }, { - "type": "string", - "description": "用户 ID", - "name": "uid", + "type": "integer", + "description": "每页大小", + "name": "limit", "in": "query", "required": true }, { - "type": "string", - "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)", - "name": "type", + "type": "integer", + "description": "页数", + "name": "page", "in": "query", "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.GetLevelListResp" + } }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/levelManagement/getOneLevel": { + "get": { + "description": "等级明细(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-等级管理-等级明细(获取)", + "parameters": [ { "type": "string", - "description": "每页大小", - "name": "limit", - "in": "query", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", "required": true }, { - "type": "string", - "description": "页数", - "name": "page", + "type": "integer", + "description": "等级 ID", + "name": "level_id", "in": "query", "required": true } @@ -4051,7 +4109,7 @@ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.UserManagementGetFansResp" + "$ref": "#/definitions/md.GetOneLevelResp" } }, "400": { @@ -4063,9 +4121,9 @@ } } }, - "/api/memberCenter/userManagement/getUserList": { + "/api/memberCenter/levelManagement/updateLevel": { "post": { - "description": "用户信息管理(获取)", + "description": "等级管理(更新)", "consumes": [ "application/json" ], @@ -4075,7 +4133,7 @@ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)", + "summary": "制度中心-会员中心-等级管理(更新)", "parameters": [ { "type": "string", @@ -4085,20 +4143,20 @@ "required": true }, { - "description": "分页信息必填", + "description": "需要修改的等级信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserManagementGetUserListReq" + "$ref": "#/definitions/md.UpdateLevelReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功修改数据条数", "schema": { - "$ref": "#/definitions/md.UserManagementGetUserListResp" + "type": "int" } }, "400": { @@ -4110,9 +4168,9 @@ } } }, - "/api/memberCenter/userManagement/getVirtualCoinDetail": { - "get": { - "description": "会员明细(积分明细获取)", + "/api/memberCenter/levelManagement/updateLevelTask": { + "post": { + "description": "等级任务(更新)", "consumes": [ "application/json" ], @@ -4122,7 +4180,7 @@ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)", + "summary": "制度中心-会员中心-等级明细-等级任务(更新)", "parameters": [ { "type": "string", @@ -4132,39 +4190,20 @@ "required": true }, { - "type": "string", - "description": "用户 ID", - "name": "uid", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "货币 ID", - "name": "coinId", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "每页大小", - "name": "limit", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "页数", - "name": "page", - "in": "query", - "required": true + "description": "需要修改的等级任务信息", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateLevelTaskReq" + } } ], "responses": { "200": { - "description": "具体数据", + "description": "成功修改数据条数", "schema": { - "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp" + "type": "int" } }, "400": { @@ -4176,9 +4215,9 @@ } } }, - "/api/memberCenter/userManagement/updateUserInfo": { + "/api/memberCenter/tagManagement/addTag": { "post": { - "description": "用户信息管理(更新)", + "description": "标签管理(新增)", "consumes": [ "application/json" ], @@ -4188,7 +4227,7 @@ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)", + "summary": "制度中心-会员中心-标签管理(新增)", "parameters": [ { "type": "string", @@ -4198,18 +4237,18 @@ "required": true }, { - "description": "用户ID 必传", + "description": "新增的标签信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq" + "$ref": "#/definitions/md.AddTagReq" } } ], "responses": { "200": { - "description": "修改数据行数", + "description": "新增的标签 ID", "schema": { "type": "int" } @@ -4223,9 +4262,9 @@ } } }, - "/api/memberCenter/userManagement/userData": { - "get": { - "description": "会员明细概况(获取)", + "/api/memberCenter/tagManagement/deleteTag": { + "delete": { + "description": "标签管理(删除)", "consumes": [ "application/json" ], @@ -4235,7 +4274,7 @@ "tags": [ "会员中心" ], - "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)", + "summary": "制度中心-会员中心-标签管理(删除)", "parameters": [ { "type": "string", @@ -4245,18 +4284,899 @@ "required": true }, { - "type": "string", - "description": "用户 ID", - "name": "uid", - "in": "query", - "required": true - } - ], - "responses": { + "description": "需要删除的标签 ID", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.DeleteTagReq" + } + } + ], + "responses": { + "200": { + "description": "成功删除标签用户数", + "schema": { + "type": "int" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/tagManagement/getTagList": { + "get": { + "description": "标签管理(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-标签管理(获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "integer", + "description": "每页大小", + "name": "limit", + "in": "query", + "required": true + }, + { + "type": "integer", + "description": "页数", + "name": "page", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.GetTagListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/tagManagement/updateTag": { + "post": { + "description": "标签管理(更新)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-标签管理(更新)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "需要修改的标签信息", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UpdateTagReq" + } + } + ], + "responses": { + "200": { + "description": "成功修改数据条数", + "schema": { + "type": "int" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/balanceDetail": { + "get": { + "description": "会员明细(余额获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户 ID", + "name": "uid", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "每页大小", + "name": "limit", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "页数", + "name": "page", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/getFans": { + "get": { + "description": "会员明细粉丝情况(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户 ID", + "name": "uid", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)", + "name": "type", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "每页大小", + "name": "limit", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "页数", + "name": "page", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetFansResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/getUserList": { + "post": { + "description": "用户信息管理(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "分页信息必填", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UserManagementGetUserListReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetUserListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/getVirtualCoinDetail": { + "get": { + "description": "会员明细(积分明细获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户 ID", + "name": "uid", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "货币 ID", + "name": "coinId", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "每页大小", + "name": "limit", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "页数", + "name": "page", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/updateUserInfo": { + "post": { + "description": "用户信息管理(更新)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "用户ID 必传", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq" + } + } + ], + "responses": { + "200": { + "description": "修改数据行数", + "schema": { + "type": "int" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/memberCenter/userManagement/userData": { + "get": { + "description": "会员明细概况(获取)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "会员中心" + ], + "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "用户 ID", + "name": "uid", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "会员明细概况具体数据", + "schema": { + "$ref": "#/definitions/md.UserManagementGetOneBasicResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/base": { + "get": { + "description": "短信推送记录-通知模板", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-通知模板", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/file/phone": { + "post": { + "description": "短信推送记录-通知模板", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-通知模板", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "参数 file-----文件上传格式", + "name": "file", + "in": "formData", + "required": true + } + ], + "responses": { + "200": { + "description": "phone 一个数组", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/push/list": { + "post": { + "description": "短信推送记录-推送记录列表", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-推送记录列表", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeAliyunSmsListReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.NoticePushListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/push/save": { + "post": { + "description": "短信推送记录-推送记录添加-发送 (不做编辑了)", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/sale/base": { + "get": { + "description": "短信推送记录-营销短信-通知模板", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-营销短信-通知模板", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { "200": { - "description": "会员明细概况具体数据", + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/sale/save": { + "post": { + "description": "短信推送记录-营销短信-通知模板添加编辑", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "数组 把列表的数组传过来", + "name": "req", + "in": "body", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/aliyunSms/save": { + "post": { + "description": "短信推送记录-通知模板添加编辑", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-短信推送记录-通知模板添加编辑", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "数组 把列表的数组传过来", + "name": "req", + "in": "body", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/jPush/del": { + "post": { + "description": "APP推送记录-通知模板删除", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-APP推送记录-通知模板删除", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeDelReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "type": "string" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/jPush/list": { + "post": { + "description": "APP推送记录-通知模板", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-APP推送记录-通知模板", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeListReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", + "schema": { + "$ref": "#/definitions/md.NoticeListResp" + } + }, + "400": { + "description": "具体错误", + "schema": { + "$ref": "#/definitions/md.Response" + } + } + } + } + }, + "/api/notice/jPush/push/list": { + "post": { + "description": "APP推送记录-推送记录列表", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "消息中心" + ], + "summary": "消息中心-APP推送记录-推送记录列表", + "parameters": [ + { + "type": "string", + "description": "验证参数Bearer和token空格拼接", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeListReq" + } + } + ], + "responses": { + "200": { + "description": "具体数据", "schema": { - "$ref": "#/definitions/md.UserManagementGetOneBasicResp" + "$ref": "#/definitions/md.NoticePushListResp" } }, "400": { @@ -4268,9 +5188,9 @@ } } }, - "/api/notice/aliyunSms/base": { - "get": { - "description": "短信推送记录-通知模板", + "/api/notice/jPush/push/save": { + "post": { + "description": "APP推送记录-推送记录添加-发送 (不做编辑了)", "consumes": [ "application/json" ], @@ -4280,7 +5200,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-通知模板", + "summary": "消息中心-APP推送记录-推送记录添加-发送(不做编辑了)", "parameters": [ { "type": "string", @@ -4288,13 +5208,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeSaveReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + "type": "string" } }, "400": { @@ -4306,9 +5235,9 @@ } } }, - "/api/notice/aliyunSms/file/phone": { + "/api/notice/jPush/save": { "post": { - "description": "短信推送记录-通知模板", + "description": "APP推送记录-通知模板添加编辑", "consumes": [ "application/json" ], @@ -4318,7 +5247,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-通知模板", + "summary": "消息中心-APP推送记录-通知模板添加编辑", "parameters": [ { "type": "string", @@ -4328,16 +5257,18 @@ "required": true }, { - "type": "string", - "description": "参数 file-----文件上传格式", - "name": "file", - "in": "formData", - "required": true + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.NoticeSaveReq" + } } ], "responses": { "200": { - "description": "phone 一个数组", + "description": "具体数据", "schema": { "type": "string" } @@ -4351,9 +5282,9 @@ } } }, - "/api/notice/aliyunSms/push/list": { - "post": { - "description": "短信推送记录-推送记录列表", + "/api/settCenter/oss/aliYun/getBasic": { + "get": { + "description": "对象存储设置(获取)", "consumes": [ "application/json" ], @@ -4361,9 +5292,9 @@ "application/json" ], "tags": [ - "消息中心" + "对象存储" ], - "summary": "消息中心-短信推送记录-推送记录列表", + "summary": "设置中心-对象存储-对象存储设置(获取)", "parameters": [ { "type": "string", @@ -4371,22 +5302,13 @@ "name": "Authorization", "in": "header", "required": true - }, - { - "description": "(分页信息必填)", - "name": "req", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsListReq" - } } ], "responses": { "200": { - "description": "具体数据", + "description": "设置列表", "schema": { - "$ref": "#/definitions/md.NoticePushListResp" + "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp" } }, "400": { @@ -4398,9 +5320,9 @@ } } }, - "/api/notice/aliyunSms/push/save": { + "/api/settCenter/oss/aliYun/setBasic": { "post": { - "description": "短信推送记录-推送记录添加-发送 (不做编辑了)", + "description": "对象存储设置(更新)", "consumes": [ "application/json" ], @@ -4408,9 +5330,9 @@ "application/json" ], "tags": [ - "消息中心" + "对象存储" ], - "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)", + "summary": "设置中心-对象存储-对象存储设置(更新)", "parameters": [ { "type": "string", @@ -4420,18 +5342,18 @@ "required": true }, { - "description": "(分页信息必填)", + "description": "上传需要修改的信息", "name": "req", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq" + "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq" } } ], "responses": { "200": { - "description": "具体数据", + "description": "success", "schema": { "type": "string" } @@ -4445,9 +5367,9 @@ } } }, - "/api/notice/aliyunSms/sale/base": { - "get": { - "description": "短信推送记录-营销短信-通知模板", + "/api/userFeedback/cate/list": { + "post": { + "description": "分类列表", "consumes": [ "application/json" ], @@ -4457,7 +5379,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-营销短信-通知模板", + "summary": "反馈列表-分类列表", "parameters": [ { "type": "string", @@ -4465,13 +5387,22 @@ "name": "Authorization", "in": "header", "required": true + }, + { + "description": "(分页信息必填)", + "name": "req", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/md.UserFeedbackCateListReq" + } } ], "responses": { "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticeAliyunSmsListResp" + "$ref": "#/definitions/md.UserFeedbackCateListResp" } }, "400": { @@ -4483,9 +5414,9 @@ } } }, - "/api/notice/aliyunSms/sale/save": { + "/api/userFeedback/content/change/state": { "post": { - "description": "短信推送记录-营销短信-通知模板添加编辑", + "description": "反馈列表-修改状态", "consumes": [ "application/json" ], @@ -4495,7 +5426,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑", + "summary": "用户反馈-反馈列表-修改状态", "parameters": [ { "type": "string", @@ -4505,12 +5436,12 @@ "required": true }, { - "description": "数组 把列表的数组传过来", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "type": "string" + "$ref": "#/definitions/md.UserFeedbackSayReq" } } ], @@ -4530,9 +5461,9 @@ } } }, - "/api/notice/aliyunSms/save": { + "/api/userFeedback/content/del": { "post": { - "description": "短信推送记录-通知模板添加编辑", + "description": "反馈列表-反馈删除", "consumes": [ "application/json" ], @@ -4542,7 +5473,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-短信推送记录-通知模板添加编辑", + "summary": "用户反馈-反馈列表-反馈删除", "parameters": [ { "type": "string", @@ -4552,12 +5483,12 @@ "required": true }, { - "description": "数组 把列表的数组传过来", + "description": "(分页信息必填)", "name": "req", "in": "body", "required": true, "schema": { - "type": "string" + "$ref": "#/definitions/md.UserFeedbackDelReq" } } ], @@ -4577,9 +5508,9 @@ } } }, - "/api/notice/jPush/del": { + "/api/userFeedback/content/list": { "post": { - "description": "APP推送记录-通知模板删除", + "description": "反馈列表", "consumes": [ "application/json" ], @@ -4589,7 +5520,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-通知模板删除", + "summary": "用户反馈-反馈列表", "parameters": [ { "type": "string", @@ -4604,7 +5535,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeDelReq" + "$ref": "#/definitions/md.UserFeedbackListReq" } } ], @@ -4612,7 +5543,7 @@ "200": { "description": "具体数据", "schema": { - "type": "string" + "$ref": "#/definitions/md.UserFeedbackListResp" } }, "400": { @@ -4624,9 +5555,9 @@ } } }, - "/api/notice/jPush/list": { + "/api/userFeedback/content/record/list": { "post": { - "description": "APP推送记录-通知模板", + "description": "反馈列表-沟通记录", "consumes": [ "application/json" ], @@ -4636,7 +5567,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-通知模板", + "summary": "用户反馈-反馈列表-沟通记录", "parameters": [ { "type": "string", @@ -4651,7 +5582,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeListReq" + "$ref": "#/definitions/md.UserFeedbackRecordListReq" } } ], @@ -4659,7 +5590,7 @@ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticeListResp" + "$ref": "#/definitions/md.UserFeedbackRecordListResp" } }, "400": { @@ -4671,9 +5602,9 @@ } } }, - "/api/notice/jPush/push/list": { + "/api/userFeedback/content/say": { "post": { - "description": "APP推送记录-推送记录列表", + "description": "反馈列表-沟通发送", "consumes": [ "application/json" ], @@ -4683,7 +5614,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-推送记录列表", + "summary": "用户反馈-反馈列表-沟通发送", "parameters": [ { "type": "string", @@ -4698,7 +5629,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeListReq" + "$ref": "#/definitions/md.UserFeedbackSayReq" } } ], @@ -4706,7 +5637,7 @@ "200": { "description": "具体数据", "schema": { - "$ref": "#/definitions/md.NoticePushListResp" + "type": "string" } }, "400": { @@ -4718,9 +5649,9 @@ } } }, - "/api/notice/jPush/push/save": { + "/api/user_feedback/cate/del": { "post": { - "description": "APP推送记录-推送记录添加-发送 (不做编辑了)", + "description": "分类列表-分类删除", "consumes": [ "application/json" ], @@ -4730,7 +5661,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-推送记录添加-发送(不做编辑了)", + "summary": "反馈列表-分类列表-分类删除", "parameters": [ { "type": "string", @@ -4745,7 +5676,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeSaveReq" + "$ref": "#/definitions/md.UserFeedbackCateDelReq" } } ], @@ -4765,9 +5696,9 @@ } } }, - "/api/notice/jPush/save": { + "/api/user_feedback/cate/save": { "post": { - "description": "APP推送记录-通知模板添加编辑", + "description": "分类列表-分类保存", "consumes": [ "application/json" ], @@ -4777,7 +5708,7 @@ "tags": [ "消息中心" ], - "summary": "消息中心-APP推送记录-通知模板添加编辑", + "summary": "反馈列表-分类列表-分类保存", "parameters": [ { "type": "string", @@ -4792,7 +5723,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/md.NoticeSaveReq" + "$ref": "#/definitions/md.UserFeedbackCateSaveReq" } } ], @@ -5314,6 +6245,181 @@ } } }, + "md.AdvertisingBase": { + "type": "object", + "properties": { + "android_ad_is_open": { + "type": "string", + "example": "安卓广告是否开启(1:开启 0:不开启)" + }, + "android_open_ad_is_open": { + "type": "string", + "example": "安卓开屏广告是否开启(1:开启 0:不开启)" + }, + "info": { + "type": "string", + "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}" + }, + "ios_ad_is_open": { + "type": "string", + "example": "ios广告是否开启(1:开启 0:不开启)" + }, + "ios_open_ad_is_open": { + "type": "string", + "example": "ios开屏广告是否开启(1:开启 0:不开启)" + }, + "voice": { + "type": "string", + "example": "领取奖励声音" + }, + "voice_url": { + "type": "string" + } + } + }, + "md.AdvertisingBaseResp": { + "type": "object", + "properties": { + "advertising_base": { + "$ref": "#/definitions/md.AdvertisingBase" + }, + "select_data": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + } + }, + "md.AdvertisingDelReq": { + "type": "object", + "properties": { + "id": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "md.AdvertisingFunctionList": { + "type": "object", + "properties": { + "ad_id": { + "type": "string", + "example": "广告id" + }, + "id": { + "type": "string" + }, + "type": { + "type": "string", + "example": "类型" + } + } + }, + "md.AdvertisingFunctionListReq": { + "type": "object", + "properties": { + "limit": { + "type": "string" + }, + "page": { + "type": "string" + } + } + }, + "md.AdvertisingFunctionResp": { + "type": "object" + }, + "md.AdvertisingLimit": { + "type": "object", + "properties": { + "imei_num": { + "type": "string", + "example": "设备数量" + }, + "minute": { + "type": "string", + "example": "分钟" + }, + "public_img": { + "type": "string", + "example": "公共弹窗图" + }, + "public_img_url": { + "type": "string", + "example": "公共弹窗图" + }, + "public_str": { + "type": "string", + "example": "公共弹窗文字" + }, + "tip": { + "type": "string", + "example": "限制提示" + }, + "withdraw_img": { + "type": "string", + "example": "提现弹窗图" + }, + "withdraw_img_url": { + "type": "string", + "example": "提现弹窗图" + }, + "withdraw_str": { + "type": "string", + "example": "提现弹窗文字" + } + } + }, + "md.AdvertisingListReq": { + "type": "object", + "properties": { + "kind": { + "type": "string" + }, + "limit": { + "type": "string" + }, + "name": { + "type": "string" + }, + "page": { + "type": "string" + } + } + }, + "md.AdvertisingResp": { + "type": "object" + }, + "md.AdvertisingSaveReq": { + "type": "object", + "properties": { + "counting_down": { + "type": "string", + "example": "倒计时 单位秒" + }, + "id": { + "type": "string" + }, + "info": { + "type": "string", + "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[\"\"],\"ios_ad_id\":[\"\"]}}" + }, + "kind": { + "type": "string", + "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)" + }, + "name": { + "type": "string", + "example": "名称" + } + } + }, "md.ArticleCateDelReq": { "type": "object", "properties": { @@ -5589,9 +6695,12 @@ "description": "账号状态 1正常,2冻结", "type": "integer" }, - "tag_name": { + "tag": { "description": "标签名称", - "type": "string" + "type": "array", + "items": { + "$ref": "#/definitions/md.TagNode" + } }, "union_id": { "description": "微信号", @@ -7028,6 +8137,103 @@ } } }, + "md.GroupListReq": { + "type": "object", + "properties": { + "group_admin": { + "description": "群主", + "type": "string" + }, + "name": { + "description": "群名称", + "type": "string" + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "start_time_end": { + "type": "string", + "example": "创建时间-截止" + }, + "start_time_start": { + "type": "string", + "example": "创建时间-起始" + } + } + }, + "md.GroupListResp": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "type": "object", + "properties": { + "avatarUrl": { + "description": "头像", + "type": "string" + }, + "createTime": { + "description": "创建时间", + "type": "string" + }, + "extra": { + "description": "附加字段", + "type": "string" + }, + "id": { + "description": "群组id", + "type": "integer" + }, + "introduction": { + "description": "群简介", + "type": "string" + }, + "isAllAddFriend": { + "description": "是否允许加好友(1:是 2:否)", + "type": "integer" + }, + "isAllMemberBanned": { + "description": "是否全员禁言(1:是 2:否)", + "type": "integer" + }, + "name": { + "description": "组名", + "type": "string" + }, + "nickname": { + "description": "群主昵称", + "type": "string" + }, + "phoneNumber": { + "description": "群主账号", + "type": "string" + }, + "updateTime": { + "description": "更新时间", + "type": "string" + }, + "userNum": { + "description": "群组人数", + "type": "integer" + } + } + } + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "total": { + "type": "integer" + } + } + }, "md.LevelListNode": { "type": "object", "properties": { @@ -8340,6 +9546,10 @@ "description": "创建时间", "type": "string" }, + "is_punish": { + "description": "是否处罚", + "type": "integer" + }, "memo": { "description": "备注", "type": "string" @@ -8354,6 +9564,19 @@ } } }, + "md.TagNode": { + "type": "object", + "properties": { + "tag_id": { + "description": "标签 ID", + "type": "integer" + }, + "tag_name": { + "description": "标签 名称", + "type": "string" + } + } + }, "md.TeamRewardSettingStruct": { "type": "object", "properties": { @@ -9110,6 +10333,212 @@ } } }, + "md.UserFeedbackCateDelReq": { + "type": "object", + "properties": { + "id": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "md.UserFeedbackCateList": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "sort": { + "type": "string" + } + } + }, + "md.UserFeedbackCateListReq": { + "type": "object", + "properties": { + "limit": { + "description": "每页大小", + "type": "string" + }, + "page": { + "description": "页数", + "type": "string" + } + } + }, + "md.UserFeedbackCateListResp": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/md.UserFeedbackCateList" + } + }, + "total": { + "type": "integer" + } + } + }, + "md.UserFeedbackCateSaveReq": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "sort": { + "type": "string" + } + } + }, + "md.UserFeedbackDelReq": { + "type": "object", + "properties": { + "id": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "md.UserFeedbackList": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "create_at": { + "type": "string" + }, + "id": { + "type": "string" + }, + "img": { + "type": "array", + "items": { + "type": "string" + } + }, + "phone": { + "type": "string" + }, + "platform": { + "type": "string" + }, + "state": { + "type": "string", + "example": "0待解决 1处理中 2已解决" + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "version": { + "type": "string" + } + } + }, + "md.UserFeedbackListReq": { + "type": "object", + "properties": { + "cid": { + "type": "string" + }, + "limit": { + "description": "每页大小", + "type": "string" + }, + "page": { + "description": "页数", + "type": "string" + }, + "phone": { + "type": "string" + }, + "uid": { + "type": "string" + } + } + }, + "md.UserFeedbackListResp": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/md.UserFeedbackList" + } + }, + "select_data": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": true + } + }, + "total": { + "type": "integer" + } + } + }, + "md.UserFeedbackRecordListReq": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "limit": { + "description": "每页大小", + "type": "string" + }, + "page": { + "description": "页数", + "type": "string" + } + } + }, + "md.UserFeedbackRecordListResp": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "create_at": { + "type": "string" + }, + "head_img": { + "type": "string" + }, + "nickname": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "md.UserFeedbackSayReq": { + "type": "object", + "properties": { + "content": { + "type": "string" + }, + "id": { + "type": "string" + } + } + }, "md.UserManagementGetBalanceDetailResp": { "type": "object", "properties": { @@ -9248,9 +10677,12 @@ "description": "状态", "type": "integer" }, - "tag_name": { + "tag": { "description": "会员标签", - "type": "string" + "type": "array", + "items": { + "$ref": "#/definitions/md.TagNode" + } }, "wechat": { "description": "微信号", @@ -9453,8 +10885,11 @@ "type": "string" }, "tag": { - "description": "用户标签 ID", - "type": "string" + "description": "用户标签 ID列表", + "type": "array", + "items": { + "type": "string" + } }, "uid": { "type": "integer" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 838144f..7cd39d8 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -354,6 +354,127 @@ definitions: description: 标签名称 type: string type: object + md.AdvertisingBase: + properties: + android_ad_is_open: + example: 安卓广告是否开启(1:开启 0:不开启) + type: string + android_open_ad_is_open: + example: 安卓开屏广告是否开启(1:开启 0:不开启) + type: string + info: + example: 广告商配置 {"chuanshanjia":{"android_app_key":""}} + type: string + ios_ad_is_open: + example: ios广告是否开启(1:开启 0:不开启) + type: string + ios_open_ad_is_open: + example: ios开屏广告是否开启(1:开启 0:不开启) + type: string + voice: + example: 领取奖励声音 + type: string + voice_url: + type: string + type: object + md.AdvertisingBaseResp: + properties: + advertising_base: + $ref: '#/definitions/md.AdvertisingBase' + select_data: + items: + additionalProperties: + type: string + type: object + type: array + type: object + md.AdvertisingDelReq: + properties: + id: + items: + type: string + type: array + type: object + md.AdvertisingFunctionList: + properties: + ad_id: + example: 广告id + type: string + id: + type: string + type: + example: 类型 + type: string + type: object + md.AdvertisingFunctionListReq: + properties: + limit: + type: string + page: + type: string + type: object + md.AdvertisingFunctionResp: + type: object + md.AdvertisingLimit: + properties: + imei_num: + example: 设备数量 + type: string + minute: + example: 分钟 + type: string + public_img: + example: 公共弹窗图 + type: string + public_img_url: + example: 公共弹窗图 + type: string + public_str: + example: 公共弹窗文字 + type: string + tip: + example: 限制提示 + type: string + withdraw_img: + example: 提现弹窗图 + type: string + withdraw_img_url: + example: 提现弹窗图 + type: string + withdraw_str: + example: 提现弹窗文字 + type: string + type: object + md.AdvertisingListReq: + properties: + kind: + type: string + limit: + type: string + name: + type: string + page: + type: string + type: object + md.AdvertisingResp: + type: object + md.AdvertisingSaveReq: + properties: + counting_down: + example: 倒计时 单位秒 + type: string + id: + type: string + info: + example: 广告位配置 {"chuanshanjia":{"android_ad_id":[""],"ios_ad_id":[""]}} + type: string + kind: + example: 广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频) + type: string + name: + example: 名称 + type: string + type: object md.ArticleCateDelReq: properties: id: @@ -543,9 +664,11 @@ definitions: state: description: 账号状态 1正常,2冻结 type: integer - tag_name: + tag: description: 标签名称 - type: string + items: + $ref: '#/definitions/md.TagNode' + type: array union_id: description: 微信号 type: string @@ -1545,6 +1668,75 @@ definitions: description: 提现方式(1:支付宝 2:微信) type: integer type: object + md.GroupListReq: + properties: + group_admin: + description: 群主 + type: string + name: + description: 群名称 + type: string + page: + type: integer + page_size: + type: integer + start_time_end: + example: 创建时间-截止 + type: string + start_time_start: + example: 创建时间-起始 + type: string + type: object + md.GroupListResp: + properties: + list: + items: + properties: + avatarUrl: + description: 头像 + type: string + createTime: + description: 创建时间 + type: string + extra: + description: 附加字段 + type: string + id: + description: 群组id + type: integer + introduction: + description: 群简介 + type: string + isAllAddFriend: + description: 是否允许加好友(1:是 2:否) + type: integer + isAllMemberBanned: + description: 是否全员禁言(1:是 2:否) + type: integer + name: + description: 组名 + type: string + nickname: + description: 群主昵称 + type: string + phoneNumber: + description: 群主账号 + type: string + updateTime: + description: 更新时间 + type: string + userNum: + description: 群组人数 + type: integer + type: object + type: array + page: + type: integer + page_size: + type: integer + total: + type: integer + type: object md.LevelListNode: properties: count: @@ -2460,6 +2652,9 @@ definitions: create_at: description: 创建时间 type: string + is_punish: + description: 是否处罚 + type: integer memo: description: 备注 type: string @@ -2470,6 +2665,15 @@ definitions: description: 标签 ID type: string type: object + md.TagNode: + properties: + tag_id: + description: 标签 ID + type: integer + tag_name: + description: 标签 名称 + type: string + type: object md.TeamRewardSettingStruct: properties: member_self_is_open_get_team_reward: @@ -2998,6 +3202,142 @@ definitions: description: 年份&&周份列表 type: object type: object + md.UserFeedbackCateDelReq: + properties: + id: + items: + type: string + type: array + type: object + md.UserFeedbackCateList: + properties: + id: + type: string + name: + type: string + sort: + type: string + type: object + md.UserFeedbackCateListReq: + properties: + limit: + description: 每页大小 + type: string + page: + description: 页数 + type: string + type: object + md.UserFeedbackCateListResp: + properties: + list: + items: + $ref: '#/definitions/md.UserFeedbackCateList' + type: array + total: + type: integer + type: object + md.UserFeedbackCateSaveReq: + properties: + id: + type: string + name: + type: string + sort: + type: string + type: object + md.UserFeedbackDelReq: + properties: + id: + items: + type: string + type: array + type: object + md.UserFeedbackList: + properties: + content: + type: string + create_at: + type: string + id: + type: string + img: + items: + type: string + type: array + phone: + type: string + platform: + type: string + state: + example: 0待解决 1处理中 2已解决 + type: string + title: + type: string + type: + type: string + version: + type: string + type: object + md.UserFeedbackListReq: + properties: + cid: + type: string + limit: + description: 每页大小 + type: string + page: + description: 页数 + type: string + phone: + type: string + uid: + type: string + type: object + md.UserFeedbackListResp: + properties: + list: + items: + $ref: '#/definitions/md.UserFeedbackList' + type: array + select_data: + items: + additionalProperties: true + type: object + type: array + total: + type: integer + type: object + md.UserFeedbackRecordListReq: + properties: + id: + type: string + limit: + description: 每页大小 + type: string + page: + description: 页数 + type: string + type: object + md.UserFeedbackRecordListResp: + properties: + content: + type: string + create_at: + type: string + head_img: + type: string + nickname: + type: string + type: + type: string + type: object + md.UserFeedbackSayReq: + properties: + content: + type: string + id: + type: string + type: object md.UserManagementGetBalanceDetailResp: properties: list: @@ -3092,9 +3432,11 @@ definitions: state: description: 状态 type: integer - tag_name: + tag: description: 会员标签 - type: string + items: + $ref: '#/definitions/md.TagNode' + type: array wechat: description: 微信号 type: string @@ -3239,8 +3581,10 @@ definitions: description: 账号状态 1正常,2冻结 type: string tag: - description: 用户标签 ID - type: string + description: 用户标签 ID列表 + items: + type: string + type: array uid: type: integer union_id: @@ -3446,36 +3790,42 @@ info: title: 蛋蛋星球-管理后台 version: "1.0" paths: - /api/advertising/base: - get: + /api/advertising/del: + post: consumes: - application/json - description: 广告管理-广告设置-信息 + description: 广告管理-广告列表-删除 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: (分页信息必填) + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.AdvertisingDelReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.NoticeAliyunSmsListResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 广告管理-广告设置-信息 + summary: 广告管理-广告列表-删除 tags: - 广告管理 - /api/article/cate/del: + /api/advertising/function/del: post: consumes: - application/json - description: 分类列表-分类删除 + description: 广告管理-广告位置列表-删除 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -3487,7 +3837,7 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.ArticleCateDelReq' + $ref: '#/definitions/md.AdvertisingDelReq' produces: - application/json responses: @@ -3499,14 +3849,14 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 文章资讯-分类列表-分类删除 + summary: 广告管理-广告位置列表-删除 tags: - - 文章资讯 - /api/article/cate/list: + - 广告管理 + /api/advertising/function/list: post: consumes: - application/json - description: 分类列表 + description: 广告管理-广告位置列表 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -3518,26 +3868,26 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.ArticleCateListReq' + $ref: '#/definitions/md.AdvertisingFunctionListReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.ArticleCateListResp' + $ref: '#/definitions/md.AdvertisingFunctionResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 文章资讯-分类列表 + summary: 广告管理-广告位置列表 tags: - - 文章资讯 - /api/article/cate/save: + - 广告管理 + /api/advertising/function/save: post: consumes: - application/json - description: 分类列表-分类保存 + description: 广告管理-广告位置列表-保存 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -3549,7 +3899,7 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.ArticleCateSaveReq' + $ref: '#/definitions/md.AdvertisingFunctionList' produces: - application/json responses: @@ -3561,76 +3911,64 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 文章资讯-分类列表-分类保存 + summary: 广告管理-广告位置列表-保存 tags: - - 文章资讯 - /api/article/content/del: - post: + - 广告管理 + /api/advertising/getBasic: + get: consumes: - application/json - description: 文章列表-文章删除 + description: 广告管理-基础设置-信息 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: (分页信息必填) - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.ArticleDelReq' produces: - application/json responses: "200": description: 具体数据 schema: - type: string + $ref: '#/definitions/md.AdvertisingBaseResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 文章资讯-文章列表-文章删除 + summary: 广告管理-基础设置-信息 tags: - - 文章资讯 - /api/article/content/list: - post: + - 广告管理 + /api/advertising/getLimit: + get: consumes: - application/json - description: 文章列表 + description: 广告管理-广告设置-信息 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: (分页信息必填) - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.ArticleListReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.ArticleListResp' + $ref: '#/definitions/md.AdvertisingLimit' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 文章资讯-文章列表 + summary: 广告管理-广告设置-信息 tags: - - 文章资讯 - /api/article/content/save: + - 广告管理 + /api/advertising/list: post: consumes: - application/json - description: 文章列表-文章保存 + description: 广告管理-广告列表 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -3642,441 +3980,454 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.ArticleSaveReq' + $ref: '#/definitions/md.AdvertisingListReq' produces: - application/json responses: "200": description: 具体数据 schema: - type: string + $ref: '#/definitions/md.AdvertisingResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 文章资讯-文章列表-文章保存 + summary: 广告管理-广告列表 tags: - - 文章资讯 - /api/comm/getOssUrl: - get: + - 广告管理 + /api/advertising/save: + post: consumes: - application/json - description: 上传许可链接(获取) + description: 广告管理-广告列表-保存 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: (分页信息必填) + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.AdvertisingSaveReq' produces: - application/json responses: "200": - description: 许可链接 + description: 具体数据 schema: type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 通用请求-对象存储-上传许可链接(获取) + summary: 广告管理-广告列表-保存 tags: - - 对象存储 - /api/comm/oss/getBasic: - get: + - 广告管理 + /api/advertising/setBasic: + post: consumes: - application/json - description: 对象存储设置(获取) + description: 广告管理-基础设置-信息保存 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: (分页信息必填) + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.AdvertisingBase' produces: - application/json responses: "200": - description: 设置列表 + description: 具体数据 schema: - $ref: '#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 设置中心-对象存储-对象存储设置(获取) + summary: 广告管理-基础设置-信息保存 tags: - - 对象存储 - /api/comm/oss/setBasic: + - 广告管理 + /api/advertising/setLimit: post: consumes: - application/json - description: 对象存储设置(更新) + description: 广告管理-广告设置-信息保存 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 上传需要修改的信息 + - description: (分页信息必填) in: body name: req required: true schema: - $ref: '#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq' + $ref: '#/definitions/md.AdvertisingLimit' produces: - application/json responses: "200": - description: success + description: 具体数据 schema: type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 设置中心-对象存储-对象存储设置(更新) + summary: 广告管理-广告设置-信息保存 tags: - - 对象存储 - /api/demo: + - 广告管理 + /api/article/cate/del: post: consumes: - application/json - description: Demo样例测试 + description: 分类列表-分类删除 parameters: - - description: 用户名密码 + - description: 验证参数Bearer和token空格拼接 + in: header + name: Authorization + required: true + type: string + - description: (分页信息必填) in: body name: req required: true - schema: {} + schema: + $ref: '#/definitions/md.ArticleCateDelReq' produces: - application/json responses: "200": - description: token + description: 具体数据 schema: - additionalProperties: true - type: object + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Demo测试 + summary: 文章资讯-分类列表-分类删除 tags: - - Demo - /api/financialCenter/withdraw/applyList: + - 文章资讯 + /api/article/cate/list: post: consumes: - application/json - description: 提现申请列表(获取) + description: 分类列表 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 筛选条件 + - description: (分页信息必填) in: body name: req + required: true schema: - $ref: '#/definitions/md.GetWithdrawApplyListReq' + $ref: '#/definitions/md.ArticleCateListReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.GetWithdrawApplyListResp' + $ref: '#/definitions/md.ArticleCateListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 财务中心-提现-提现申请列表(获取) + summary: 文章资讯-分类列表 tags: - - 提现 - /api/financialCenter/withdraw/setting: - get: + - 文章资讯 + /api/article/cate/save: + post: consumes: - application/json - description: 基础设置(获取) + description: 分类列表-分类保存 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: (分页信息必填) + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.ArticleCateSaveReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.GetWithdrawSettingResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 财务中心-提现-基础设置(获取) + summary: 文章资讯-分类列表-分类保存 tags: - - 提现 - /api/financialCenter/withdraw/updateWithdrawSetting: + - 文章资讯 + /api/article/content/del: post: consumes: - application/json - description: 基础设置(更新) + description: 文章列表-文章删除 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: id 必填 + - description: (分页信息必填) in: body name: req required: true schema: - $ref: '#/definitions/md.UpdateWithdrawSettingReq' + $ref: '#/definitions/md.ArticleDelReq' produces: - application/json responses: "200": - description: 修改数据条数 + description: 具体数据 schema: - type: int + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 财务中心-提现-基础设置(更新) + summary: 文章资讯-文章列表-文章删除 tags: - - 提现 - /api/im/addCustomerService: + - 文章资讯 + /api/article/content/list: post: consumes: - application/json - description: 客服(新增) + description: 文章列表 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 相关参数 + - description: (分页信息必填) in: body name: req required: true schema: - $ref: '#/definitions/md.AddCustomerServiceReq' + $ref: '#/definitions/md.ArticleListReq' produces: - application/json responses: "200": - description: success + description: 具体数据 schema: - type: string + $ref: '#/definitions/md.ArticleListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-客服(新增) + summary: 文章资讯-文章列表 tags: - - 客服 - /api/im/addEmoticon: + - 文章资讯 + /api/article/content/save: post: consumes: - application/json - description: 表情包(新增) + description: 文章列表-文章保存 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 相关参数 + - description: (分页信息必填) in: body name: req required: true schema: - $ref: '#/definitions/md.AddEmoticonReq' + $ref: '#/definitions/md.ArticleSaveReq' produces: - application/json responses: "200": - description: success + description: 具体数据 schema: type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-表情包(新增) + summary: 文章资讯-文章列表-文章保存 tags: - - 表情包 - /api/im/deleteEmoticon: - post: + - 文章资讯 + /api/comm/getOssUrl: + get: consumes: - application/json - description: 表情包(删除) + description: 上传许可链接(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 相关参数 - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.DeleteEmoticonReq' produces: - application/json responses: "200": - description: success + description: 许可链接 schema: type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-表情包(删除) + summary: 通用请求-对象存储-上传许可链接(获取) tags: - - 表情包 - /api/im/getBasic: - get: + - 对象存储 + /api/demo: + post: consumes: - application/json - description: 基础设置(获取) + description: Demo样例测试 parameters: - - description: 验证参数Bearer和token空格拼接 - in: header - name: Authorization + - description: 用户名密码 + in: body + name: req required: true - type: string + schema: {} produces: - application/json responses: "200": - description: 设置列表 + description: token schema: - $ref: '#/definitions/applet_app_md_im.GetBasicResp' + additionalProperties: true + type: object "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-基础设置(获取) + summary: Demo测试 tags: - - 基础设置 - /api/im/pageCustomerService: + - Demo + /api/financialCenter/withdraw/applyList: post: consumes: - application/json - description: 客服(列表) + description: 提现申请列表(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 相关参数 + - description: 筛选条件 in: body name: req - required: true schema: - $ref: '#/definitions/md.PageCustomerServiceReq' + $ref: '#/definitions/md.GetWithdrawApplyListReq' produces: - application/json responses: "200": - description: 设置列表 + description: 具体数据 schema: - $ref: '#/definitions/applet_app_md_im.GetBasicResp' + $ref: '#/definitions/md.GetWithdrawApplyListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-客服(列表) + summary: 财务中心-提现-提现申请列表(获取) tags: - - 客服 - /api/im/pageEmoticon: - post: + - 提现 + /api/financialCenter/withdraw/setting: + get: consumes: - application/json - description: 表情包(列表) + description: 基础设置(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 相关参数 - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.PageEmoticonReq' produces: - application/json responses: "200": - description: 设置列表 + description: 具体数据 schema: - $ref: '#/definitions/applet_app_md_im.GetBasicResp' + $ref: '#/definitions/md.GetWithdrawSettingResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-表情包(列表) + summary: 财务中心-提现-基础设置(获取) tags: - - 表情包 - /api/im/pageSendRedPackageOrd: + - 提现 + /api/financialCenter/withdraw/updateWithdrawSetting: post: consumes: - application/json - description: 红包记录(列表) + description: 基础设置(更新) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 相关参数 + - description: id 必填 in: body name: req required: true schema: - $ref: '#/definitions/md.PageSendRedPackageOrdReq' + $ref: '#/definitions/md.UpdateWithdrawSettingReq' produces: - application/json responses: "200": - description: success + description: 修改数据条数 schema: - type: string + type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-红包记录(列表) + summary: 财务中心-提现-基础设置(更新) tags: - - 红包记录 - /api/im/redPackageRecordsDetail: - get: + - 提现 + /api/im/addCustomerService: + post: consumes: - application/json - description: 红包记录(详情) + description: 客服(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 红包id - in: query - name: red_package_id + - description: 相关参数 + in: body + name: req required: true - type: string + schema: + $ref: '#/definitions/md.AddCustomerServiceReq' produces: - application/json responses: @@ -4088,26 +4439,26 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-红包记录(详情) + summary: Im-客服(新增) tags: - - 红包记录 - /api/im/setBasic: + - 客服 + /api/im/addEmoticon: post: consumes: - application/json - description: 基础设置(更新) + description: 表情包(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 上传需要修改的信息 + - description: 相关参数 in: body name: req required: true schema: - $ref: '#/definitions/applet_app_md_im.SetBasicReq' + $ref: '#/definitions/md.AddEmoticonReq' produces: - application/json responses: @@ -4119,14 +4470,14 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-基础设置(更新) + summary: Im-表情包(新增) tags: - - 基础设置 - /api/im/setCustomerServiceState: + - 表情包 + /api/im/batchSendGroupMessage: post: consumes: - application/json - description: 客服(更新状态) + description: 发送群组消息 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -4138,26 +4489,26 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.SetCustomerServiceStateReq' + $ref: '#/definitions/md.GroupListReq' produces: - application/json responses: "200": - description: success + description: OK schema: - type: string + $ref: '#/definitions/md.GroupListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-客服(更新状态) + summary: Im-发送群组消息 tags: - - 客服 - /api/im/setEmoticonState: + - 发送群组消息 + /api/im/batchSendUserMessage: post: consumes: - application/json - description: 表情包(新增) + description: 发送用户消息 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -4169,26 +4520,26 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.SetEmoticonStateReq' + $ref: '#/definitions/md.GroupListReq' produces: - application/json responses: "200": - description: success + description: OK schema: - type: string + $ref: '#/definitions/md.GroupListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-表情包(更新状态) + summary: Im-发送用户消息 tags: - - 表情包 - /api/im/updateCustomerServiceMemo: + - 发送用户消息 + /api/im/deleteEmoticon: post: consumes: - application/json - description: 客服(编辑备注) + description: 表情包(删除) parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -4200,7 +4551,7 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.UpdateCustomerServiceMemoReq' + $ref: '#/definitions/md.DeleteEmoticonReq' produces: - application/json responses: @@ -4212,1763 +4563,1877 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-客服(编辑备注) + summary: Im-表情包(删除) tags: - - 客服 - /api/im/updateEmoticon: - post: + - 表情包 + /api/im/getBasic: + get: consumes: - application/json - description: 表情包(编辑) + description: 基础设置(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 相关参数 - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.UpdateEmoticonReq' produces: - application/json responses: "200": - description: success + description: 设置列表 schema: - type: string + $ref: '#/definitions/applet_app_md_im.GetBasicResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: Im-表情包(编辑) + summary: Im-基础设置(获取) tags: - - 表情包 - /api/institutionalManagement/eggEnergy/addVipSetting: + - 基础设置 + /api/im/groupList: post: consumes: - application/json - description: 会员设置(新增) + description: 群组(列表) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: system_id 必填 + - description: 相关参数 in: body name: req required: true schema: - $ref: '#/definitions/md.UpdateEggEnergyVipSettingReq' + $ref: '#/definitions/md.GroupListReq' produces: - application/json responses: "200": - description: 修改数据条数 + description: OK schema: - type: int + $ref: '#/definitions/md.GroupListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-会员设置(新增) + summary: Im-群组(列表) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/availableEnergy/list: + - 群组 + /api/im/pageCustomerService: post: consumes: - application/json - description: 动态数据流水(获取) + description: 客服(列表) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 页数、每页大小必传 起止时间、持有类型选传 + - description: 相关参数 in: body name: req required: true schema: - $ref: '#/definitions/md.DynamicDataFlowListReq' + $ref: '#/definitions/md.PageCustomerServiceReq' produces: - application/json responses: "200": - description: 成功返回 + description: 设置列表 schema: - $ref: '#/definitions/md.DynamicDataFlowListResp' + $ref: '#/definitions/applet_app_md_im.GetBasicResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-动态数据-动态数据流水(获取) + summary: Im-客服(列表) tags: - - 公排管理 - /api/institutionalManagement/eggEnergy/contributionValue/basic: - get: + - 客服 + /api/im/pageEmoticon: + post: consumes: - application/json - description: 贡献值-基础设置(获取) + description: 表情包(列表) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: 相关参数 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.PageEmoticonReq' produces: - application/json responses: "200": - description: 具体数据 + description: 设置列表 schema: - $ref: '#/definitions/md.GetContributionValueBasicSettingResp' + $ref: '#/definitions/applet_app_md_im.GetBasicResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-贡献值-基础设置(获取) + summary: Im-表情包(列表) tags: - - 贡献值 - /api/institutionalManagement/eggEnergy/contributionValue/updateBasic: + - 表情包 + /api/im/pageSendRedPackageOrd: post: consumes: - application/json - description: 贡献值-基础设置(更新) + description: 红包记录(列表) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: id 必填 + - description: 相关参数 in: body name: req required: true schema: - $ref: '#/definitions/md.UpdateContributionValueBasicSettingReq' + $ref: '#/definitions/md.PageSendRedPackageOrdReq' produces: - application/json responses: "200": - description: 修改数据条数 + description: success schema: - type: int + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-贡献值-基础设置(更新) + summary: Im-红包记录(列表) tags: - - 贡献值 - /api/institutionalManagement/eggEnergy/eggPoint/manualScore: - post: + - 红包记录 + /api/im/redPackageRecordsDetail: + get: consumes: - application/json - description: 蛋蛋分管理(人工打分) + description: 红包记录(详情) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 请求参数 - in: body - name: req + - description: 红包id + in: query + name: red_package_id required: true - schema: - $ref: '#/definitions/md.ManualScoreReq' + type: string produces: - application/json responses: "200": - description: 成功返回 + description: success schema: type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-蛋蛋分管理(人工打分) + summary: Im-红包记录(详情) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex: + - 红包记录 + /api/im/setBasic: post: consumes: - application/json - description: 蛋蛋分管理(着陆页数据分析) + description: 基础设置(更新) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 请求参数 + - description: 上传需要修改的信息 in: body name: req required: true schema: - $ref: '#/definitions/md.StatisticsEggPointReq' + $ref: '#/definitions/applet_app_md_im.SetBasicReq' produces: - application/json responses: "200": - description: 成功返回 + description: success schema: - $ref: '#/definitions/md.StatisticsEggPointResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析) + summary: Im-基础设置(更新) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/eggPoint/userEggFlow: + - 基础设置 + /api/im/setCustomerServiceState: post: consumes: - application/json - description: 蛋蛋分管理(用户数据列表) + description: 客服(更新状态) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 请求参数 + - description: 相关参数 in: body name: req required: true schema: - $ref: '#/definitions/md.UserEggFlowReq' + $ref: '#/definitions/md.SetCustomerServiceStateReq' produces: - application/json responses: "200": - description: 成功返回 + description: success schema: - $ref: '#/definitions/md.UserEggFlowReqResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表) + summary: Im-客服(更新状态) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/getBasic: - get: + - 客服 + /api/im/setEmoticonState: + post: consumes: - application/json - description: 基础设置(获取) + description: 表情包(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: 相关参数 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.SetEmoticonStateReq' produces: - application/json responses: "200": - description: 具体数据 + description: success schema: - $ref: '#/definitions/md.GetEggEnergyBasicResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-基础设置(获取) + summary: Im-表情包(更新状态) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/getVipSetting: - get: + - 表情包 + /api/im/updateCustomerServiceMemo: + post: consumes: - application/json - description: 基础会员设置(获取) + description: 客服(编辑备注) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: 相关参数 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.UpdateCustomerServiceMemoReq' produces: - application/json responses: "200": - description: 具体数据 + description: success schema: - $ref: '#/definitions/md.GetEggEnergyVipSettingResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-基础会员设置(获取) + summary: Im-客服(编辑备注) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/getVirtualCoinList: - get: + - 客服 + /api/im/updateEmoticon: + post: consumes: - application/json - description: 查询所有币种(获取) + description: 表情包(编辑) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: 相关参数 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.UpdateEmoticonReq' produces: - application/json responses: "200": - description: 成功返回 + description: success schema: - items: - $ref: '#/definitions/md.VirtualCoin' - type: array + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-查询所有币种(获取) + summary: Im-表情包(编辑) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/globalData/coreDataList: - get: + - 表情包 + /api/institutionalManagement/eggEnergy/addVipSetting: + post: consumes: - application/json - description: 数据概览(获取) + description: 会员设置(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: system_id 必填 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.UpdateEggEnergyVipSettingReq' produces: - application/json responses: "200": - description: 具体数据 + description: 修改数据条数 schema: - $ref: '#/definitions/md.GetEggCoreDataListResp' + type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-数据概览(获取) + summary: 制度中心-蛋蛋能量-会员设置(新增) tags: - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/globalData/fundDataAdd: + /api/institutionalManagement/eggEnergy/availableEnergy/list: post: consumes: - application/json - description: 价值明细数据(新增) + description: 动态数据流水(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 数据种类、金额、时长(最长24h)、执行次数必填,备注选填 + - description: 页数、每页大小必传 起止时间、持有类型选传 in: body name: req required: true schema: - $ref: '#/definitions/md.AddFundDataReq' + $ref: '#/definitions/md.DynamicDataFlowListReq' produces: - application/json responses: "200": - description: 插入数据 id + description: 成功返回 schema: - type: int + $ref: '#/definitions/md.DynamicDataFlowListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-价值明细数据(新增) + summary: 制度中心-动态数据-动态数据流水(获取) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/globalData/fundDataList: - post: + - 公排管理 + /api/institutionalManagement/eggEnergy/contributionValue/basic: + get: consumes: - application/json - description: 新增数据列表(获取) + description: 贡献值-基础设置(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 分页信息必填 - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.GetFundDataListReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.GetFundDataListResp' + $ref: '#/definitions/md.GetContributionValueBasicSettingResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-新增数据列表(获取) + summary: 制度中心-蛋蛋能量-贡献值-基础设置(获取) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/globalData/fundDataRecordList: + - 贡献值 + /api/institutionalManagement/eggEnergy/contributionValue/updateBasic: post: consumes: - application/json - description: 新增数据列表详情(查询) + description: 贡献值-基础设置(更新) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 获取到的 system_id 以及分页信息 + - description: id 必填 in: body name: req required: true schema: - $ref: '#/definitions/md.GetFundDataRecordListReq' + $ref: '#/definitions/md.UpdateContributionValueBasicSettingReq' produces: - application/json responses: "200": - description: 具体数据 + description: 修改数据条数 schema: - $ref: '#/definitions/md.GetFundDataRecordListResp' + type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-新增数据列表详情(查询) + summary: 制度中心-蛋蛋能量-贡献值-基础设置(更新) tags: - - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve: - get: + - 贡献值 + /api/institutionalManagement/eggEnergy/eggPoint/manualScore: + post: consumes: - application/json - description: 价格趋势(获取) + description: 蛋蛋分管理(人工打分) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 1:按天 2:按小时 3:按周 - in: query - name: kind - type: string + - description: 请求参数 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.ManualScoreReq' produces: - application/json responses: "200": - description: 具体数据 + description: 成功返回 schema: - $ref: '#/definitions/md.GetPriceCurveResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-价格趋势(获取) + summary: 制度中心-蛋蛋能量-蛋蛋分管理(人工打分) tags: - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward: + /api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex: post: consumes: - application/json - description: 激励视频(获取) + description: 蛋蛋分管理(着陆页数据分析) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 落地页不填页大小默认20条数据 + - description: 请求参数 in: body name: req required: true schema: - $ref: '#/definitions/md.SetVideoRewardReq' + $ref: '#/definitions/md.StatisticsEggPointReq' produces: - application/json responses: "200": - description: OK + description: 成功返回 schema: - $ref: '#/definitions/md.GetVideoRewardResp' + $ref: '#/definitions/md.StatisticsEggPointResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-平台营收-激励视频(获取) + summary: 制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析) tags: - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd: + /api/institutionalManagement/eggEnergy/eggPoint/userEggFlow: post: consumes: - application/json - description: 其他广告设置数据(新增) + description: 蛋蛋分管理(用户数据列表) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 数据种类、金额、时长(最长24h)、执行次数必填,备注选填 + - description: 请求参数 in: body name: req required: true schema: - $ref: '#/definitions/md.AddPlatformRevenueReq' + $ref: '#/definitions/md.UserEggFlowReq' produces: - application/json responses: "200": - description: 插入数据 id + description: 成功返回 schema: - type: int + $ref: '#/definitions/md.UserEggFlowReqResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增) + summary: 制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表) tags: - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList: - post: + /api/institutionalManagement/eggEnergy/getBasic: + get: consumes: - application/json - description: 其他广告设置数据(获取) + description: 基础设置(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 分页信息必填 - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.ListPlatformRevenueReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.ListPlatformRevenueResp' + $ref: '#/definitions/md.GetEggEnergyBasicResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取) + summary: 制度中心-蛋蛋能量-基础设置(获取) tags: - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward: - post: + /api/institutionalManagement/eggEnergy/getVipSetting: + get: consumes: - application/json - description: 激励视频(设置) + description: 基础会员设置(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 落地页不填页大小默认20条数据 - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.SetVideoRewardReq' produces: - application/json responses: "200": - description: success + description: 具体数据 schema: - type: string + $ref: '#/definitions/md.GetEggEnergyVipSettingResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-平台营收-激励视频(设置) + summary: 制度中心-蛋蛋能量-基础会员设置(获取) tags: - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/updateBasic: - post: + /api/institutionalManagement/eggEnergy/getVirtualCoinList: + get: consumes: - application/json - description: 基础设置(更新) + description: 查询所有币种(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: system_id 必填 - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.UpdateEggEnergyBasicReq' produces: - application/json responses: "200": - description: 修改数据条数 + description: 成功返回 schema: - type: int + items: + $ref: '#/definitions/md.VirtualCoin' + type: array "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-基础设置(更新) + summary: 制度中心-蛋蛋能量-查询所有币种(获取) tags: - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/updateVipSetting: - post: + /api/institutionalManagement/eggEnergy/globalData/coreDataList: + get: consumes: - application/json - description: 会员设置(更新) + description: 数据概览(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 填入修改后的列表(会员等级名称、兑换余额手续费、分红比例) - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.UpdateEggEnergyVipSettingReq' produces: - application/json responses: "200": - description: 修改数据条数 + description: 具体数据 schema: - type: int + $ref: '#/definitions/md.GetEggCoreDataListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-蛋蛋能量-会员设置(更新) + summary: 制度中心-蛋蛋能量-数据概览(获取) tags: - 蛋蛋能量 - /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList: + /api/institutionalManagement/eggEnergy/globalData/fundDataAdd: post: consumes: - application/json - description: 蛋蛋能量流水(查询) + description: 价值明细数据(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 至少传入 货币类型 ID 用户 UID 页数 每页大小 + - description: 数据种类、金额、时长(最长24h)、执行次数必填,备注选填 in: body name: req required: true schema: - $ref: '#/definitions/md.GetActivePointsUserCoinFlowListReq' + $ref: '#/definitions/md.AddFundDataReq' produces: - application/json responses: "200": - description: 成功返回 + description: 插入数据 id schema: - $ref: '#/definitions/md.GetActivePointsUserCoinFlowListResp' + type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-活跃积分持有者明细-蛋蛋能量流水(查询) + summary: 制度中心-蛋蛋能量-价值明细数据(新增) tags: - - 公排管理 - /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/globalData/fundDataList: post: consumes: - application/json - description: 蛋蛋能量明细(获取) + description: 新增数据列表(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 落地页不填页大小默认20条数据 + - description: 分页信息必填 in: body name: req + required: true schema: - $ref: '#/definitions/md.GetActivePointsUserCoinListReq' + $ref: '#/definitions/md.GetFundDataListReq' produces: - application/json responses: "200": - description: 成功返回 + description: 具体数据 schema: - $ref: '#/definitions/md.GetActivePointsUserCoinListResp' + $ref: '#/definitions/md.GetFundDataListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-活跃积分持有者明细-蛋蛋能量明细(获取) + summary: 制度中心-蛋蛋能量-新增数据列表(获取) tags: - - 公排管理 - /api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/globalData/fundDataRecordList: post: consumes: - application/json - description: 蛋蛋积分持有者明细(获取) + description: 新增数据列表详情(查询) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 落地页不填页大小默认20条数据 + - description: 获取到的 system_id 以及分页信息 in: body name: req + required: true schema: - $ref: '#/definitions/md.GetGreenEnergyUserCoinListReq' + $ref: '#/definitions/md.GetFundDataRecordListReq' produces: - application/json responses: "200": - description: 成功返回 + description: 具体数据 schema: - $ref: '#/definitions/md.GetGreenEnergyUserCoinListResp' + $ref: '#/definitions/md.GetFundDataRecordListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取) + summary: 制度中心-蛋蛋能量-新增数据列表详情(查询) tags: - - 公排管理 - /api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList: - post: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve: + get: consumes: - application/json - description: 蛋蛋积分流水明细(查询) + description: 价格趋势(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 至少传入 货币类型 ID 用户 UID 页数 每页大小 - in: body - name: req - required: true - schema: - $ref: '#/definitions/md.GetGreenEnergyUserCoinFlowListReq' + - description: 1:按天 2:按小时 3:按周 + in: query + name: kind + type: string produces: - application/json responses: "200": - description: 成功返回 + description: 具体数据 schema: - $ref: '#/definitions/md.GetGreenEnergyUserCoinFlowListResp' + $ref: '#/definitions/md.GetPriceCurveResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询) + summary: 制度中心-蛋蛋能量-价格趋势(获取) tags: - - 公排管理 - /api/institutionalManagement/moduleSetting/getModuleSetting: - get: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward: + post: consumes: - application/json - description: 个性化设置(获取) + description: 激励视频(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 模块类型值 - in: query - name: mod_name_value + - description: 落地页不填页大小默认20条数据 + in: body + name: req required: true - type: string + schema: + $ref: '#/definitions/md.SetVideoRewardReq' produces: - application/json responses: "200": - description: 具体数据 + description: OK schema: - $ref: '#/definitions/md.ModuleSettingGetResp' + $ref: '#/definitions/md.GetVideoRewardResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-模块设置-个性化设置(获取) + summary: 制度中心-蛋蛋能量-平台营收-激励视频(获取) tags: - - 模块设置 - /api/institutionalManagement/moduleSetting/updateModuleSetting: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd: post: consumes: - application/json - description: 个性化设置(更新) + description: 其他广告设置数据(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 模块类型值必填 + - description: 数据种类、金额、时长(最长24h)、执行次数必填,备注选填 in: body name: req required: true schema: - $ref: '#/definitions/md.ModuleSettingUpdateReq' + $ref: '#/definitions/md.AddPlatformRevenueReq' produces: - application/json responses: "200": - description: 修改数据条数 + description: 插入数据 id schema: type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-模块设置-个性化设置(更新) + summary: 制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增) tags: - - 模块设置 - /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList: post: consumes: - application/json - description: 社区分红(新增) + description: 其他广告设置数据(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 分红名称、分红总量 + - description: 分页信息必填 in: body name: req required: true schema: - $ref: '#/definitions/md.AddCommunityDividendsReq' + $ref: '#/definitions/md.ListPlatformRevenueReq' produces: - application/json responses: "200": - description: 成功 + description: 具体数据 schema: - type: success + $ref: '#/definitions/md.ListPlatformRevenueResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-社区分红(新增) + summary: 制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取) tags: - - 公排管理 - /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward: post: consumes: - application/json - description: 社区分红(查询) + description: 激励视频(设置) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 页数、每页大小必填 起止时间、起止数量选填 + - description: 落地页不填页大小默认20条数据 in: body name: req required: true schema: - $ref: '#/definitions/md.ListCommunityDividendsReq' + $ref: '#/definitions/md.SetVideoRewardReq' produces: - application/json responses: "200": - description: 具体数据 + description: success schema: - $ref: '#/definitions/md.ListCommunityDividendsResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-社区分红(查询) + summary: 制度中心-蛋蛋能量-平台营收-激励视频(设置) tags: - - 公排管理 - /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/updateBasic: post: consumes: - application/json - description: 社区长列表(新增) + description: 基础设置(更新) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 新增社区长 ID、备注 + - description: system_id 必填 in: body name: req required: true schema: - $ref: '#/definitions/md.AddCommunityDividendsWithUserReq' + $ref: '#/definitions/md.UpdateEggEnergyBasicReq' produces: - application/json responses: "200": - description: 插入数据 ID + description: 修改数据条数 schema: type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-社区长列表(新增) + summary: 制度中心-蛋蛋能量-基础设置(更新) tags: - - 公排管理 - /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/updateVipSetting: post: consumes: - application/json - description: 社区长列表(查询) + description: 会员设置(更新) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 页数、每页大小必填 手机号、用户ID选填 + - description: 填入修改后的列表(会员等级名称、兑换余额手续费、分红比例) in: body name: req required: true schema: - $ref: '#/definitions/md.ListCommunityDividendsWithUserReq' + $ref: '#/definitions/md.UpdateEggEnergyVipSettingReq' produces: - application/json responses: "200": - description: 社区长列表 + description: 修改数据条数 schema: - $ref: '#/definitions/md.ListCommunityDividendsWithUserResp' + type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-社区长列表(查询) + summary: 制度中心-蛋蛋能量-会员设置(更新) tags: - - 公排管理 - /api/institutionalManagement/publicPlatoon/exchangeUserPosition: + - 蛋蛋能量 + /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList: post: consumes: - application/json - description: 关系分布图(位置转换) + description: 蛋蛋能量流水(查询) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要交换的两个位置 + - description: 至少传入 货币类型 ID 用户 UID 页数 每页大小 in: body name: req required: true schema: - $ref: '#/definitions/md.ExchangeUserPositionReq' + $ref: '#/definitions/md.GetActivePointsUserCoinFlowListReq' produces: - application/json responses: "200": description: 成功返回 schema: - type: "" + $ref: '#/definitions/md.GetActivePointsUserCoinFlowListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-关系分布图(位置转换) + summary: 制度中心-活跃积分持有者明细-蛋蛋能量流水(查询) tags: - 公排管理 - /api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap: - get: + /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList: + post: consumes: - application/json - description: 关系分布图(获取指定用户上级) + description: 蛋蛋能量明细(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 用户ID - in: query - name: uid - required: true - type: string + - description: 落地页不填页大小默认20条数据 + in: body + name: req + schema: + $ref: '#/definitions/md.GetActivePointsUserCoinListReq' produces: - application/json responses: "200": - description: 具体数据 + description: 成功返回 schema: - $ref: '#/definitions/md.FindSubUserRelationshipMapResp' + $ref: '#/definitions/md.GetActivePointsUserCoinListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-关系分布图(获取指定用户上级) + summary: 制度中心-活跃积分持有者明细-蛋蛋能量明细(获取) tags: - 公排管理 - /api/institutionalManagement/publicPlatoon/findUserRelationshipMap: - get: + /api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList: + post: consumes: - application/json - description: 关系分布图(获取指定用户下级) + description: 蛋蛋积分持有者明细(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 用户ID - in: query - name: uid - required: true - type: string + - description: 落地页不填页大小默认20条数据 + in: body + name: req + schema: + $ref: '#/definitions/md.GetGreenEnergyUserCoinListReq' produces: - application/json responses: "200": - description: 具体数据 + description: 成功返回 schema: - $ref: '#/definitions/md.TreeNode' + $ref: '#/definitions/md.GetGreenEnergyUserCoinListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-关系分布图(获取指定用户下级) + summary: 制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取) tags: - 公排管理 - /api/institutionalManagement/publicPlatoon/getBasic: - get: + /api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList: + post: consumes: - application/json - description: 公排基础设置(获取) + description: 蛋蛋积分流水明细(查询) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: 至少传入 货币类型 ID 用户 UID 页数 每页大小 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.GetGreenEnergyUserCoinFlowListReq' produces: - application/json responses: "200": - description: 具体数据 + description: 成功返回 schema: - $ref: '#/definitions/md.GetPublicPlatoonBasicResp' + $ref: '#/definitions/md.GetGreenEnergyUserCoinFlowListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-公排基础设置(获取) + summary: 制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询) tags: - 公排管理 - /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete: - delete: + /api/institutionalManagement/moduleSetting/getModuleSetting: + get: consumes: - application/json - description: 免罚用户(删除) + description: 个性化设置(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 免罚用户ID - in: body - name: req + - description: 模块类型值 + in: query + name: mod_name_value required: true - schema: - $ref: '#/definitions/md.DeleteFreePublishUserReq' + type: string produces: - application/json responses: "200": - description: 删除数据数量 + description: 具体数据 schema: - type: int + $ref: '#/definitions/md.ModuleSettingGetResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-免罚用户(删除) + summary: 制度中心-模块设置-个性化设置(获取) tags: - - 公排管理 - /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index: + - 模块设置 + /api/institutionalManagement/moduleSetting/updateModuleSetting: post: consumes: - application/json - description: 免罚用户(查询) + description: 个性化设置(更新) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 页数和行数必填,uid选填 + - description: 模块类型值必填 链接传入完整 URL in: body name: req required: true schema: - $ref: '#/definitions/md.GetFreePublishUserReq' + $ref: '#/definitions/md.ModuleSettingUpdateReq' 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/communityDividends/communityDividendsAdd: post: consumes: - application/json - description: 免罚用户(新增) + description: 社区分红(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 免罚用户ID + - description: 分红名称、分红总量 in: body name: req required: true schema: - $ref: '#/definitions/md.AddFreePublishUserReq' + $ref: '#/definitions/md.AddCommunityDividendsReq' produces: - application/json responses: "200": - description: 插入数据 ID + description: 成功 schema: - type: int + type: success "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-免罚用户(新增) + summary: 制度中心-公排管理-社区分红(新增) tags: - 公排管理 - /api/institutionalManagement/publicPlatoon/relationshipMap: - get: + /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList: + post: consumes: - application/json - description: 关系分布图(获取) + description: 社区分红(查询) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: phone - in: query - name: phone - required: true - type: string - - description: uid - in: query - name: uid + - description: 页数、每页大小必填 起止时间、起止数量选填 + in: body + name: req required: true - type: string + schema: + $ref: '#/definitions/md.ListCommunityDividendsReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.TreeNode' + $ref: '#/definitions/md.ListCommunityDividendsResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-关系分布图(获取) + summary: 制度中心-公排管理-社区分红(查询) tags: - 公排管理 - /api/institutionalManagement/publicPlatoon/selectMember: + /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd: post: consumes: - application/json - description: 公排基础设置选择会员(查询) + description: 社区长列表(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 分页信息必填 + - description: 新增社区长 ID、备注 in: body name: req required: true schema: - $ref: '#/definitions/md.SelectMemberReq' + $ref: '#/definitions/md.AddCommunityDividendsWithUserReq' produces: - application/json responses: "200": - description: 具体数据 + description: 插入数据 ID schema: - $ref: '#/definitions/md.SelectMemberResp' + type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-公排基础设置选择会员(查询) + summary: 制度中心-公排管理-社区长列表(新增) tags: - 公排管理 - /api/institutionalManagement/publicPlatoon/updateBasic: - put: + /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList: + post: consumes: - application/json - description: 公排基础设置(修改) + description: 社区长列表(查询) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 公排设置表单内容 + - description: 页数、每页大小必填 手机号、用户ID选填 in: body name: req required: true schema: - $ref: '#/definitions/md.UpdatePublicPlatoonBasicReq' + $ref: '#/definitions/md.ListCommunityDividendsWithUserReq' produces: - application/json responses: "200": - description: success + description: 社区长列表 schema: - type: string + $ref: '#/definitions/md.ListCommunityDividendsWithUserResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-公排基础设置(修改) + summary: 制度中心-公排管理-社区长列表(查询) tags: - 公排管理 - /api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index: + /api/institutionalManagement/publicPlatoon/exchangeUserPosition: post: consumes: - application/json - description: 日活分析 + description: 关系分布图(位置转换) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小 + - description: 需要交换的两个位置 in: body name: req required: true schema: - $ref: '#/definitions/md.UserDailyActivityAnalysisReq' + $ref: '#/definitions/md.ExchangeUserPositionReq' produces: - application/json responses: "200": - description: 具体数据 + description: 成功返回 schema: - $ref: '#/definitions/md.UserDailyActivityAnalysisResp' + type: "" "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-公排管理-日活分析 + summary: 制度中心-公排管理-关系分布图(位置转换) tags: - 公排管理 - /api/login: - post: + /api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap: + get: consumes: - application/json - description: 登入 + description: 关系分布图(获取指定用户上级) parameters: - - description: 用户名密码 - in: body - name: req + - description: 验证参数Bearer和token空格拼接 + in: header + name: Authorization required: true - schema: - $ref: '#/definitions/md.LoginReq' + type: string + - description: 用户ID + in: query + name: uid + required: true + type: string produces: - application/json responses: "200": - description: token + description: 具体数据 schema: - $ref: '#/definitions/md.LoginResponse' + $ref: '#/definitions/md.FindSubUserRelationshipMapResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 登陆 + summary: 制度中心-公排管理-关系分布图(获取指定用户上级) tags: - - 登录 - /api/marketingApplications/newUserRedPackage/getBasic: + - 公排管理 + /api/institutionalManagement/publicPlatoon/findUserRelationshipMap: get: consumes: - application/json - description: 新人红包设置(获取) + 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.NewUserRedPackageGetBasicResp' + $ref: '#/definitions/md.TreeNode' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-营销应用-新人红包设置(获取) + summary: 制度中心-公排管理-关系分布图(获取指定用户下级) tags: - - 营销应用 - /api/marketingApplications/newUserRedPackage/recordFlowList: - post: + - 公排管理 + /api/institutionalManagement/publicPlatoon/getBasic: + get: consumes: - application/json - description: 新人红包列表明细(查询) + 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.NewUserRedPackageRecordFlowListReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.NewUserRedPackageRecordFlowListResp' + $ref: '#/definitions/md.GetPublicPlatoonBasicResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-营销应用-新人红包列表明细(查询) + summary: 制度中心-公排管理-公排基础设置(获取) tags: - - 营销应用 - /api/marketingApplications/newUserRedPackage/recordList: - 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: 新人红包列表查询条件(分页信息必填) + - description: 免罚用户ID in: body name: req required: true schema: - $ref: '#/definitions/md.NewUserRedPackageRecordListReq' + $ref: '#/definitions/md.DeleteFreePublishUserReq' produces: - application/json responses: "200": - description: 具体数据 + description: 删除数据数量 schema: - $ref: '#/definitions/md.NewUserRedPackageRecordListResp' + type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-营销应用-新人红包列表(查询) + summary: 制度中心-公排管理-免罚用户(删除) tags: - - 营销应用 - /api/marketingApplications/newUserRedPackage/updateBasic: - put: + - 公排管理 + /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index: + post: consumes: - application/json - description: 新人红包设置(修改) + description: 免罚用户(查询) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 新人红包设置表单 + - description: 页数和行数必填,uid选填 in: body name: req required: true schema: - $ref: '#/definitions/md.NewUserRedPackageUpdateBasicReq' + $ref: '#/definitions/md.GetFreePublishUserReq' produces: - application/json responses: "200": - description: success + description: 成功返回 schema: - type: string + $ref: '#/definitions/md.GetFreePublishUserResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-营销应用-新人红包设置(修改) + summary: 制度中心-公排管理-免罚用户(查询) tags: - - 营销应用 - /api/memberCenter/levelManagement/addLevel: + - 公排管理 + /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save: post: consumes: - application/json - description: 等级管理(新增) + description: 免罚用户(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要新增的等级信息 + - description: 免罚用户ID in: body name: req required: true schema: - $ref: '#/definitions/md.AddLevelReq' + $ref: '#/definitions/md.AddFreePublishUserReq' produces: - application/json responses: "200": - description: 新增等级ID + description: 插入数据 ID schema: type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-等级管理(新增) + summary: 制度中心-公排管理-免罚用户(新增) tags: - - 会员中心 - /api/memberCenter/levelManagement/addLevelTask: - post: + - 公排管理 + /api/institutionalManagement/publicPlatoon/relationshipMap: + get: consumes: - application/json - description: 等级任务(新增) + description: 关系分布图(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要新增的任务信息 - in: body - name: req + - description: phone + in: query + name: phone required: true - schema: - $ref: '#/definitions/md.AddLevelTaskReq' + type: string + - description: uid + in: query + name: uid + required: true + type: string produces: - application/json responses: "200": - description: 新增的任务ID + description: 具体数据 schema: - type: int + $ref: '#/definitions/md.TreeNode' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-等级明细-等级任务(新增) + summary: 制度中心-公排管理-关系分布图(获取) tags: - - 会员中心 - /api/memberCenter/levelManagement/deleteLevel: - delete: + - 公排管理 + /api/institutionalManagement/publicPlatoon/selectMember: + post: consumes: - application/json - description: 等级管理(删除) + description: 公排基础设置选择会员(查询) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要删除的等级 ID + - description: 分页信息必填 in: body name: req required: true schema: - $ref: '#/definitions/md.DeleteLevelReq' + $ref: '#/definitions/md.SelectMemberReq' produces: - application/json responses: "200": - description: 成功删除数据数量 + description: 具体数据 schema: - type: int + $ref: '#/definitions/md.SelectMemberResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-等级管理(删除) + summary: 制度中心-公排管理-公排基础设置选择会员(查询) tags: - - 会员中心 - /api/memberCenter/levelManagement/deleteLevelTask: - delete: + - 公排管理 + /api/institutionalManagement/publicPlatoon/updateBasic: + put: consumes: - application/json - description: 等级任务(删除) + description: 公排基础设置(修改) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要删除的等级任务ID + - description: 公排设置表单内容 in: body name: req required: true schema: - $ref: '#/definitions/md.DeleteTaskReq' + $ref: '#/definitions/md.UpdatePublicPlatoonBasicReq' produces: - application/json responses: "200": - description: 成功删除数据数量 + description: success schema: - type: int + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-等级管理-等级任务(删除) + summary: 制度中心-公排管理-公排基础设置(修改) tags: - - 会员中心 - /api/memberCenter/levelManagement/getLevelList: - get: + - 公排管理 + /api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index: + post: consumes: - application/json - description: 标签管理(获取) + description: 日活分析 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 每页大小 - in: query - name: limit + - description: 用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小 + in: body + name: req required: true - type: integer - - description: 页数 - in: query - name: page - required: true - type: integer + schema: + $ref: '#/definitions/md.UserDailyActivityAnalysisReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.GetLevelListResp' + $ref: '#/definitions/md.UserDailyActivityAnalysisResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-等级管理(获取) + summary: 制度中心-公排管理-日活分析 tags: - - 会员中心 - /api/memberCenter/levelManagement/getOneLevel: + - 公排管理 + /api/login: + post: + consumes: + - application/json + description: 登入 + parameters: + - description: 用户名密码 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.LoginReq' + produces: + - application/json + responses: + "200": + description: token + schema: + $ref: '#/definitions/md.LoginResponse' + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 登陆 + tags: + - 登录 + /api/marketingApplications/newUserRedPackage/getBasic: get: consumes: - application/json - description: 等级明细(获取) + description: 新人红包设置(获取) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 等级 ID - in: query - name: level_id + produces: + - application/json + responses: + "200": + description: 具体数据 + schema: + $ref: '#/definitions/md.NewUserRedPackageGetBasicResp' + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 制度中心-营销应用-新人红包设置(获取) + tags: + - 营销应用 + /api/marketingApplications/newUserRedPackage/recordFlowList: + post: + consumes: + - application/json + description: 新人红包列表明细(查询) + parameters: + - description: 验证参数Bearer和token空格拼接 + in: header + name: Authorization required: true - type: integer + type: string + - description: 新人红包列表明细查询条件(分页信息、用户 ID必填) + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.NewUserRedPackageRecordFlowListReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.GetOneLevelResp' + $ref: '#/definitions/md.NewUserRedPackageRecordFlowListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-等级管理-等级明细(获取) + summary: 制度中心-营销应用-新人红包列表明细(查询) tags: - - 会员中心 - /api/memberCenter/levelManagement/updateLevel: + - 营销应用 + /api/marketingApplications/newUserRedPackage/recordList: post: consumes: - application/json - description: 等级管理(更新) + description: 新人红包列表(查询) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要修改的等级信息 + - description: 新人红包列表查询条件(分页信息必填) in: body name: req required: true schema: - $ref: '#/definitions/md.UpdateLevelReq' + $ref: '#/definitions/md.NewUserRedPackageRecordListReq' produces: - application/json responses: "200": - description: 成功修改数据条数 + description: 具体数据 + schema: + $ref: '#/definitions/md.NewUserRedPackageRecordListResp' + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 制度中心-营销应用-新人红包列表(查询) + tags: + - 营销应用 + /api/marketingApplications/newUserRedPackage/updateBasic: + put: + 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.NewUserRedPackageUpdateBasicReq' + produces: + - application/json + responses: + "200": + description: success + schema: + type: string + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 制度中心-营销应用-新人红包设置(修改) + tags: + - 营销应用 + /api/memberCenter/levelManagement/addLevel: + 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.AddLevelReq' + produces: + - application/json + responses: + "200": + description: 新增等级ID schema: type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-等级管理(更新) + summary: 制度中心-会员中心-等级管理(新增) tags: - 会员中心 - /api/memberCenter/levelManagement/updateLevelTask: + /api/memberCenter/levelManagement/addLevelTask: post: consumes: - application/json - description: 等级任务(更新) + description: 等级任务(新增) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要修改的等级任务信息 + - description: 需要新增的任务信息 in: body name: req required: true schema: - $ref: '#/definitions/md.UpdateLevelTaskReq' + $ref: '#/definitions/md.AddLevelTaskReq' produces: - application/json responses: "200": - description: 成功修改数据条数 + description: 新增的任务ID schema: type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-等级明细-等级任务(更新) + summary: 制度中心-会员中心-等级明细-等级任务(新增) tags: - 会员中心 - /api/memberCenter/tagManagement/addTag: - post: + /api/memberCenter/levelManagement/deleteLevel: + delete: consumes: - application/json - description: 标签管理(新增) + description: 等级管理(删除) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 新增的标签信息 + - description: 需要删除的等级 ID in: body name: req required: true schema: - $ref: '#/definitions/md.AddTagReq' + $ref: '#/definitions/md.DeleteLevelReq' produces: - application/json responses: "200": - description: 新增的标签 ID + description: 成功删除数据数量 schema: type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-标签管理(新增) + summary: 制度中心-会员中心-等级管理(删除) tags: - 会员中心 - /api/memberCenter/tagManagement/deleteTag: + /api/memberCenter/levelManagement/deleteLevelTask: delete: consumes: - application/json - description: 标签管理(删除) + description: 等级任务(删除) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要删除的标签 ID + - description: 需要删除的等级任务ID in: body name: req required: true schema: - $ref: '#/definitions/md.DeleteTagReq' + $ref: '#/definitions/md.DeleteTaskReq' produces: - application/json responses: "200": - description: 成功删除标签用户数 + description: 成功删除数据数量 schema: type: int "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-标签管理(删除) + summary: 制度中心-会员中心-等级管理-等级任务(删除) tags: - 会员中心 - /api/memberCenter/tagManagement/getTagList: + /api/memberCenter/levelManagement/getLevelList: get: consumes: - application/json @@ -5995,31 +6460,61 @@ paths: "200": description: 具体数据 schema: - $ref: '#/definitions/md.GetTagListResp' + $ref: '#/definitions/md.GetLevelListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-标签管理(获取) + summary: 制度中心-会员中心-等级管理(获取) tags: - 会员中心 - /api/memberCenter/tagManagement/updateTag: + /api/memberCenter/levelManagement/getOneLevel: + get: + consumes: + - application/json + description: 等级明细(获取) + parameters: + - description: 验证参数Bearer和token空格拼接 + in: header + name: Authorization + required: true + type: string + - description: 等级 ID + in: query + name: level_id + required: true + type: integer + produces: + - application/json + responses: + "200": + description: 具体数据 + schema: + $ref: '#/definitions/md.GetOneLevelResp' + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 制度中心-会员中心-等级管理-等级明细(获取) + tags: + - 会员中心 + /api/memberCenter/levelManagement/updateLevel: post: consumes: - application/json - description: 标签管理(更新) + description: 等级管理(更新) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 需要修改的标签信息 + - description: 需要修改的等级信息 in: body name: req required: true schema: - $ref: '#/definitions/md.UpdateTagReq' + $ref: '#/definitions/md.UpdateLevelReq' produces: - application/json responses: @@ -6031,28 +6526,187 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-标签管理(更新) + summary: 制度中心-会员中心-等级管理(更新) tags: - 会员中心 - /api/memberCenter/userManagement/balanceDetail: - get: + /api/memberCenter/levelManagement/updateLevelTask: + post: consumes: - application/json - description: 会员明细(余额获取) + 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 + - description: 需要修改的等级任务信息 + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.UpdateLevelTaskReq' + 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: + delete: + 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: 页数 @@ -6071,251 +6725,524 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-用户管理-会员明细(余额获取) + 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: + - 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.UserManagementGetUserListReq' + produces: + - application/json + responses: + "200": + description: 具体数据 + schema: + $ref: '#/definitions/md.UserManagementGetUserListResp' + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + 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: + 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.UserManagementUpdateUserInfoReq' + produces: + - application/json + responses: + "200": + description: 修改数据行数 + schema: + type: int + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + 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: + - 会员中心 + /api/notice/aliyunSms/base: + get: + consumes: + - application/json + description: 短信推送记录-通知模板 + parameters: + - description: 验证参数Bearer和token空格拼接 + in: header + name: Authorization + required: true + type: string + produces: + - application/json + responses: + "200": + description: 具体数据 + schema: + $ref: '#/definitions/md.NoticeAliyunSmsListResp' + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 消息中心-短信推送记录-通知模板 + tags: + - 消息中心 + /api/notice/aliyunSms/file/phone: + post: + consumes: + - application/json + description: 短信推送记录-通知模板 + parameters: + - description: 验证参数Bearer和token空格拼接 + in: header + name: Authorization + required: true + type: string + - description: 参数 file-----文件上传格式 + in: formData + name: file + required: true + type: string + produces: + - application/json + responses: + "200": + description: phone 一个数组 + schema: + type: string + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 消息中心-短信推送记录-通知模板 + tags: + - 消息中心 + /api/notice/aliyunSms/push/list: + 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.NoticeAliyunSmsListReq' + produces: + - application/json + responses: + "200": + description: 具体数据 + schema: + $ref: '#/definitions/md.NoticePushListResp' + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 消息中心-短信推送记录-推送记录列表 + tags: + - 消息中心 + /api/notice/aliyunSms/push/save: + 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.NoticeAliyunSmsSaveReq' + produces: + - application/json + responses: + "200": + description: 具体数据 + schema: + type: string + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 消息中心-短信推送记录-推送记录添加-发送(不做编辑了) tags: - - 会员中心 - /api/memberCenter/userManagement/getFans: + - 消息中心 + /api/notice/aliyunSms/sale/base: get: consumes: - application/json - description: 会员明细粉丝情况(获取) + 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' + $ref: '#/definitions/md.NoticeAliyunSmsListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-用户管理-会员明细粉丝情况(获取) + summary: 消息中心-短信推送记录-营销短信-通知模板 tags: - - 会员中心 - /api/memberCenter/userManagement/getUserList: + - 消息中心 + /api/notice/aliyunSms/sale/save: post: consumes: - application/json - description: 用户信息管理(获取) + description: 短信推送记录-营销短信-通知模板添加编辑 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 分页信息必填 + - description: 数组 把列表的数组传过来 in: body name: req required: true schema: - $ref: '#/definitions/md.UserManagementGetUserListReq' + type: string produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.UserManagementGetUserListResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-用户管理-用户信息管理(获取) + summary: 消息中心-短信推送记录-营销短信-通知模板添加编辑 tags: - - 会员中心 - /api/memberCenter/userManagement/getVirtualCoinDetail: - get: + - 消息中心 + /api/notice/aliyunSms/save: + post: consumes: - application/json - description: 会员明细(积分明细获取) + 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 + - description: 数组 把列表的数组传过来 + in: body + name: req required: true - type: string + schema: + type: string produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.UserManagementGetVirtualCoinDetailResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-用户管理-会员明细(积分明细获取) + summary: 消息中心-短信推送记录-通知模板添加编辑 tags: - - 会员中心 - /api/memberCenter/userManagement/updateUserInfo: + - 消息中心 + /api/notice/jPush/del: post: consumes: - application/json - description: 用户信息管理(更新) + description: APP推送记录-通知模板删除 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 用户ID 必传 + - description: (分页信息必填) in: body name: req required: true schema: - $ref: '#/definitions/md.UserManagementUpdateUserInfoReq' + $ref: '#/definitions/md.NoticeDelReq' produces: - application/json responses: "200": - description: 修改数据行数 + description: 具体数据 schema: - type: int + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-用户管理-用户信息管理(更新) + summary: 消息中心-APP推送记录-通知模板删除 tags: - - 会员中心 - /api/memberCenter/userManagement/userData: - get: + - 消息中心 + /api/notice/jPush/list: + post: consumes: - application/json - description: 会员明细概况(获取) + description: APP推送记录-通知模板 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 用户 ID - in: query - name: uid + - description: (分页信息必填) + in: body + name: req required: true - type: string + schema: + $ref: '#/definitions/md.NoticeListReq' produces: - application/json responses: "200": - description: 会员明细概况具体数据 + description: 具体数据 schema: - $ref: '#/definitions/md.UserManagementGetOneBasicResp' + $ref: '#/definitions/md.NoticeListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 制度中心-会员中心-用户管理-会员明细概况(获取) + summary: 消息中心-APP推送记录-通知模板 tags: - - 会员中心 - /api/notice/aliyunSms/base: - get: + - 消息中心 + /api/notice/jPush/push/list: + post: consumes: - application/json - description: 短信推送记录-通知模板 + description: APP推送记录-推送记录列表 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: (分页信息必填) + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.NoticeListReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.NoticeAliyunSmsListResp' + $ref: '#/definitions/md.NoticePushListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-短信推送记录-通知模板 + summary: 消息中心-APP推送记录-推送记录列表 tags: - 消息中心 - /api/notice/aliyunSms/file/phone: + /api/notice/jPush/push/save: post: consumes: - application/json - description: 短信推送记录-通知模板 + description: APP推送记录-推送记录添加-发送 (不做编辑了) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 参数 file-----文件上传格式 - in: formData - name: file + - description: (分页信息必填) + in: body + name: req required: true - type: string + schema: + $ref: '#/definitions/md.NoticeSaveReq' produces: - application/json responses: "200": - description: phone 一个数组 + description: 具体数据 schema: type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-短信推送记录-通知模板 + summary: 消息中心-APP推送记录-推送记录添加-发送(不做编辑了) tags: - 消息中心 - /api/notice/aliyunSms/push/list: + /api/notice/jPush/save: post: consumes: - application/json - description: 短信推送记录-推送记录列表 + description: APP推送记录-通知模板添加编辑 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -6327,94 +7254,125 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.NoticeAliyunSmsListReq' + $ref: '#/definitions/md.NoticeSaveReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.NoticePushListResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-短信推送记录-推送记录列表 + summary: 消息中心-APP推送记录-通知模板添加编辑 tags: - 消息中心 - /api/notice/aliyunSms/push/save: + /api/settCenter/oss/aliYun/getBasic: + get: + consumes: + - application/json + description: 对象存储设置(获取) + parameters: + - description: 验证参数Bearer和token空格拼接 + in: header + name: Authorization + required: true + type: string + produces: + - application/json + responses: + "200": + description: 设置列表 + schema: + $ref: '#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp' + "400": + description: 具体错误 + schema: + $ref: '#/definitions/md.Response' + summary: 设置中心-对象存储-对象存储设置(获取) + tags: + - 对象存储 + /api/settCenter/oss/aliYun/setBasic: post: consumes: - application/json - description: 短信推送记录-推送记录添加-发送 (不做编辑了) + description: 对象存储设置(更新) parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: (分页信息必填) + - description: 上传需要修改的信息 in: body name: req required: true schema: - $ref: '#/definitions/md.NoticeAliyunSmsSaveReq' + $ref: '#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq' produces: - application/json responses: "200": - description: 具体数据 + description: success schema: type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-短信推送记录-推送记录添加-发送(不做编辑了) + summary: 设置中心-对象存储-对象存储设置(更新) tags: - - 消息中心 - /api/notice/aliyunSms/sale/base: - get: + - 对象存储 + /api/user_feedback/cate/del: + post: consumes: - application/json - description: 短信推送记录-营销短信-通知模板 + description: 分类列表-分类删除 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string + - description: (分页信息必填) + in: body + name: req + required: true + schema: + $ref: '#/definitions/md.UserFeedbackCateDelReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.NoticeAliyunSmsListResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-短信推送记录-营销短信-通知模板 + summary: 反馈列表-分类列表-分类删除 tags: - 消息中心 - /api/notice/aliyunSms/sale/save: + /api/user_feedback/cate/save: post: consumes: - application/json - description: 短信推送记录-营销短信-通知模板添加编辑 + description: 分类列表-分类保存 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 数组 把列表的数组传过来 + - description: (分页信息必填) in: body name: req required: true schema: - type: string + $ref: '#/definitions/md.UserFeedbackCateSaveReq' produces: - application/json responses: @@ -6426,45 +7384,45 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-短信推送记录-营销短信-通知模板添加编辑 + summary: 反馈列表-分类列表-分类保存 tags: - 消息中心 - /api/notice/aliyunSms/save: + /api/userFeedback/cate/list: post: consumes: - application/json - description: 短信推送记录-通知模板添加编辑 + description: 分类列表 parameters: - description: 验证参数Bearer和token空格拼接 in: header name: Authorization required: true type: string - - description: 数组 把列表的数组传过来 + - description: (分页信息必填) in: body name: req required: true schema: - type: string + $ref: '#/definitions/md.UserFeedbackCateListReq' produces: - application/json responses: "200": description: 具体数据 schema: - type: string + $ref: '#/definitions/md.UserFeedbackCateListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-短信推送记录-通知模板添加编辑 + summary: 反馈列表-分类列表 tags: - 消息中心 - /api/notice/jPush/del: + /api/userFeedback/content/change/state: post: consumes: - application/json - description: APP推送记录-通知模板删除 + description: 反馈列表-修改状态 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -6476,7 +7434,7 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.NoticeDelReq' + $ref: '#/definitions/md.UserFeedbackSayReq' produces: - application/json responses: @@ -6488,14 +7446,14 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-APP推送记录-通知模板删除 + summary: 用户反馈-反馈列表-修改状态 tags: - 消息中心 - /api/notice/jPush/list: + /api/userFeedback/content/del: post: consumes: - application/json - description: APP推送记录-通知模板 + description: 反馈列表-反馈删除 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -6507,26 +7465,26 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.NoticeListReq' + $ref: '#/definitions/md.UserFeedbackDelReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.NoticeListResp' + type: string "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-APP推送记录-通知模板 + summary: 用户反馈-反馈列表-反馈删除 tags: - 消息中心 - /api/notice/jPush/push/list: + /api/userFeedback/content/list: post: consumes: - application/json - description: APP推送记录-推送记录列表 + description: 反馈列表 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -6538,26 +7496,26 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.NoticeListReq' + $ref: '#/definitions/md.UserFeedbackListReq' produces: - application/json responses: "200": description: 具体数据 schema: - $ref: '#/definitions/md.NoticePushListResp' + $ref: '#/definitions/md.UserFeedbackListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-APP推送记录-推送记录列表 + summary: 用户反馈-反馈列表 tags: - 消息中心 - /api/notice/jPush/push/save: + /api/userFeedback/content/record/list: post: consumes: - application/json - description: APP推送记录-推送记录添加-发送 (不做编辑了) + description: 反馈列表-沟通记录 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -6569,26 +7527,26 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.NoticeSaveReq' + $ref: '#/definitions/md.UserFeedbackRecordListReq' produces: - application/json responses: "200": description: 具体数据 schema: - type: string + $ref: '#/definitions/md.UserFeedbackRecordListResp' "400": description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-APP推送记录-推送记录添加-发送(不做编辑了) + summary: 用户反馈-反馈列表-沟通记录 tags: - 消息中心 - /api/notice/jPush/save: + /api/userFeedback/content/say: post: consumes: - application/json - description: APP推送记录-通知模板添加编辑 + description: 反馈列表-沟通发送 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -6600,7 +7558,7 @@ paths: name: req required: true schema: - $ref: '#/definitions/md.NoticeSaveReq' + $ref: '#/definitions/md.UserFeedbackSayReq' produces: - application/json responses: @@ -6612,7 +7570,7 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 消息中心-APP推送记录-通知模板添加编辑 + summary: 用户反馈-反馈列表-沟通发送 tags: - 消息中心 securityDefinitions: