Commit 68296cb2 authored by RobertDing's avatar RobertDing

FIX - 返回值

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