Commit 7901d1bc by huluobin

order pay

parent c8ef0a5b
......@@ -34,7 +34,7 @@ public class RRExceptionHandler {
result.setCode(e.getCode());
result.setMessage(e.getMessage());
if (e.getCode() != 2000 && e.getCode() != 1001 && e.getCode() != 2005) {
if (e.getCode() != 2000 && e.getCode() != 1001 && e.getCode() != 2005 && e.getCode() != 2006) {
log.error("Params : {}", getParamString(request.getParameterMap()) + "\n");
log.error("URI : {}", request.getRequestURI() + "\n");
......
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