1. Obtain openid, through Wechat official account authorization to find the account bound to this openid in the background
2. Realize automatic login through url stitching member_id and token to return user information
problem arises, although we have a transfer page at the front end that saves member_id and token to perform the jump, without exposing member_id and toke to the user
, it takes a long time for the user to jump in when the user"s network environment is very slow. How to solve the problem that the user can share the page with member_id and token so that others can click on his sharing link and log in to his account?