ソースを参照

update

master
shenjiachi 4日前
コミット
c21c5df1a6
3個のファイルの変更3行の追加3行の削除
  1. +1
    -1
      docs/docs.go
  2. +1
    -1
      docs/swagger.json
  3. +1
    -1
      docs/swagger.yaml

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

@@ -15192,7 +15192,7 @@ const docTemplate = `{
},
"settlement_quantity": {
"description": "结算数量(百分比)",
"type": "integer"
"type": "string"
},
"system_id": {
"description": "该设置系统 ID",


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

@@ -15185,7 +15185,7 @@
},
"settlement_quantity": {
"description": "结算数量(百分比)",
"type": "integer"
"type": "string"
},
"system_id": {
"description": "该设置系统 ID",


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

@@ -4067,7 +4067,7 @@ definitions:
type: array
settlement_quantity:
description: 结算数量(百分比)
type: integer
type: string
system_id:
description: 该设置系统 ID
type: integer


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