|
@ -7,15 +7,17 @@ import ( |
|
|
|
|
|
|
|
|
const ( |
|
|
const ( |
|
|
SoftName = "jd_seckill" |
|
|
SoftName = "jd_seckill" |
|
|
Version = "0.1.7" |
|
|
Version = "0.2.0" |
|
|
DateTimeFormatStr = "2006-01-02 15:04:05" |
|
|
DateTimeFormatStr = "2006-01-02 15:04:05" |
|
|
DateFormatStr = "2006-01-02" |
|
|
DateFormatStr = "2006-01-02" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
var Client *httpc.HttpClient |
|
|
var ( |
|
|
|
|
|
Client *httpc.HttpClient |
|
|
|
|
|
|
|
|
var CookieJar *httpc.CookieJar |
|
|
CookieJar *httpc.CookieJar |
|
|
|
|
|
|
|
|
var Config *goconfig.ConfigFile |
|
|
Config *goconfig.ConfigFile |
|
|
|
|
|
|
|
|
var SeckillStatus chan bool |
|
|
SeckillStatus chan bool |
|
|
|
|
|
) |
|
|