Documentation ¶
Index ¶
Constants ¶
View Source
const ( ZH = intern.LanguageCodeZH EN = intern.LanguageCodeEN )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhoneNumber ¶
type PhoneNumber struct { // 示例:+86(CN) Key string `json:"key"` // 示例:18898888888 Number string `json:"number"` }
PhoneNumber 电话号码
Click to show internal directories.
Click to hide internal directories.