Commit 1617fded authored by 杨春程's avatar 杨春程

update

parent 24e52a99
...@@ -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
......
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