Commit 68296cb2 authored by RobertDing's avatar RobertDing

FIX - 返回值

parent 5bfde8f0
...@@ -99,7 +99,7 @@ paths: ...@@ -99,7 +99,7 @@ paths:
required: false required: false
type: string type: string
tags: tags:
- Register - User
response: response:
- '{}' - '{}'
...@@ -116,7 +116,7 @@ paths: ...@@ -116,7 +116,7 @@ paths:
required: true required: true
type: string type: string
tags: tags:
- Register - User
response: response:
- '{}' - '{}'
...@@ -132,7 +132,7 @@ paths: ...@@ -132,7 +132,7 @@ paths:
required: true required: true
type: string type: string
tags: tags:
- Register - User
response: response:
- '{}' - '{}'
...@@ -161,7 +161,7 @@ paths: ...@@ -161,7 +161,7 @@ paths:
required: true required: true
type: string type: string
tags: tags:
- Register - Installment
response: response:
- '{}' - '{}'
...@@ -175,7 +175,7 @@ paths: ...@@ -175,7 +175,7 @@ paths:
required: true required: true
type: string type: string
tags: tags:
- Register - Installment
response: response:
- '{}' - '{}'
...@@ -189,7 +189,7 @@ paths: ...@@ -189,7 +189,7 @@ paths:
required: true required: true
type: string type: string
tags: tags:
- Register - Installment
response: response:
- '{}' - '{}'
...@@ -203,18 +203,23 @@ paths: ...@@ -203,18 +203,23 @@ paths:
required: true required: true
type: string type: string
tags: tags:
- Register - Installment
response: response:
- '{}' - '{}'
installment/user/status: installment/user/status:
post: post:
summary: 当前用户状态 summary: 当前用户状态
description: 当前用户状态 description: 当前用户状态, 返回 表明哪个接口有数据
tags: tags:
- Register - User
response: response:
- '{}' examples:
application/json:
authentication: true
info: true
relative: true
installment/installment/status: installment/installment/status:
post: post:
...@@ -228,7 +233,11 @@ paths: ...@@ -228,7 +233,11 @@ paths:
tags: tags:
- Register - Register
response: response:
- '{}' examples:
application/json:
settlement_id: 00
status: 1
person_id: 112
installment/renmai/city: installment/renmai/city:
post: post:
...@@ -237,7 +246,11 @@ paths: ...@@ -237,7 +246,11 @@ paths:
tags: tags:
- Register - Register
response: response:
- '{}' examples:
application/json:
- name: '北京'
code: 110000
parent: -1
installment/renmai/callback: installment/renmai/callback:
post: post:
...@@ -282,4 +295,7 @@ paths: ...@@ -282,4 +295,7 @@ paths:
tags: tags:
- Register - Register
response: response:
- '{}' examples:
\ No newline at end of file application/json:
- name: '中信银行'
code: 302
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