|
@@ -45,7 +45,8 @@ func AddCygxPageHistoryRecord(user *models.WxUserItem, Ctx *context.Context) {
|
|
|
// return
|
|
|
//}
|
|
|
|
|
|
- cacheKey := fmt.Sprint("uid:", user.UserId, "_Parameter:", item.Parameter)
|
|
|
+ sliceParameter := strings.Split(item.Parameter, "&PageRouter=")
|
|
|
+ cacheKey := fmt.Sprint("uid:", user.UserId, "_Parameter:", sliceParameter[0])
|
|
|
isExist := utils.Rc.IsExist(cacheKey)
|
|
|
if isExist {
|
|
|
return
|