To get user information when doing activities on WeChat, I store the user information returned to me by WeChat in a local database to avoid getting it from WeChat every time. But there is a problem. If the user changes his avatar during the activity, but the avatar I use is the WeChat one. Once it was returned to me, I got it from the database. This caused the avatar to be invalid, and if the user modified the WeChat avatar, WeChat would not notify me. What should I do? ? ? Can anyone give me some ideas? Thank you very much~~
To get user information when doing activities on WeChat, I store the user information returned to me by WeChat in a local database to avoid getting it from WeChat every time. But there is a problem. If the user changes his avatar during the activity, but the avatar I use is the WeChat one. Once it was returned to me, I got it from the database. This caused the avatar to be invalid, and if the user modified the WeChat avatar, WeChat would not notify me. What should I do? ? ? Can anyone give me some ideas? Thank you very much~~
That’s what I think. Some users are paying attention and some are not, so you must use the first interface, the one that clicks on the authorization button
Since you want to authorize, then directly update the database with the authorized information.
Anyway, as soon as the user comes in, it will be judged whether there is a session. If not, it will be judged by cookies and login. If there is no session, the user will be authorized. Anyway, once authorized, you will update the user's information.
You already have openid, and the user has recently authorized it. It should be feasible to use it unilaterally to capture user information. Users I have followed before can simply use openid+accesstoken to capture user information.
You try the following people
1: Follow
2: Not follow, not authorized
3: Not follow, authorized
You can try these three types of people using the interface below. If 1 and 3 are feasible, then what you want is feasible.
There is still no way to completely avoid interacting with WeChat.
In fact, changing the avatar is not a high-frequency action, and the inconsistency of the avatar has little impact, and the delay is bearable. If you really have high requirements in this regard, you can only do it every time Request user information once for comparison.