Commit 4f09595e authored by RobertDing's avatar RobertDing

FIX - post to rpc

parent 68f4305b
...@@ -7,7 +7,7 @@ schemes: ...@@ -7,7 +7,7 @@ schemes:
paths: paths:
installment/user/register: installment/user/register:
post: rpc:
summary: 用户注册 summary: 用户注册
description: 用户注册 description: 用户注册
parameters: parameters:
...@@ -23,7 +23,7 @@ paths: ...@@ -23,7 +23,7 @@ paths:
- '{}' - '{}'
installment/user/authentication: installment/user/authentication:
post: rpc:
summary: 认证 summary: 认证
description: 认证 description: 认证
parameters: parameters:
...@@ -39,7 +39,7 @@ paths: ...@@ -39,7 +39,7 @@ paths:
- '{}' - '{}'
installment/user/info: installment/user/info:
post: rpc:
summary: 用户信息 summary: 用户信息
description: 用户信息 description: 用户信息
parameters: parameters:
...@@ -55,7 +55,7 @@ paths: ...@@ -55,7 +55,7 @@ paths:
- '{}' - '{}'
installment/user/contacts: installment/user/contacts:
post: rpc:
summary: 联系人 summary: 联系人
description: 联系人 description: 联系人
parameters: parameters:
...@@ -71,7 +71,7 @@ paths: ...@@ -71,7 +71,7 @@ paths:
- '{}' - '{}'
installment/user/addressbook: installment/user/addressbook:
post: rpc:
summary: 通信录 summary: 通信录
description: 通信录 description: 通信录
parameters: parameters:
...@@ -87,7 +87,7 @@ paths: ...@@ -87,7 +87,7 @@ paths:
- '{}' - '{}'
installment/user/apply: installment/user/apply:
post: rpc:
summary: 申请分期 summary: 申请分期
description: 申请分期 description: 申请分期
parameters: parameters:
...@@ -103,7 +103,7 @@ paths: ...@@ -103,7 +103,7 @@ paths:
- '{}' - '{}'
installment/user/confirm: installment/user/confirm:
post: rpc:
summary: 订单验证,确认分期 summary: 订单验证,确认分期
description: 订单验证 description: 订单验证
parameters: parameters:
...@@ -119,7 +119,7 @@ paths: ...@@ -119,7 +119,7 @@ paths:
- '{}' - '{}'
installment/user/abandon: installment/user/abandon:
post: rpc:
summary: 放弃分期 summary: 放弃分期
description: 放弃分期 description: 放弃分期
parameters: parameters:
...@@ -135,7 +135,7 @@ paths: ...@@ -135,7 +135,7 @@ paths:
- '{}' - '{}'
installment/user/bill: installment/user/bill:
post: rpc:
summary: 分期单查询 summary: 分期单查询
description: 分期单查询 description: 分期单查询
parameters: parameters:
...@@ -151,7 +151,7 @@ paths: ...@@ -151,7 +151,7 @@ paths:
- '{}' - '{}'
installment/user/status: installment/user/status:
post: rpc:
summary: 当前用户状态 summary: 当前用户状态
description: 当前用户状态 description: 当前用户状态
parameters: parameters:
...@@ -167,7 +167,7 @@ paths: ...@@ -167,7 +167,7 @@ paths:
- '{}' - '{}'
installment/installment/status: installment/installment/status:
post: rpc:
summary: 分期单状态 summary: 分期单状态
description: 当前分期单状态 description: 当前分期单状态
parameters: parameters:
......
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