Commit 920f5d1c authored by RobertDing's avatar RobertDing

FIX - description

parent 7f9a0476
......@@ -37,11 +37,17 @@ paths:
required: true
type: string
- name: bank
description: {bank_code, bank_card, bank_phone}
description:
- bank_code
- bank_card
- bank_phone
required: true
type: string
- name: image
description: {front, back, hand}
description:
- front
- back
- hand
required: true
type: string
tags:
......@@ -55,15 +61,35 @@ paths:
description: 用户信息
parameters:
- 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
type: string
- name: student
description: {fulltime, school_year, school_fee, school_name}
description:
- fulltime
- school_year
- school_fee
- school_name
required: true
type: string
- 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
type: string
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