记得上下班打卡 | git大法好,push需谨慎

Commit 0d919c64 authored by jiangxiulong's avatar jiangxiulong

log

parent 00cea9bd
......@@ -345,6 +345,7 @@ public class KylinOrderTicketsRefundServiceImpl {
// 生成签名并请求
String result = shunfengSignUtils.generateSignatureAndRequestNew(hBody, "/public/order/v1/placeOrder");
log.info("expressPlaceResult result:[{}]", result);
HashMap hashMap = new HashMap();
try {
hashMap = JsonUtils.fromJson(result, HashMap.class);
......@@ -360,7 +361,7 @@ public class KylinOrderTicketsRefundServiceImpl {
msg = (String) hashMap.get("msg");
}
log.info("expressPlaceExceptionInfo sendExpressType:[{}], sendExpressAddress:[{}], appointmentTime:[{}], expressNumber:[{}], orderTicketVo:[{}]", sendExpressType, sendExpressAddress, appointmentTime, expressNumber, orderTicketVo);
log.error("expressPlaceResultError", result);
log.error("expressPlaceResultError result:[{}]", result);
} else {
HashMap hashMapResult = (HashMap) hashMap.get("result");
// 生成预快递单 REDIS 队列入数据库
......
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