|
|
@@ -268,6 +268,7 @@ func HomePageWatchAdRule(c *gin.Context) { |
|
|
|
"nextWatchAdDate": nextWatchAdDate, |
|
|
|
"next_watch_ad_times": nextWatchAdTimes, |
|
|
|
"uid": utils.Int64ToStr(user.Id), |
|
|
|
"roundRemainingSecs": roundRemainingSecs, |
|
|
|
"time": time.Now().Format("2006-01-02 15:04:05.000"), |
|
|
|
})) |
|
|
|
|
|
|
|