Commit 7f9a0476 authored by RobertDing's avatar RobertDing

FIX - rm formdata

parent b75af427
......@@ -30,26 +30,20 @@ paths:
required: true
type: string
- name: user
in: formData
description:
- name
- phone
- card_id
required: true
type: string
format: string
- name: bank
in: formData
description: {bank_code, bank_card, bank_phone}
required: true
type: string
format: string
- name: image
in: formData
description: {front, back, hand}
required: true
type: string
format: string
tags:
- Register
response:
......@@ -61,23 +55,17 @@ paths:
description: 用户信息
parameters:
- name: common
in: formData
description: {education, identity_type, qq, email, address, credit_card, credit_max}
required: true
type: string
format: string
- name: student
in: formData
description: {fulltime, school_year, school_fee, school_name}
required: true
type: string
format: string
- name: worker
in: formData
description: {marriage, children, house, company_name, company_city, company_address, company_phone, entry_date, month_input}
required: true
type: string
format: string
tags:
- Register
response:
......@@ -89,11 +77,9 @@ paths:
description: 联系人
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
......@@ -105,11 +91,9 @@ paths:
description: 通信录
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
......@@ -121,11 +105,9 @@ paths:
description: 申请分期
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
......@@ -137,11 +119,9 @@ paths:
description: 订单验证
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
......@@ -153,11 +133,9 @@ paths:
description: 放弃分期
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
......@@ -169,11 +147,9 @@ paths:
description: 分期单查询
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
......@@ -185,11 +161,9 @@ paths:
description: 当前用户状态
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
response:
......@@ -201,11 +175,9 @@ paths:
description: 当前分期单状态
parameters:
- name: phone
in: formData
description: 手机号
required: true
type: string
format: string
tags:
- Register
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