Commit b8393866 authored by zhouxudong's avatar zhouxudong

打印异常日志

parent 6d479e1b
......@@ -64,7 +64,8 @@ public class Signterceptor implements AsyncHandlerInterceptor {
// }
log.info("签名通过");
} catch (Exception e) {
log.error("签名有误,请重试:{},异常信息:{}", sign,e);
log.error("签名有误,请重试:{}", sign);
log.error("签名异常信息:", e);
throw new ServiceException("签名有误,请重试");
}
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment