wangpengfei
2023-07-21 fb8e908596740e39eca925770a8fca89366a50eb
api/v1/followRecord.go
@@ -199,7 +199,7 @@
// 检查时间格式
func checkTimeFormat(t string) (time.Time, error) {
   if t == "" {
      t = "1970-01-01T00:00:00+08:00"
      t = "1900-01-01T00:00:00+08:00"
   }
   location, err := time.LoadLocation("Asia/Shanghai")