Browse Source

update

master
shenjiachi 1 month ago
parent
commit
f70e0b6ff9
4 changed files with 693 additions and 108 deletions
  1. +1
    -1
      app/md/financial_center/md_withdraw.go
  2. +257
    -39
      docs/docs.go
  3. +257
    -39
      docs/swagger.json
  4. +178
    -29
      docs/swagger.yaml

+ 1
- 1
app/md/financial_center/md_withdraw.go View File

@@ -21,7 +21,7 @@ type GetWithdrawSettingResp struct {

type UpdateWithdrawSettingReq struct {
Id int64 `json:"id,required"`
FrequencySet md.WithdrawFrequencySettingStruct `json:"frequency_set"` // 频率设置(num 个 duration)
FrequencySet md.WithdrawFrequencySettingStruct `json:"frequency_set"` // 频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))
WithdrawType int `json:"withdraw_type"` // 提现方式(1:支付宝 2:微信)
VipLevelLimit int `json:"vip_level_limit"` // 提现等级限制
IsRealName int `json:"is_real_name"` // 是否实名(0:否 1:是)


+ 257
- 39
docs/docs.go View File

@@ -186,6 +186,91 @@ const docTemplate = `{
}
}
},
"/api/financialCenter/withdraw/setting": {
"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.GetWithdrawSettingResp"
}
},
"400": {
"description": "具体错误",
"schema": {
"$ref": "#/definitions/md.Response"
}
}
}
}
},
"/api/financialCenter/withdraw/updateWithdrawSetting": {
"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.UpdateWithdrawSettingReq"
}
}
],
"responses": {
"200": {
"description": "修改数据条数",
"schema": {
"type": "int"
}
},
"400": {
"description": "具体错误",
"schema": {
"$ref": "#/definitions/md.Response"
}
}
}
}
},
"/api/institutionalManagement/eggEnergy/addVipSetting": {
"post": {
"description": "会员设置(新增)",
@@ -3099,37 +3184,6 @@ const docTemplate = `{
}
}
},
"applet_app_md_institutional_management_member_center.Paginate": {
"type": "object",
"properties": {
"limit": {
"description": "每页大小",
"type": "integer"
},
"page": {
"description": "页数",
"type": "integer"
},
"total": {
"description": "总数据量",
"type": "integer"
}
}
},
"applet_app_md_institutional_management_new_user_red_package.Paginate": {
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"page": {
"type": "integer"
},
"total": {
"type": "integer"
}
}
},
"applet_app_md_institutional_management_public_platoon.BasicSetting": {
"type": "object",
"properties": {
@@ -3183,6 +3237,37 @@ const docTemplate = `{
}
}
},
"applet_app_md_marketing_applications_new_user_red_package.Paginate": {
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"page": {
"type": "integer"
},
"total": {
"type": "integer"
}
}
},
"applet_app_md_member_center.Paginate": {
"type": "object",
"properties": {
"limit": {
"description": "每页大小",
"type": "integer"
},
"page": {
"description": "页数",
"type": "integer"
},
"total": {
"description": "总数据量",
"type": "integer"
}
}
},
"md.ActivePointsWalletNode": {
"type": "object",
"properties": {
@@ -4489,7 +4574,7 @@ const docTemplate = `{
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
}
},
@@ -4600,7 +4685,7 @@ const docTemplate = `{
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
}
},
@@ -4617,6 +4702,70 @@ const docTemplate = `{
}
}
},
"md.GetWithdrawSettingResp": {
"type": "object",
"properties": {
"create_at": {
"description": "申请时间",
"type": "string"
},
"frequency_set": {
"description": "频率设置(0:日 1:周 2:月 3:年)",
"allOf": [
{
"$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
}
]
},
"id": {
"type": "integer"
},
"is_auto": {
"description": "是否开启自动提现(0:否 1:是)",
"type": "integer"
},
"is_real_name": {
"description": "是否实名(0:否 1:是)",
"type": "integer"
},
"is_support_decimal_point": {
"description": "是否支持小数点(0:否 1:是)",
"type": "integer"
},
"update_at": {
"description": "处理时间",
"type": "string"
},
"vip_level_limit": {
"description": "提现等级限制",
"type": "integer"
},
"withdraw_amount_limit": {
"description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
"type": "string"
},
"withdraw_fee_set": {
"description": "提现手续费设置",
"type": "string"
},
"withdraw_multiple_limit": {
"description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
"type": "string"
},
"withdraw_nums_limit": {
"description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
"type": "integer"
},
"withdraw_time_interval": {
"description": "提现时段",
"type": "string"
},
"withdraw_type": {
"description": "提现方式(1:支付宝 2:微信)",
"type": "integer"
}
}
},
"md.LevelListNode": {
"type": "object",
"properties": {
@@ -4881,7 +5030,7 @@ const docTemplate = `{
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
"$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
}
}
},
@@ -4969,7 +5118,7 @@ const docTemplate = `{
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
"$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
}
}
},
@@ -5834,6 +5983,62 @@ const docTemplate = `{
}
}
},
"md.UpdateWithdrawSettingReq": {
"type": "object",
"properties": {
"frequency_set": {
"description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
"allOf": [
{
"$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
}
]
},
"id": {
"type": "integer"
},
"is_auto": {
"description": "是否开启自动提现(0:否 1:是)",
"type": "integer"
},
"is_real_name": {
"description": "是否实名(0:否 1:是)",
"type": "integer"
},
"is_support_decimal_point": {
"description": "是否支持小数点(0:否 1:是)",
"type": "integer"
},
"vip_level_limit": {
"description": "提现等级限制",
"type": "integer"
},
"withdraw_amount_limit": {
"description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
"type": "string"
},
"withdraw_fee_set": {
"description": "提现手续费设置",
"type": "string"
},
"withdraw_multiple_limit": {
"description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
"type": "string"
},
"withdraw_nums_limit": {
"description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
"type": "integer"
},
"withdraw_time_interval": {
"description": "提现时段",
"type": "string"
},
"withdraw_type": {
"description": "提现方式(1:支付宝 2:微信)",
"type": "integer"
}
}
},
"md.UserDailyActivityAnalysisReq": {
"type": "object",
"properties": {
@@ -6208,7 +6413,7 @@ const docTemplate = `{
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
}
},
@@ -6226,7 +6431,7 @@ const docTemplate = `{
"description": "分页信息",
"allOf": [
{
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
]
}
@@ -6438,7 +6643,7 @@ const docTemplate = `{
"description": "分页信息",
"allOf": [
{
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
]
},
@@ -6469,7 +6674,7 @@ const docTemplate = `{
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
}
},
@@ -6705,6 +6910,19 @@ const docTemplate = `{
}
}
},
"md.WithdrawFrequencySettingStruct": {
"type": "object",
"properties": {
"duration": {
"description": "周期 (0.天 1.小时 2.周 3.天 4.月 5.年)",
"type": "integer"
},
"num": {
"description": "周期数",
"type": "integer"
}
}
},
"model.EggEnergyUserEggIndexWeight": {
"type": "object",
"properties": {


+ 257
- 39
docs/swagger.json View File

@@ -179,6 +179,91 @@
}
}
},
"/api/financialCenter/withdraw/setting": {
"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.GetWithdrawSettingResp"
}
},
"400": {
"description": "具体错误",
"schema": {
"$ref": "#/definitions/md.Response"
}
}
}
}
},
"/api/financialCenter/withdraw/updateWithdrawSetting": {
"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.UpdateWithdrawSettingReq"
}
}
],
"responses": {
"200": {
"description": "修改数据条数",
"schema": {
"type": "int"
}
},
"400": {
"description": "具体错误",
"schema": {
"$ref": "#/definitions/md.Response"
}
}
}
}
},
"/api/institutionalManagement/eggEnergy/addVipSetting": {
"post": {
"description": "会员设置(新增)",
@@ -3092,37 +3177,6 @@
}
}
},
"applet_app_md_institutional_management_member_center.Paginate": {
"type": "object",
"properties": {
"limit": {
"description": "每页大小",
"type": "integer"
},
"page": {
"description": "页数",
"type": "integer"
},
"total": {
"description": "总数据量",
"type": "integer"
}
}
},
"applet_app_md_institutional_management_new_user_red_package.Paginate": {
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"page": {
"type": "integer"
},
"total": {
"type": "integer"
}
}
},
"applet_app_md_institutional_management_public_platoon.BasicSetting": {
"type": "object",
"properties": {
@@ -3176,6 +3230,37 @@
}
}
},
"applet_app_md_marketing_applications_new_user_red_package.Paginate": {
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"page": {
"type": "integer"
},
"total": {
"type": "integer"
}
}
},
"applet_app_md_member_center.Paginate": {
"type": "object",
"properties": {
"limit": {
"description": "每页大小",
"type": "integer"
},
"page": {
"description": "页数",
"type": "integer"
},
"total": {
"description": "总数据量",
"type": "integer"
}
}
},
"md.ActivePointsWalletNode": {
"type": "object",
"properties": {
@@ -4482,7 +4567,7 @@
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
}
},
@@ -4593,7 +4678,7 @@
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
}
},
@@ -4610,6 +4695,70 @@
}
}
},
"md.GetWithdrawSettingResp": {
"type": "object",
"properties": {
"create_at": {
"description": "申请时间",
"type": "string"
},
"frequency_set": {
"description": "频率设置(0:日 1:周 2:月 3:年)",
"allOf": [
{
"$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
}
]
},
"id": {
"type": "integer"
},
"is_auto": {
"description": "是否开启自动提现(0:否 1:是)",
"type": "integer"
},
"is_real_name": {
"description": "是否实名(0:否 1:是)",
"type": "integer"
},
"is_support_decimal_point": {
"description": "是否支持小数点(0:否 1:是)",
"type": "integer"
},
"update_at": {
"description": "处理时间",
"type": "string"
},
"vip_level_limit": {
"description": "提现等级限制",
"type": "integer"
},
"withdraw_amount_limit": {
"description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
"type": "string"
},
"withdraw_fee_set": {
"description": "提现手续费设置",
"type": "string"
},
"withdraw_multiple_limit": {
"description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
"type": "string"
},
"withdraw_nums_limit": {
"description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
"type": "integer"
},
"withdraw_time_interval": {
"description": "提现时段",
"type": "string"
},
"withdraw_type": {
"description": "提现方式(1:支付宝 2:微信)",
"type": "integer"
}
}
},
"md.LevelListNode": {
"type": "object",
"properties": {
@@ -4874,7 +5023,7 @@
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
"$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
}
}
},
@@ -4962,7 +5111,7 @@
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
"$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
}
}
},
@@ -5827,6 +5976,62 @@
}
}
},
"md.UpdateWithdrawSettingReq": {
"type": "object",
"properties": {
"frequency_set": {
"description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
"allOf": [
{
"$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
}
]
},
"id": {
"type": "integer"
},
"is_auto": {
"description": "是否开启自动提现(0:否 1:是)",
"type": "integer"
},
"is_real_name": {
"description": "是否实名(0:否 1:是)",
"type": "integer"
},
"is_support_decimal_point": {
"description": "是否支持小数点(0:否 1:是)",
"type": "integer"
},
"vip_level_limit": {
"description": "提现等级限制",
"type": "integer"
},
"withdraw_amount_limit": {
"description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
"type": "string"
},
"withdraw_fee_set": {
"description": "提现手续费设置",
"type": "string"
},
"withdraw_multiple_limit": {
"description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
"type": "string"
},
"withdraw_nums_limit": {
"description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
"type": "integer"
},
"withdraw_time_interval": {
"description": "提现时段",
"type": "string"
},
"withdraw_type": {
"description": "提现方式(1:支付宝 2:微信)",
"type": "integer"
}
}
},
"md.UserDailyActivityAnalysisReq": {
"type": "object",
"properties": {
@@ -6201,7 +6406,7 @@
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
}
},
@@ -6219,7 +6424,7 @@
"description": "分页信息",
"allOf": [
{
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
]
}
@@ -6431,7 +6636,7 @@
"description": "分页信息",
"allOf": [
{
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
]
},
@@ -6462,7 +6667,7 @@
}
},
"paginate": {
"$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
"$ref": "#/definitions/applet_app_md_member_center.Paginate"
}
}
},
@@ -6698,6 +6903,19 @@
}
}
},
"md.WithdrawFrequencySettingStruct": {
"type": "object",
"properties": {
"duration": {
"description": "周期 (0.天 1.小时 2.周 3.天 4.月 5.年)",
"type": "integer"
},
"num": {
"description": "周期数",
"type": "integer"
}
}
},
"model.EggEnergyUserEggIndexWeight": {
"type": "object",
"properties": {


+ 178
- 29
docs/swagger.yaml View File

@@ -33,27 +33,6 @@ definitions:
description: 总数据量
type: integer
type: object
applet_app_md_institutional_management_member_center.Paginate:
properties:
limit:
description: 每页大小
type: integer
page:
description: 页数
type: integer
total:
description: 总数据量
type: integer
type: object
applet_app_md_institutional_management_new_user_red_package.Paginate:
properties:
limit:
type: integer
page:
type: integer
total:
type: integer
type: object
applet_app_md_institutional_management_public_platoon.BasicSetting:
properties:
id:
@@ -92,6 +71,27 @@ definitions:
description: 总数据量
type: integer
type: object
applet_app_md_marketing_applications_new_user_red_package.Paginate:
properties:
limit:
type: integer
page:
type: integer
total:
type: integer
type: object
applet_app_md_member_center.Paginate:
properties:
limit:
description: 每页大小
type: integer
page:
description: 页数
type: integer
total:
description: 总数据量
type: integer
type: object
md.ActivePointsWalletNode:
properties:
amount:
@@ -1001,7 +1001,7 @@ definitions:
$ref: '#/definitions/md.LevelListNode'
type: array
paginate:
$ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
$ref: '#/definitions/applet_app_md_member_center.Paginate'
type: object
md.GetOneLevelResp:
properties:
@@ -1080,7 +1080,7 @@ definitions:
$ref: '#/definitions/md.TagListNode'
type: array
paginate:
$ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
$ref: '#/definitions/applet_app_md_member_center.Paginate'
type: object
md.GetVideoRewardResp:
properties:
@@ -1091,6 +1091,51 @@ definitions:
description: 单价
type: string
type: object
md.GetWithdrawSettingResp:
properties:
create_at:
description: 申请时间
type: string
frequency_set:
allOf:
- $ref: '#/definitions/md.WithdrawFrequencySettingStruct'
description: 频率设置(0:日 1:周 2:月 3:年)
id:
type: integer
is_auto:
description: 是否开启自动提现(0:否 1:是)
type: integer
is_real_name:
description: 是否实名(0:否 1:是)
type: integer
is_support_decimal_point:
description: 是否支持小数点(0:否 1:是)
type: integer
update_at:
description: 处理时间
type: string
vip_level_limit:
description: 提现等级限制
type: integer
withdraw_amount_limit:
description: 提现金额限制(0为不限制,大于等于该金额才可以申请提现 )
type: string
withdraw_fee_set:
description: 提现手续费设置
type: string
withdraw_multiple_limit:
description: 提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )
type: string
withdraw_nums_limit:
description: 提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )
type: integer
withdraw_time_interval:
description: 提现时段
type: string
withdraw_type:
description: 提现方式(1:支付宝 2:微信)
type: integer
type: object
md.LevelListNode:
properties:
count:
@@ -1274,7 +1319,7 @@ definitions:
$ref: '#/definitions/md.NewUserRedPackageRecordFlowNode'
type: array
paginate:
$ref: '#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate'
$ref: '#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate'
type: object
md.NewUserRedPackageRecordFlowNode:
properties:
@@ -1337,7 +1382,7 @@ definitions:
$ref: '#/definitions/md.NewUserRedPackageRecordNode'
type: array
paginate:
$ref: '#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate'
$ref: '#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate'
type: object
md.NewUserRedPackageRecordNode:
properties:
@@ -1936,6 +1981,45 @@ definitions:
description: 会员等级ID
type: string
type: object
md.UpdateWithdrawSettingReq:
properties:
frequency_set:
allOf:
- $ref: '#/definitions/md.WithdrawFrequencySettingStruct'
description: 频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))
id:
type: integer
is_auto:
description: 是否开启自动提现(0:否 1:是)
type: integer
is_real_name:
description: 是否实名(0:否 1:是)
type: integer
is_support_decimal_point:
description: 是否支持小数点(0:否 1:是)
type: integer
vip_level_limit:
description: 提现等级限制
type: integer
withdraw_amount_limit:
description: 提现金额限制(0为不限制,大于等于该金额才可以申请提现 )
type: string
withdraw_fee_set:
description: 提现手续费设置
type: string
withdraw_multiple_limit:
description: 提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )
type: string
withdraw_nums_limit:
description: 提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )
type: integer
withdraw_time_interval:
description: 提现时段
type: string
withdraw_type:
description: 提现方式(1:支付宝 2:微信)
type: integer
type: object
md.UserDailyActivityAnalysisReq:
properties:
end_date:
@@ -2205,7 +2289,7 @@ definitions:
$ref: '#/definitions/md.BalanceDetailNode'
type: array
paginate:
$ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
$ref: '#/definitions/applet_app_md_member_center.Paginate'
type: object
md.UserManagementGetFansResp:
properties:
@@ -2216,7 +2300,7 @@ definitions:
type: array
paginate:
allOf:
- $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
- $ref: '#/definitions/applet_app_md_member_center.Paginate'
description: 分页信息
type: object
md.UserManagementGetOneBasicResp:
@@ -2365,7 +2449,7 @@ definitions:
type: array
paginate:
allOf:
- $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
- $ref: '#/definitions/applet_app_md_member_center.Paginate'
description: 分页信息
tags_list:
description: 标签列表
@@ -2386,7 +2470,7 @@ definitions:
$ref: '#/definitions/md.VirtualCoinDetailNode'
type: array
paginate:
$ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
$ref: '#/definitions/applet_app_md_member_center.Paginate'
type: object
md.UserManagementUpdateUserInfoReq:
properties:
@@ -2553,6 +2637,15 @@ definitions:
example: 货币类型名称
type: string
type: object
md.WithdrawFrequencySettingStruct:
properties:
duration:
description: 周期 (0.天 1.小时 2.周 3.天 4.月 5.年)
type: integer
num:
description: 周期数
type: integer
type: object
model.EggEnergyUserEggIndexWeight:
properties:
account_balance_exchange_egg_energy_nums:
@@ -2732,6 +2825,62 @@ paths:
summary: Demo测试
tags:
- Demo
/api/financialCenter/withdraw/setting:
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.GetWithdrawSettingResp'
"400":
description: 具体错误
schema:
$ref: '#/definitions/md.Response'
summary: 财务中心-提现-基础设置(获取)
tags:
- 提现
/api/financialCenter/withdraw/updateWithdrawSetting:
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.UpdateWithdrawSettingReq'
produces:
- application/json
responses:
"200":
description: 修改数据条数
schema:
type: int
"400":
description: 具体错误
schema:
$ref: '#/definitions/md.Response'
summary: 财务中心-提现-基础设置(更新)
tags:
- 提现
/api/institutionalManagement/eggEnergy/addVipSetting:
post:
consumes:


Loading…
Cancel
Save