Commit 68baa16f authored by 张允禹's avatar 张允禹

change

parent c6fe36ed
# this is an example of the Uber API
# as a demonstration of an API spec in YAML
swagger: '2.0' swagger: '2.0'
info: info:
title: Backend title: ASCLE API
description: 下单 version: 1.0.0
version: "1.0.0" host: doctor.hotfix2.gengmei.cc
# the domain of the service
host: backend.test.gmei.com
# array of all schemes that your API supports
schemes: schemes:
- http - http
# will be prefixed to all paths basePath: /api/web
produces:
- application/json
paths: paths:
/api/settlement/create: /account/user:
post: get:
summary: 用户下单 summary: 用户信息
description: 用户信息
tags:
- Account
responses:
'200':
description: 用户信息
default:
description: Unexpected error
/account/captcha:
get:
summary: 图片验证码
description: | description: |
用户下单 展示图片验证码
tags:
- Account
responses:
'200':
description: 图片验证码
default:
description: Unexpected error
/account/login:
post:
summary: 登录
description: 登录
parameters: parameters:
- name: use_point - name: phone
in: formData in: formData
description: 此单用户是否使用美分 description: 用户手机号.
required: true required: true
type: boolean type: string
- name: coupon_id format: string
in: formData - name: method
description: 美券id
required: false
type: number
- name: service_id
in: formData in: formData
description: 美购id description: 登录方式.
required: true required: true
type: number type: string
- name: item_key format: string
in: formData - name: password
description: 多属性key, 如果是多属性美购此项必填!
required: false
type: number
- name: cart_item_id
in: formData in: formData
description: 购物车id, id1-id2-id3 description: 密码.
required: false required: false
type: string type: string
- name: platform format: string
- name: authcode
in: formData in: formData
description: 何种平台下单, iPhone or android or web description: 验证码.
required: true
type: string
- name: phone
in: query
description: 联系人手机号发生修改才需要提交此参数
required: false required: false
type: string type: string
format: string
tags: tags:
- backend - Account
responses: responses:
200: '200':
description: An array of price estimates by product description: An array of price estimates by product
examples:
application/json:
error: 0
message: 0
data:
status: 0
id: 123456
default: default:
description: Unexpected error description: Unexpected error
schema: /agreement/detail:
$ref: '#/definitions/Error'
/api/settlement/preview:
get: get:
summary: 下单预览 summary: 协议详情
description: | description: 获得单个协议的详情
下单预览
parameters: parameters:
- name: cart_item_id - name: id
in: query
description: 购物车商品id.
required: false
type: string
- name: service_id
in: query in: query
description: 美购id. description: 协议id
required: true required: true
type: string type: integer
- name: item_key format: integer
in: query
description: 多属性key.
required: false
type: string
- name: coupon_id
in: query
description: 美券id.
required: false
type: string
tags: tags:
- backend - Agreement
responses: responses:
200: '200':
description: An array of price estimates by product description: An array of price estimates by product
schema:
type: array
items:
$ref: '#/definitions/PriceEstimate'
default: default:
description: Unexpected error description: Unexpected error
schema: /agreement/accept:
$ref: '#/definitions/Error'
/pay/unified/refund:
post: post:
summary: 统一退款入口 summary: 接受协议
description: 支付宝、微信、applePay、分期 根据订单pyament_channel 区分 description: 医生点击同意协议
parameters: parameters:
- name: order_id - name: id
in: query in: formData
description: 被退款的订单id. description: 协议id
required: true required: true
type: number type: integer
format: integer format: integer
tags: tags:
- gaia - Agreement
responses: responses:
200: '200':
description: An array of products description: OK
schema: /agreement/no_accepted_list:
type: array get:
items: summary: 没有接受的协议列表
$ref: '#/definitions/Product' description: 直接返回所有还没有接受的协议
default:
description: Unexpected error
schema:
$ref: '#/definitions/Error'
/pay/unified/cashback:
post:
summary: 统一返现入口
description: 支付宝、微信、applePay 分期不支持返现 根据订单pyament_channel 区分
parameters:
- name: order_id
in: query
description: 被退款的订单id.
required: true
type: number
tags: tags:
- gaia - Agreement
responses: responses:
200: '200':
description: Profile information for a user description: OK
schema: agreement/accepted_list:
$ref: '#/definitions/Profile' get:
default: summary: 接受的协议列表
description: Unexpected error description: 按照分页返回协议列表
schema:
$ref: '#/definitions/Error'
/api/coupon/info:
post:
summary: 当前登录用户所有美券信息
description: 当前登录用户所有美券信息
parameters: parameters:
- name: order_id - name: page
in: query in: query
description: 被退款的订单id. description: 请求第几页的数据,默认为1
required: true required: false
type: number type: integer
format: integer
- name: size
in: query
description: 请求多少条数据,默认为10
required: false
type: integer
format: integer
tags: tags:
- gaia - Agreement
responses: responses:
200: '200':
description: Profile information for a user description: OK
schema: /bulletin/list:
$ref: '#/definitions/Profile'
default:
description: Unexpected error
schema:
$ref: '#/definitions/Error'
/api/index/v3:
get: get:
summary: 当前登录用户所有美券信息 summary: 公告列表
description: 当前登录用户所有美券信息 description: 医生公告列表
tags: tags:
- gaia - bulletin
responses: responses:
200: '200':
description: Profile information for a user description: OK
schema: schema: {}
$ref: '#/definitions/Profile' examples:
default: application/json:
description: Unexpected error error: 0
schema: message: ''
$ref: '#/definitions/Error' data:
/api/coupon/list: - date: 1458730446
image: 'http://hera.s.gmei.com/bulletin/2016/03/23/b3e00f8825'
title: 我的第一个公告
content_id: 2
error_code: 0
success: true
/bulletin/detail:
get: get:
summary: 当前登录用户的美券信息 summary: 公告详情
description: 当前登录用户的美券信息 description: 医生公告详情
parameters:
- name: id
in: query
description: 协议id
required: true
type: integer
format: integer
tags: tags:
- backend coupon - bulletin
responses: responses:
200: '200':
description: Profile information for a user description: OK
schema: schema: {}
$ref: '#/definitions/Profile' examples:
default: application/json:
description: Unexpected error data:
schema: date: 1458730446
$ref: '#/definitions/Error' image: 'http://hera.s.gmei.com/bulletin/2016/03/23/b3e00f8825'
definitions: title: 我的第一个公告
Product: content_id: 2
type: object message: ''
properties: error: 0
product_id: success: true
type: string error_code: 0
description: Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles. \ No newline at end of file
description:
type: string
description: Description of product.
display_name:
type: string
description: Display name of product.
capacity:
type: string
description: Capacity of product. For example, 4 people.
image:
type: string
description: Image URL representing the product.
PriceEstimate:
type: object
properties:
product_id:
type: string
description: Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles
currency_code:
type: string
description: "[ISO 4217](http://en.wikipedia.org/wiki/ISO_4217) currency code."
display_name:
type: string
description: Display name of product.
estimate:
type: string
description: Formatted string of estimate in local currency of the start location. Estimate could be a range, a single number (flat rate) or "Metered" for TAXI.
low_estimate:
type: number
description: Lower bound of the estimated price.
high_estimate:
type: number
description: Upper bound of the estimated price.
surge_multiplier:
type: number
description: Expected surge multiplier. Surge is active if surge_multiplier is greater than 1. Price estimate already factors in the surge multiplier.
Profile:
type: object
properties:
first_name:
type: string
description: First name of the Uber user.
last_name:
type: string
description: Last name of the Uber user.
email:
type: string
description: Email address of the Uber user
picture:
type: string
description: Image URL of the Uber user.
promo_code:
type: string
description: Promo code of the Uber user.
Activity:
type: object
properties:
uuid:
type: string
description: Unique identifier for the activity
Activities:
type: object
properties:
offset:
type: integer
format: int32
description: Position in pagination.
limit:
type: integer
format: int32
description: Number of items to retrieve (100 max).
count:
type: integer
format: int32
description: Total number of items available.
history:
type: array
items:
$ref: '#/definitions/Activity'
Error:
type: object
properties:
code:
type: integer
format: int32
message:
type: string
fields:
type: string
\ No newline at end of file
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