Commit dd61a5f4 authored by RobertDing's avatar RobertDing

FIX - auth info

parent ec7d105d
...@@ -27,9 +27,27 @@ paths: ...@@ -27,9 +27,27 @@ paths:
summary: 认证 summary: 认证
description: 认证 description: 认证
parameters: parameters:
- name: phone - name: code
in: formData in: formData
description: 手机号 description: 短信验证码
required: true
type: string
format: 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 required: true
type: string type: string
format: string format: string
...@@ -43,9 +61,21 @@ paths: ...@@ -43,9 +61,21 @@ paths:
summary: 用户信息 summary: 用户信息
description: 用户信息 description: 用户信息
parameters: parameters:
- name: phone - name: common
in: formData in: formData
description: 手机号 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 required: true
type: string type: string
format: string format: string
......
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