Commit 2f3d7ff9 authored by qinhaitao's avatar qinhaitao

fix: 🐛 领取权益异常拦截

parent c10278bb
...@@ -24,7 +24,7 @@ export default function checkValidPrize(prizeTypes: number[]) { ...@@ -24,7 +24,7 @@ export default function checkValidPrize(prizeTypes: number[]) {
// 状态不是1,6 // 状态不是1,6
if (![DRAW_STATUS.WAITAWARD, DRAW_STATUS.RETRY].includes(awardInfo.drawStatus)) { if (![DRAW_STATUS.WAITAWARD, DRAW_STATUS.RETRY].includes(awardInfo.drawStatus)) {
return CODE_TYPES.ERROR_FORBIDDEN_OPE return resultsModel.error(CODE_TYPES.ERROR_FORBIDDEN_OPE)
} }
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment