Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseOCRBankcard ¶
type ResponseOCRBankcard struct { response.ResponseMiniProgram Number string `json:"number"` }
type ResponseOCRBusinessLicense ¶
type ResponseOCRBusinessLicense struct { response.ResponseMiniProgram 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 *power.HashMap `json:"cert_position"` //营业执照位置 ImgSize *power.HashMap `json:"img_size"` //营业执照大小 }
type ResponseOCRDrivingLicense ¶
type ResponseOCRDrivingLicense struct { response.ResponseMiniProgram 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 ResponseOCRPrintedText ¶
type ResponseOCRVehicleLicense ¶
type ResponseOCRVehicleLicense struct { response.ResponseMiniProgram VhicleType string `json:"vhicle_type"` // "小型普通客⻋", Owner string `json:"owner"` // "东莞市xxxxx机械厂", Addr string `json:"addr"` // "广东省东莞市xxxxx号", UseCharacter string `json:"use_character"` // "非营运", Model string `json:"model"` // "江淮牌HFCxxxxxxx", Vin string `json:"vin"` // "LJ166xxxxxxxx51", EngineNum string `json:"engine_num"` // "J3xxxxx3", RegisterDate string `json:"register_date"` // "2018-07-06", IssueDate string `json:"issue_date"` // "2018-07-01", PlateNumB string `json:"plate_num_b"` // "粤xxxxx", Record string `json:"record"` // "441xxxxxx3", PassengersNum string `json:"passengers_num"` // "7人", TotalQuality string `json:"total_quality"` // "2700kg", PrepareQuality string `json:"prepare_quality"` // "1995kg" }
Click to show internal directories.
Click to hide internal directories.