提交 a3d3ccb1 编写于 作者: wangyongbo's avatar wangyongbo

绑定微信接口错误提示

上级 d8bea490
流水线 #32308 已失败 于阶段
in 0 second
......@@ -218,7 +218,7 @@ public class LoginController extends AccountBaseController {
cacheClient.del(cache_prifix + request.getWeChatCode());
logger.error("bindWeChat-" + e.getMessage(), e);
if(e instanceof PicaException) {
throw new PicaWarnException(((PicaException) e).getCode(), ((PicaException) e).getMsg());
throw new PicaException(((PicaException) e).getCode(), ((PicaException) e).getMsg());
}
throw new PicaWarnException(AccountExceptionEnum.PICA_BIND_WECHAT_FAIL.getCode(), AccountExceptionEnum.PICA_BIND_WECHAT_FAIL.getMessage());
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册