Commit a0b844fc authored by zhangxiaolin's avatar zhangxiaolin

Merge branch 'master' of git.gengmei.cc:zhangyunyu/swagger

parents a01c8b58 591eef0e
......@@ -757,6 +757,52 @@ paths:
responses:
'200':
description: OK
schema: {}
examples:
application/json:
data:
operations:
- operate_time: 1469458933
operator: "系统"
id: 6427
optype: "生成对账单"
- operate_time: 1469458933
operator: "系统"
id: 6427
optype: "生成对账单"
message: ''
error: 0
parameters:
- name: id
in: path
description: 对帐单ID
required: true
type: integer
format: integer
# ---------------------------------
/statement/{id}/deduction:
get:
summary: 对帐单扣款明细
description: 对帐单扣款明细
tags:
- Statement
responses:
'200':
description: OK
schema: {}
examples:
application/json:
data:
deductions:
- value: 123
comment: '罚你钱'
- value: 123
comment: '罚你钱'
replenishment:
- value: 123
comment: '补你钱'
message: ''
error: 0
parameters:
- name: id
in: path
......
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