|
@@ -67,7 +67,9 @@ func VisitList(c *gin.Context) { |
|
|
e.OutErr(c, e.ERR_DB_ORM, err.Error()) |
|
|
e.OutErr(c, e.ERR_DB_ORM, err.Error()) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
uid = utils.Int64ToStr(user.Id) |
|
|
|
|
|
|
|
|
if user != nil { |
|
|
|
|
|
uid = utils.Int64ToStr(user.Id) |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
req.Platform = strings.ReplaceAll(req.Platform, " ", "") |
|
|
req.Platform = strings.ReplaceAll(req.Platform, " ", "") |
|
|
req.Type = strings.ReplaceAll(req.Type, " ", "") |
|
|
req.Type = strings.ReplaceAll(req.Type, " ", "") |
|
|