wangpengfei
2023-07-21 c6d19b35b74d020b3ca28d33101d8f1695e39945
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")