Access Token is a parameter that applications must pass in when calling OpenAPI to access and modify user data.
The access token is generated every time a user logs in. The expiration time is three months by default. It will be automatically refreshed when the user logs in again. Please implement an anti-expiration strategy on the website or application, or prompt the user to authorize again after expiration.
It is complicated to operate.