Commit 8ac0cfc8 authored by RobertDing's avatar RobertDing

FIX - responses

parent d588bebe
......@@ -17,7 +17,7 @@ paths:
type: string
tags:
- Register
response:
responses:
- '{}'
installment/user/authentication:
......@@ -52,7 +52,7 @@ paths:
type: string
tags:
- Register
response:
responses:
- '{}'
installment/user/info:
......@@ -100,7 +100,7 @@ paths:
type: string
tags:
- User
response:
responses:
- '{}'
installment/user/contacts:
......@@ -117,7 +117,7 @@ paths:
type: string
tags:
- User
response:
responses:
- '{}'
installment/user/addressbook:
......@@ -133,7 +133,7 @@ paths:
type: string
tags:
- User
response:
responses:
- '{}'
installment/user/apply:
......@@ -162,7 +162,7 @@ paths:
type: string
tags:
- Installment
response:
responses:
- '{}'
installment/user/confirm:
......@@ -176,7 +176,7 @@ paths:
type: string
tags:
- Installment
response:
responses:
- '{}'
installment/user/abandon:
......@@ -190,7 +190,7 @@ paths:
type: string
tags:
- Installment
response:
responses:
- '{}'
installment/user/bill:
......@@ -204,7 +204,7 @@ paths:
type: string
tags:
- Installment
response:
responses:
- '{}'
installment/user/status:
......@@ -213,7 +213,7 @@ paths:
description: 当前用户状态, 返回 表明哪个接口有数据
tags:
- User
response:
responses:
examples:
application/json:
authentication: true
......@@ -232,7 +232,7 @@ paths:
type: string
tags:
- Register
response:
responses:
examples:
application/json:
settlement_id: 00
......@@ -245,7 +245,7 @@ paths:
description: 任买支持分期的城市
tags:
- Register
response:
responses:
examples:
application/json:
- name: '北京'
......@@ -258,7 +258,7 @@ paths:
description:
tags:
- Register
response:
responses:
examples:
application/json:
- name: '北京大学'
......@@ -276,7 +276,7 @@ paths:
type: string
tags:
- Register
response:
responses:
- '{}'
installment/renmai/login:
......@@ -298,7 +298,7 @@ paths:
type: string
tags:
- Register
response:
responses:
'200':
description: OK
schema: {}
......@@ -319,7 +319,7 @@ paths:
description: 返回银行名称与编码 name, code
tags:
- Register
response:
responses:
'200':
description: OK
schema: {}
......
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