We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caa0ff7 + dd800c8 commit bbfbfa3Copy full SHA for bbfbfa3
logic/ceobe_cookie_logic/src/impletements/new_cookie.rs
@@ -229,7 +229,7 @@ impl CeobeCookieLogic {
229
if update_id != update_cookie {
230
// 对已经被替换下的饼id设置ttl,2小时
231
CookieListKey::NEW_UPDATE_COOKIE_ID
232
- .bind_with(redis, &update_id)
+ .bind_with(redis, &update_cookie)
233
.set_with_expire(true, Duration::from_secs(2 * 3600))
234
.await?;
235
}
0 commit comments