Ver código fonte

update

master
shenjiachi 5 dias atrás
pai
commit
c21c5df1a6
3 arquivos alterados com 3 adições e 3 exclusões
  1. +1
    -1
      docs/docs.go
  2. +1
    -1
      docs/swagger.json
  3. +1
    -1
      docs/swagger.yaml

+ 1
- 1
docs/docs.go Ver arquivo

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


+ 1
- 1
docs/swagger.json Ver arquivo

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


+ 1
- 1
docs/swagger.yaml Ver arquivo

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


Carregando…
Cancelar
Salvar