Commit 68f4305b authored by RobertDing's avatar RobertDing

FIX -

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