Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
api_document
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
backend
api_document
Commits
dc490a67
Commit
dc490a67
authored
Aug 13, 2016
by
张允禹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
713c96c1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
126 additions
and
5 deletions
+126
-5
ascle.yaml
ascle.yaml
+126
-5
No files found.
ascle.yaml
View file @
dc490a67
...
...
@@ -255,9 +255,9 @@ paths:
required
:
false
type
:
string
format
:
string
-
name
:
order_id
-
name
:
page
in
:
query
description
:
订单ID
description
:
页码
required
:
false
type
:
integer
format
:
integer
...
...
@@ -265,8 +265,14 @@ paths:
in
:
query
description
:
排序字段
required
:
false
type
:
integer
format
:
integer
type
:
string
format
:
string
-
name
:
key
in
:
query
description
:
搜索字段
required
:
false
type
:
string
format
:
string
tags
:
-
Order
responses
:
...
...
@@ -314,7 +320,7 @@ paths:
error_code
:
0
# ------------------------
/order/<id>
:
pos
t
:
ge
t
:
summary
:
订单详情
description
:
订单详情
tags
:
...
...
@@ -323,6 +329,121 @@ paths:
'
200'
:
description
:
OK
# ------------------------
/refund
:
get
:
summary
:
退款单列表
description
:
退款单列表
parameters
:
-
name
:
status
in
:
query
description
:
状态
required
:
false
type
:
string
format
:
string
-
name
:
order_by
in
:
query
description
:
排序字段
required
:
false
type
:
string
format
:
string
-
name
:
key
in
:
query
description
:
搜索字段
required
:
false
type
:
string
format
:
string
-
name
:
page
in
:
query
description
:
页码
required
:
false
type
:
integer
format
:
integer
tags
:
-
Refund
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
data
:
total
:
10
message
:
'
'
error
:
0
success
:
true
error_code
:
0
# ------------------------
/refund/<id>
:
get
:
summary
:
退款单详情
description
:
退款单详情
tags
:
-
Refund
responses
:
'
200'
:
description
:
OK
# ------------------------
/refund/<id>/agree
:
post
:
summary
:
同意退款
description
:
同意退款
tags
:
-
Refund
responses
:
'
200'
:
description
:
OK
# ------------------------
/statement
:
get
:
summary
:
对帐单列表
description
:
对帐单列表
parameters
:
-
name
:
order_by
in
:
query
description
:
排序字段
required
:
false
type
:
string
format
:
string
-
name
:
page
in
:
query
description
:
页码
required
:
false
type
:
integer
format
:
integer
tags
:
-
Statement
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
data
:
total
:
10
message
:
'
'
error
:
0
success
:
true
error_code
:
0
# ------------------------
/statement/<id>
:
get
:
summary
:
对帐单详情
description
:
对帐单详情
tags
:
-
Statement
responses
:
'
200'
:
description
:
OK
# ------------------------
/statement/<id>/operation
:
get
:
summary
:
对帐单日志
description
:
对帐单日志
tags
:
-
Statement
responses
:
'
200'
:
description
:
OK
# ----Skyler start--------------------
/service
:
get
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment