Commit ec7d105d authored by RobertDing's avatar RobertDing

FIX - post to rpc

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