Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertPosition ¶
type CertPosition struct {
Pos *Position `json:"pos"`
}
type ResponseOCRBankCard ¶
type ResponseOCRBankCard struct { response.ResponseOfficialAccount Number string `json:"number"` }
type ResponseOCRBizLicense ¶
type ResponseOCRBizLicense struct { response.ResponseOfficialAccount RegNum string `json:"reg_num"` Serial string `json:"serial"` LegalRepresentative string `json:"legal_representative"` EnterpriseName string `json:"enterprise_name"` TypeOfOrganization string `json:"type_of_organization"` Address string `json:"address"` TypeOfEnterprise string `json:"type_of_enterprise"` BusinessScope string `json:"business_scope"` RegisteredCapital string `json:"registered_capital"` PaidInCapital string `json:"paid_in_capital"` ValidPeriod string `json:"valid_period"` RegisteredDate string `json:"registered_date"` CertPosition *CertPosition `json:"cert_position"` ImgSize *ImgSize `json:"img_size"` }
type ResponseOCRCommon ¶
type ResponseOCRCommon struct { response.ResponseOfficialAccount Items []Item `json:"items"` ImgSize ImgSize `json:"img_size"` }
type ResponseOCRDriving ¶
type ResponseOCRDriving struct { response.ResponseOfficialAccount IDNum string `json:"id_num"` Name string `json:"name"` Sex string `json:"sex"` Nationality string `json:"nationality"` Address string `json:"address"` BirthDate string `json:"birth_date"` IssueDate string `json:"issue_date"` CarClass string `json:"car_class"` ValidFrom string `json:"valid_from"` ValidTo string `json:"valid_to"` OfficialSeal string `json:"official_seal"` }
type ResponseOCRIDCard ¶
type ResponseOCRPlateNumber ¶
type ResponseOCRPlateNumber struct { response.ResponseOfficialAccount Number string `json:"number"` }
type ResponseOCRVehicleLicense ¶
type ResponseOCRVehicleLicense struct { response.ResponseOfficialAccount IDNum string `json:"id_num"` Name string `json:"name"` Sex string `json:"sex"` Nationality string `json:"nationality"` Address string `json:"address"` BirthDate string `json:"birth_date"` IssueDate string `json:"issue_date"` CarClass string `json:"car_class"` ValidFrom string `json:"valid_from"` ValidTo string `json:"valid_to"` OfficialSeal string `json:"official_seal"` }
Click to show internal directories.
Click to hide internal directories.