fix
wangpengfei
2023-07-20 99c6d3dce2cbdf3c2d45df91b389c2636fcd3fa7
fix

modify the default time
1个文件已修改
2 ■■■ 已修改文件
api/v1/followRecord.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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")