Commit 24e52a99 authored by 杨春程's avatar 杨春程

update

parent e2591850
...@@ -56,7 +56,7 @@ paths: ...@@ -56,7 +56,7 @@ paths:
required: false required: false
type: string type: string
tags: tags:
- Products - api
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:
- Estimates - api
responses: responses:
200: 200:
description: An array of price estimates by product description: An array of price estimates by product
...@@ -121,6 +121,8 @@ paths: ...@@ -121,6 +121,8 @@ paths:
required: true required: true
type: number type: number
format: integer format: integer
tags:
- api
responses: responses:
200: 200:
description: An array of products description: An array of products
...@@ -142,6 +144,8 @@ paths: ...@@ -142,6 +144,8 @@ paths:
description: 被退款的订单id. description: 被退款的订单id.
required: true required: true
type: number type: number
tags:
- api
responses: responses:
200: 200:
description: Profile information for a user description: Profile information for a user
......
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