Commit 13c4bedd authored by 张允禹's avatar 张允禹

fix in path

parent b6857ed6
...@@ -429,6 +429,11 @@ paths: ...@@ -429,6 +429,11 @@ paths:
get: get:
summary: 对帐单详情 summary: 对帐单详情
description: 对帐单详情 description: 对帐单详情
tags:
- Statement
responses:
'200':
description: OK
parameters: parameters:
- name: id - name: id
in: path in: path
...@@ -436,11 +441,6 @@ paths: ...@@ -436,11 +441,6 @@ paths:
required: true required: true
type: integer type: integer
format: integer format: integer
tags:
- Statement
responses:
'200':
description: OK
# ------------------------ # ------------------------
/statement/<id>/operation: /statement/<id>/operation:
get: get:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment