package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Jun 7, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AreaBody struct {
AreaType string `json:"area_type"`
ParentAreaId string `json:"parent_area_id"`
}
type CascadeAreaBody struct {
ProvinceAreaId string `json:"province_area_id"`
CityAreaId string `json:"city_area_id"`
CountyAreaId string `json:"county_area_id"`
}
type SendValidCodeBody struct {
Type string `json:"type"`
BizType string `json:"biz_type"`
Telephone string `json:"telephone"`
Email string `json:"email"`
}
type VerifyValidCodeBody struct {
Type string `json:"type"`
BizType string `json:"biz_type"`
Telephone string `json:"telephone"`
Email string `json:"email"`
ValidCode string `json:"valid_code"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.