Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FilterWord = []string{"身份证号", "地址", "收货人", "收件人", "收货", "邮编", "电话", "手机", "手机号", "手机号码", "身份证号码", "身份证号", "身份证", ":", ":", ";", ";", ",", ",", "。", "."}
FilterWord 需要过滤掉收货地址中的常用说明字符,排除干扰词
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct {
IdNumber string `json:"id_number"`
Mobile string `json:"mobile"`
PostCode string `json:"post_code"`
Name string `json:"name"`
Address string `json:"address"`
Province string `json:"province"`
City string `json:"city"`
Region string `json:"region"`
Street string `json:"street"`
}
Click to show internal directories.
Click to hide internal directories.
