Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
swagger-json
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
杨春程
swagger-json
Commits
1617fded
Commit
1617fded
authored
Aug 09, 2016
by
杨春程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
24e52a99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
4 deletions
+26
-4
swagger.json
swagger.json
+26
-4
No files found.
swagger.json
View file @
1617fded
...
@@ -56,7 +56,7 @@ paths:
...
@@ -56,7 +56,7 @@ paths:
required
:
false
required
:
false
type
:
string
type
:
string
tags
:
tags
:
-
api
-
backend
responses
:
responses
:
200
:
200
:
description
:
An
array
of
price
estimates
by
product
description
:
An
array
of
price
estimates
by
product
...
@@ -98,7 +98,7 @@ paths:
...
@@ -98,7 +98,7 @@ paths:
required
:
false
required
:
false
type
:
string
type
:
string
tags
:
tags
:
-
api
-
backend
responses
:
responses
:
200
:
200
:
description
:
An
array
of
price
estimates
by
product
description
:
An
array
of
price
estimates
by
product
...
@@ -122,7 +122,7 @@ paths:
...
@@ -122,7 +122,7 @@ paths:
type
:
number
type
:
number
format
:
integer
format
:
integer
tags
:
tags
:
-
api
-
gaia
responses
:
responses
:
200
:
200
:
description
:
An
array
of
products
description
:
An
array
of
products
...
@@ -145,7 +145,7 @@ paths:
...
@@ -145,7 +145,7 @@ paths:
required
:
true
required
:
true
type
:
number
type
:
number
tags
:
tags
:
-
api
-
gaia
responses
:
responses
:
200
:
200
:
description
:
Profile
information
for
a
user
description
:
Profile
information
for
a
user
...
@@ -155,6 +155,28 @@ paths:
...
@@ -155,6 +155,28 @@ paths:
description
:
Unexpected
error
description
:
Unexpected
error
schema
:
schema
:
$ref
:
'#/definitions/Error'
$ref
:
'#/definitions/Error'
/api/coupon/info
:
post
:
summary
:
当前登录用户所有美券信息
description
:
当前登录用户所有美券信息
parameters
:
-
name
:
order_id
in
:
query
description
:
被退款的订单id.
required
:
true
type
:
number
tags
:
-
gaia
responses
:
200
:
description
:
Profile
information
for
a
user
schema
:
$ref
:
'#/definitions/Profile'
default
:
description
:
Unexpected
error
schema
:
$ref
:
'#/definitions/Error'
definitions
:
definitions
:
Product
:
Product
:
type
:
object
type
:
object
...
...
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