How does Mini Program relate data to users?

do I want to send openid+ data to the server and write to the database?

Feb.28,2021

our usual login development process is
1. Call wx.login () to get temporary login credentials (code);
2. Call wx.getUserInfo () to get encryptedData, iv;
3. At the same time, code, encryptedData and iv are sent to the server for resolution, and then token is returned to the front end as the unique identity of the user.

All data interactions after

are distinguished by this token. Please refer to official document .

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bc59-2bad1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bc59-2bad1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?