Home > Article > Backend Development > A problem with WeChat development
One is the interface certificate access_token The other is the access_token when opening the web page authorization in WeChat **
Q: Will these two access_tokens
affect each other? (For example, after obtaining the access_token authorized by the web page, the interface certificate access_token will be invalid?) Also, is there a daily upper limit for the access_token authorized by the web page (for example, 2,000 interface certificate access_tokens per day)
**
One is the interface certificate access_token The other is the access_token when opening the web page authorization in WeChat **
Q: Will these two access_tokens
affect each other? (For example, after obtaining the access_token authorized by the web page, the interface certificate access_token will be invalid?) Also, is there a daily upper limit for the access_token authorized by the web page (for example, 2,000 interface certificate access_tokens per day)
**
The first one comes from the interface and can be used repeatedly within 7200 seconds, while the second one comes from the authorization and can only be used once! Both can use the fourth part of the authorization to capture user information! The first one has access restrictions and is generally cached! As for authorization, there are no restrictions.
No, they are different.