|
|
|
|
2463
|
endtime := this.GetString("endtime")
|
2463
|
endtime := this.GetString("endtime")
|
2464
|
theTimes, _ := time.ParseInLocation(timeLayout+" 15:04:05", endtime+" 00:00:00", loc)
|
2464
|
theTimes, _ := time.ParseInLocation(timeLayout+" 15:04:05", endtime+" 00:00:00", loc)
|
2465
|
endtimes := theTimes.Unix()
|
2465
|
endtimes := theTimes.Unix()
|
2466
|
- fmt.Println("结束时间", endtimes)
|
|
|
|
|
2466
|
+ fmt.Println("结束", endtimes)
|
2467
|
limit, _ := this.GetInt64("limit")
|
2467
|
limit, _ := this.GetInt64("limit")
|
2468
|
fmt.Println("limit", limit)
|
2468
|
fmt.Println("limit", limit)
|
2469
|
page, _ := this.GetInt64("page")
|
2469
|
page, _ := this.GetInt64("page")
|