|
@ -17,7 +17,7 @@ const ( |
|
|
var ( |
|
|
var ( |
|
|
TimeZHT = time.FixedZone("CST", 8*3600) |
|
|
TimeZHT = time.FixedZone("CST", 8*3600) |
|
|
|
|
|
|
|
|
REG_Host = regexp.MustCompile(`((\w+\.)*)((jzdisk\.)\w+)(:\d+)?`) |
|
|
|
|
|
REG_Hosts = regexp.MustCompile(`https?://((\w+\.)*)((1ydt\.)\w+)(:\d+)?`) |
|
|
|
|
|
REG_Phone = regexp.MustCompile(`^([0-9]{0,3})[1][3,4,5,7,8,9][0-9]{9}$`) |
|
|
|
|
|
|
|
|
RegHost = regexp.MustCompile(`((\w+\.)*)((jzdisk\.)\w+)(:\d+)?`) |
|
|
|
|
|
RegHosts = regexp.MustCompile(`https?://((\w+\.)*)((1ydt\.)\w+)(:\d+)?`) |
|
|
|
|
|
RegPhone = regexp.MustCompile(`^([0-9]{0,3})[1][3,4,5,7,8,9][0-9]{9}$`) |
|
|
) |
|
|
) |