Commit 920f5d1c authored by RobertDing's avatar RobertDing

FIX - description

parent 7f9a0476
...@@ -37,11 +37,17 @@ paths: ...@@ -37,11 +37,17 @@ paths:
required: true required: true
type: string type: string
- name: bank - name: bank
description: {bank_code, bank_card, bank_phone} description:
- bank_code
- bank_card
- bank_phone
required: true required: true
type: string type: string
- name: image - name: image
description: {front, back, hand} description:
- front
- back
- hand
required: true required: true
type: string type: string
tags: tags:
...@@ -55,15 +61,35 @@ paths: ...@@ -55,15 +61,35 @@ paths:
description: 用户信息 description: 用户信息
parameters: parameters:
- name: common - name: common
description: {education, identity_type, qq, email, address, credit_card, credit_max} description:
- education
- identity_type
- qq
- email
- address
- credit_card
- credit_max
required: true required: true
type: string type: string
- name: student - name: student
description: {fulltime, school_year, school_fee, school_name} description:
- fulltime
- school_year
- school_fee
- school_name
required: true required: true
type: string type: string
- name: worker - name: worker
description: {marriage, children, house, company_name, company_city, company_address, company_phone, entry_date, month_input} description:
- marriage
- children
- house
- company_name
- company_city
- company_address
- company_phone
- entry_date
- month_input
required: true required: true
type: string type: string
tags: tags:
......
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