判断了这个参数是claim就弹出抢购页面,但是我没有claim_url怎么办?

灵机一动,去排队另外两台月付几十刀的,人很少,一下就拍到了,
抓到返回参数把商品id换成173
{
"title": "It's Your Turn!",
"sub-title": "Claim your deal before the timer runs out, or your spot passes to the next person.",
"icon": "fal fa-bolt",
"stage": "claim",
"claim_seconds": 119,
"claim_url": "/wh-session/173/claim",
"stock_left": 4
}
"stage": "claim":触发前端弹出“Claim Deal(认领商品)”的倒计时窗口。
"claim_seconds": 119:给你留了 119 秒(约 2 分钟)的时间锁定库存。
"claim_url": "/wh-session/173/claim":这就是你一直在找的真正购买/认领接口!
"stock_left": 4:提示该商品目前还剩 4 件库存。
实际抢购地址:https://dartnode.com/wh-session/173/claim
{
"ok": false,
"error": "Your turn has passed — that's okay, rejoin the line for another shot."
}
请各位大佬补充思路
我跑一下,看下这鸡咋样,好的话另一台也付了
1点30买的,现在还没开机呢
这是后端鉴权吧,哪有把逻辑放前端的
肯定过不了