|
|
@@ -213,7 +213,7 @@ public class APPPartnerController extends BaseController {
|
|
|
return sysPartnerService.loginAlipay(alipayBindVo);
|
|
|
} catch (AlipayApiException e) {
|
|
|
log.info(e.getMessage());
|
|
|
- throw new SystemException("支付宝授权失败");
|
|
|
+ throw new SystemException("支付宝登录失败");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -262,7 +262,7 @@ public class APPPartnerController extends BaseController {
|
|
|
return sysPartnerService.loginWechat(wechatLoginVo);
|
|
|
} catch (WxErrorException e) {
|
|
|
log.info(e.getMessage());
|
|
|
- throw new SystemException("微信授权失败");
|
|
|
+ throw new SystemException("微信登录失败");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -281,7 +281,7 @@ public class APPPartnerController extends BaseController {
|
|
|
return sysPartnerService.bindWechat(wechatBindVo, userId);
|
|
|
} catch (WxErrorException e) {
|
|
|
log.info(e.getMessage());
|
|
|
- throw new SystemException("微信授权失败");
|
|
|
+ throw new SystemException("微信绑定失败");
|
|
|
}
|
|
|
}
|
|
|
|