ソースを参照

update swag

master
shenjiachi 1ヶ月前
コミット
544d93dae0
3個のファイルの変更75行の追加0行の削除
  1. +29
    -0
      docs/docs.go
  2. +29
    -0
      docs/swagger.json
  3. +17
    -0
      docs/swagger.yaml

+ 29
- 0
docs/docs.go ファイルの表示

@@ -8433,6 +8433,19 @@ const docTemplate = `{
}
}
},
"md.FirstWithdrawSet": {
"type": "object",
"properties": {
"first_withdraw_amount_limit": {
"description": "不需要实名时 最大提现金额",
"type": "string"
},
"is_need_real_name": {
"description": "是否需要实名(0:不需要,1:需要)",
"type": "integer"
}
}
},
"md.FreePublishUserNode": {
"type": "object",
"properties": {
@@ -9370,6 +9383,14 @@ const docTemplate = `{
"description": "申请时间",
"type": "string"
},
"first_withdraw_set": {
"description": "首次提现设置",
"allOf": [
{
"$ref": "#/definitions/md.FirstWithdrawSet"
}
]
},
"frequency_set": {
"description": "频率设置(0:日 1:周 2:月 3:年)",
"allOf": [
@@ -11277,6 +11298,14 @@ const docTemplate = `{
"md.UpdateWithdrawSettingReq": {
"type": "object",
"properties": {
"first_withdraw_set": {
"description": "首次提现设置",
"allOf": [
{
"$ref": "#/definitions/md.FirstWithdrawSet"
}
]
},
"frequency_set": {
"description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
"allOf": [


+ 29
- 0
docs/swagger.json ファイルの表示

@@ -8426,6 +8426,19 @@
}
}
},
"md.FirstWithdrawSet": {
"type": "object",
"properties": {
"first_withdraw_amount_limit": {
"description": "不需要实名时 最大提现金额",
"type": "string"
},
"is_need_real_name": {
"description": "是否需要实名(0:不需要,1:需要)",
"type": "integer"
}
}
},
"md.FreePublishUserNode": {
"type": "object",
"properties": {
@@ -9363,6 +9376,14 @@
"description": "申请时间",
"type": "string"
},
"first_withdraw_set": {
"description": "首次提现设置",
"allOf": [
{
"$ref": "#/definitions/md.FirstWithdrawSet"
}
]
},
"frequency_set": {
"description": "频率设置(0:日 1:周 2:月 3:年)",
"allOf": [
@@ -11270,6 +11291,14 @@
"md.UpdateWithdrawSettingReq": {
"type": "object",
"properties": {
"first_withdraw_set": {
"description": "首次提现设置",
"allOf": [
{
"$ref": "#/definitions/md.FirstWithdrawSet"
}
]
},
"frequency_set": {
"description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
"allOf": [


+ 17
- 0
docs/swagger.yaml ファイルの表示

@@ -1328,6 +1328,15 @@ definitions:
- $ref: '#/definitions/md.SubUser'
description: 上级用户信息
type: object
md.FirstWithdrawSet:
properties:
first_withdraw_amount_limit:
description: 不需要实名时 最大提现金额
type: string
is_need_real_name:
description: 是否需要实名(0:不需要,1:需要)
type: integer
type: object
md.FreePublishUserNode:
properties:
nickname:
@@ -1974,6 +1983,10 @@ definitions:
create_at:
description: 申请时间
type: string
first_withdraw_set:
allOf:
- $ref: '#/definitions/md.FirstWithdrawSet'
description: 首次提现设置
frequency_set:
allOf:
- $ref: '#/definitions/md.WithdrawFrequencySettingStruct'
@@ -3305,6 +3318,10 @@ definitions:
type: object
md.UpdateWithdrawSettingReq:
properties:
first_withdraw_set:
allOf:
- $ref: '#/definitions/md.FirstWithdrawSet'
description: 首次提现设置
frequency_set:
allOf:
- $ref: '#/definitions/md.WithdrawFrequencySettingStruct'


読み込み中…
キャンセル
保存