Commit ec7d105d authored by RobertDing's avatar RobertDing

FIX - post to rpc

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