@@ -43,7 +43,7 @@ class SingleRun extends API {
msg: '该账号当天已乐跑成功!请勿重复乐跑'
})
- const isProgress = await Redis.get(`lepaoProgress:${account}`)
+ const isProgress = await Redis.get(`lepaoProgress:${student_num}`)
if (isProgress)
return res.json({
...BaseStdResponse.ERR,