Commit 8ac0cfc8 authored by RobertDing's avatar RobertDing

FIX - responses

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