Pārlūkot izejas kodu

wip:缓存时间调整

fuwencai 1 gadu atpakaļ
vecāks
revīzija
a665d4f27b

+ 1 - 1
src/jfw/modules/subscribepay/src/service/commonAction.go

@@ -627,7 +627,7 @@ func (this *CommonAction) Createorder() {
 				"positionId": positionId,
 				"phone":      phone,
 			}
-			redis.Put("other", orderKey, uInfo, 60*24*3)
+			redis.Put("other", orderKey, uInfo, 60*60*24*3)
 		}
 		if activityType >= 2 {
 			util.FindUserLotteryId(userid, orderid, i_discountId)