Commit 417a8780 authored by RobertDing's avatar RobertDing

FIX -

parent dbd01d16
...@@ -10,6 +10,173 @@ paths: ...@@ -10,6 +10,173 @@ paths:
post: post:
summary: 用户注册 summary: 用户注册
description: 用户注册 description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/authentication:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/info:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/contacts:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/addressbook:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/apply:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/register:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/confirm:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/abandon:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/bill:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
- '{}'
installment/user/status:
post:
summary: 用户注册
description: 用户注册
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags: tags:
- Register - Register
response: response:
......
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