springboot微信小程序用户敏感信息解密获取unionId
springboot微信小程序用户敏感信息解密获取unionId。因为在不同平台中,openId可能会不同,只有unionId能唯一确认一个用户。需要解密微信的敏感信息才能得到用户的唯一标识 unionId。这里使用 springboot 来完成这个过程。
springboot微信小程序用户敏感信息解密获取unionId。因为在不同平台中,openId可能会不同,只有unionId能唯一确认一个用户。需要解密微信的敏感信息才能得到用户的唯一标识 unionId。这里使用 springboot 来完成这个过程。