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

update

parent 24e52a99
......@@ -56,7 +56,7 @@ paths:
required: false
type: string
tags:
- api
- backend
responses:
200:
description: An array of price estimates by product
......@@ -98,7 +98,7 @@ paths:
required: false
type: string
tags:
- api
- backend
responses:
200:
description: An array of price estimates by product
......@@ -122,7 +122,7 @@ paths:
type: number
format: integer
tags:
- api
- gaia
responses:
200:
description: An array of products
......@@ -145,7 +145,7 @@ paths:
required: true
type: number
tags:
- api
- gaia
responses:
200:
description: Profile information for a user
......@@ -155,6 +155,28 @@ paths:
description: Unexpected error
schema:
$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:
Product:
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