优化领取页角色绑定校验

This commit is contained in:
yml
2026-05-31 23:39:15 +08:00
parent 9172e1f98e
commit 60cf7c2bbd
10 changed files with 398 additions and 65 deletions
@@ -36,6 +36,7 @@ export async function syncKuaishouCloudRoleInfo(task: TaskRow) {
source: 'claim_page_polling',
actor: { source: 'system' },
recordEvent: false,
forceProbe: flow.role.isDefaultRole === true,
})
return result.task || task
} catch {