stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 How do I know when my "access_token" expires?
How do I know when my "access_token" expires?
When you call v2.public.get_access_token or v2.public.refresh_access_token, the response will include the validity duration of the access_token in seconds (e.g., "expire_in": 14400). You can determine the expiration time of the access_token by adding the validity duration (in seconds) to the timestamp of the request.
