fix: 调整登录检测入口URL

无 Shopee tab 时,登录检测改为打开卖家中心根地址 https://<region_host>/,默认 https://seller.shopee.tw/。

商品编辑 URL 仍保持 /portal/product 路径不变;更新登录检测单测与 API/架构/当前状态/progress 文档。
This commit is contained in:
chengma
2026-06-27 12:05:33 +08:00
parent 6e00b1b093
commit 8fe979942c
6 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ images/<slug>/<item_id>_new.<ext> # AI 生成的新封面
### 6.4 登录检测
- 打开卖家中心,重定向到登录页或缺会话 Cookie(`SPC_ST`/`SPC_U`)→ 未登录;不自动登录,提示人工登录。
- 无 Shopee tab 时打开卖家中心根地址 `https://<region_host>/`(默认 `https://seller.shopee.tw/`),重定向到登录页或缺会话 Cookie(`SPC_ST`/`SPC_U`)→ 未登录;不自动登录,提示人工登录。
## 七、CDP 已验证事实(务必遵守)