Skip to content

Commit

Permalink
optim(docs/v3/*/.description)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Nov 22, 2024
1 parent df53275 commit 21467a6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/v3/apply4subject/applyment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ post:
description: 是否金融机构
business_license_info:
type: object
description: 营业执照
required: [licence_number, licence_copy, merchant_name, legal_person, company_address, licence_valid_date]
properties:
licence_number:
Expand All @@ -100,6 +101,7 @@ post:
example: '["1970-01-01","forever"]'
certificate_info:
type: object
description: 登记证书
required: [cert_type, cert_number, cert_copy, merchant_name, legal_person, company_address, cert_valid_date]
properties:
cert_type:
Expand Down Expand Up @@ -131,6 +133,7 @@ post:
description: 单位证明函照片
assist_prove_info:
type: object
description: 辅助证明材料信息
required: [micro_biz_type, store_name, store_address, store_header_copy, store_indoor_copy]
properties:
micro_biz_type:
Expand All @@ -154,8 +157,10 @@ post:
description: 店内环境照片
special_operation_info:
type: array
description: 经营许可证列表信息
items:
type: object
description: 经营许可证信息
required: [category_id]
properties:
category_id:
Expand All @@ -168,6 +173,7 @@ post:
description: 店内环境照片
finance_institution_info:
type: object
description: 金融机构许可证信息
properties:
finance_type:
$ref: '../../definitions/Enumerations.yaml#/FinanceType'
Expand All @@ -177,6 +183,7 @@ post:
items:
type: string
format: MediaId
description: 图片MediaID
identification_info:
type: object
description: 法人身份信息
Expand Down Expand Up @@ -221,6 +228,7 @@ post:
description: 经营者/法人是否为受益人
ubo_info_list:
type: array
description: 最终受益人信息列表
items:
type: object
required: [ubo_id_doc_type, ubo_id_doc_copy, ubo_id_doc_copy_back, id_doc_copy, ubo_id_doc_name, ubo_id_doc_number, ubo_id_doc_address, ubo_period_begin, ubo_period_end]
Expand Down Expand Up @@ -257,12 +265,14 @@ post:
description: 证件有效期结束时间
addition_info:
type: object
description: 补充材料
properties:
confirm_mchid_list:
type: array
description: 待确认商户号列表
items:
type: string
description: 待确认商户号
responses:
200:
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ get:
properties:
complaint_media_list:
type: object
description: 操作资料列表
properties:
media_type:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ get:
- BLOCKED
block_reason:
type: string
description: 原因
2 changes: 2 additions & 0 deletions docs/v3/smartguide/guides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ get:
default: 0
data:
type: array
description: 服务人员信息列表
items:
type: object
description: 服务人员信息
x-is-sensitive: [name, mobile]
properties:
guide_id:
Expand Down

0 comments on commit 21467a6

Please sign in to comment.