Skip to content

Commit 1ade4f6

Browse files
author
kevin
committed
feat:补充特约商户进件缺失的部分结构体
1 parent 6f1d0b2 commit 1ade4f6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/payment/apply4Sub/request/requestApplyment.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ type RequestApplyForBusiness struct {
4444
IdCardNational string `json:"id_card_national"`
4545
IdCardNumber string `json:"id_card_number"`
4646
} `json:"id_card_info"`
47+
IdDocInfo struct {
48+
IdDocCopy string `json:"id_doc_copy"`
49+
IdDocCopyBack string `json:"id_doc_copy_back"`
50+
IdDocName string `json:"id_doc_name"`
51+
IdDocNumber string `json:"id_doc_number"`
52+
IdDocAddress string `json:"id_doc_address"`
53+
DocPeriodBegin string `json:"doc_period_begin"`
54+
DocPeriodEnd string `json:"doc_period_end"`
55+
} `json:"id_doc_info"`
4756
IdDocType string `json:"id_doc_type"`
4857
IdHolderType string `json:"id_holder_type"`
4958
Owner bool `json:"owner"`

0 commit comments

Comments
 (0)