Commit 68f4305b authored by RobertDing's avatar RobertDing

FIX -

parent 59f02d0d
......@@ -24,8 +24,8 @@ paths:
installment/user/authentication:
post:
summary: 用户注册
description: 用户注册
summary: 认证
description: 认证
parameters:
- name: phone
in: formData
......@@ -40,8 +40,8 @@ paths:
installment/user/info:
post:
summary: 用户注册
description: 用户注册
summary: 用户信息
description: 用户信息
parameters:
- name: phone
in: formData
......@@ -56,8 +56,8 @@ paths:
installment/user/contacts:
post:
summary: 用户注册
description: 用户注册
summary: 联系人
description: 联系人
parameters:
- name: phone
in: formData
......@@ -72,8 +72,8 @@ paths:
installment/user/addressbook:
post:
summary: 用户注册
description: 用户注册
summary: 通信录
description: 通信录
parameters:
- name: phone
in: formData
......@@ -88,8 +88,8 @@ paths:
installment/user/apply:
post:
summary: 用户注册
description: 用户注册
summary: 申请分期
description: 申请分期
parameters:
- name: phone
in: formData
......@@ -104,8 +104,8 @@ paths:
installment/user/confirm:
post:
summary: 用户注册
description: 用户注册
summary: 订单验证,确认分期
description: 订单验证
parameters:
- name: phone
in: formData
......@@ -120,8 +120,8 @@ paths:
installment/user/abandon:
post:
summary: 用户注册
description: 用户注册
summary: 放弃分期
description: 放弃分期
parameters:
- name: phone
in: formData
......@@ -136,8 +136,8 @@ paths:
installment/user/bill:
post:
summary: 用户注册
description: 用户注册
summary: 分期单查询
description: 分期单查询
parameters:
- name: phone
in: formData
......@@ -152,8 +152,24 @@ paths:
installment/user/status:
post:
summary: 用户注册
description: 用户注册
summary: 当前用户状态
description: 当前用户状态
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/installment/status:
post:
summary: 分期单状态
description: 当前分期单状态
parameters:
- name: phone
in: formData
......
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