合并微信小程序和支付宝小程序登录入口

This commit is contained in:
谭凯凯
2024-09-24 14:56:20 +08:00
committed by Tankaikai
parent 689ad881b1
commit 525d753064
2 changed files with 11 additions and 8 deletions

View File

@@ -80,6 +80,7 @@ public class AlipayUtil {
log.error("获取支付宝用户信息失败,错误码:{},错误信息:{}", e.getErrCode(), e.getErrMsg());
throw e;
}
log.info("获取支付宝用户信息成功,返回结果:{}", response.getBody());
//调用失败
if (!response.isSuccess()) {
log.error("获取支付宝用户信息失败,错误码:{},错误信息:{}", response.getSubCode(), response.getSubMsg());