解决使用JustAuth进行支付宝登录,出现: com.alipay.api.AlipayApiException: RSAcontent
博主演示的是使用支持宝登录
在确保,应用私钥、支付宝公钥基本信息没有填错下。
检查JustAuth的版本,为什么要检查?
将JustAuth升级到 1.16.5 ,最好是最新版本(不知道有哪些版本?:上面的github地址)
<dependency> <groupId>me.zhyd.oauth</groupId> <artifactId>JustAuth</artifactId> <version>1.16.5</version> </dependency>
博主问题就解决了!