e9a791bb 刘嘉

输出错误

1 个父辈 58730157
...@@ -99,7 +99,7 @@ public class PineappleController { ...@@ -99,7 +99,7 @@ public class PineappleController {
99 response.setSubcode(ex.getSubCode()); 99 response.setSubcode(ex.getSubCode());
100 response.setSubmessage(ex.getSubMessage()); 100 response.setSubmessage(ex.getSubMessage());
101 } catch (Exception ex) { 101 } catch (Exception ex) {
102 log.error("调用商城菠萝派对接API发生异常", ex); 102 log.error("调用商城菠萝派对接API发生异常"+requestParams.toString(), ex);
103 response.setCode(PineAppleConst.ERROR_CODE); 103 response.setCode(PineAppleConst.ERROR_CODE);
104 response.setMessage(PineAppleConst.ERROR_CODE_MESSAGE); 104 response.setMessage(PineAppleConst.ERROR_CODE_MESSAGE);
105 response.setSubcode(SubErrorEnum.GSE_SYSTEM_ERROR.getCode()); 105 response.setSubcode(SubErrorEnum.GSE_SYSTEM_ERROR.getCode());
......