Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LicenseManager ¶
type LicenseManager struct{}
func (*LicenseManager) GetLicenseInfo ¶
func (l *LicenseManager) GetLicenseInfo(url string) (*base.Identity, error)
type RequestRes ¶
type RequestRes struct {
WordsResult struct {
Name struct {
Words string `json:"words"`
} `json:"姓名"`
BirthDay struct {
Words string `json:"words"`
} `json:"出生日期"`
LicenseNum struct {
Words string `json:"words"`
} `json:"证号"`
Gender struct {
Words string `json:"words"`
} `json:"性别"`
} `json:"words_result"`
}
Click to show internal directories.
Click to hide internal directories.