Commit ec8689c6 by Joneq

完成所有的开发

parent 22713843
Showing with 2 additions and 2 deletions
......@@ -44,10 +44,10 @@ func main() {
runtime.GOMAXPROCS(2)
currentDate = time.Now().Format("2006-01-02")
//currentDate := "2021-05-06"
currentDate := "2021-05-26"
//请求数据
currentUnix = time.Now().Unix()
currentUnix = time.Now().Unix()-36000
timeLocal,_ := time.LoadLocation("Local")
timeStart,_ = time.ParseInLocation("2006-01-02",currentDate,timeLocal)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment