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

Commit 768be02b authored by 胡佳晨's avatar 胡佳晨

修改 同步大麦

parent ece1f24d
...@@ -968,7 +968,6 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ ...@@ -968,7 +968,6 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
obj3.setSystemId(taobaoTicketUtils.getSystemId()); obj3.setSystemId(taobaoTicketUtils.getSystemId());
obj3.setSeatType(1L); obj3.setSeatType(1L);
obj3.setTicketType(1L);//票类型 obj3.setTicketType(1L);//票类型
log.info("error data ="+ obj3.toString());
list2.add(obj3); list2.add(obj3);
} }
req.setThirdTicketSetOpenParamList(list2); req.setThirdTicketSetOpenParamList(list2);
...@@ -976,7 +975,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ ...@@ -976,7 +975,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
return true; return true;
} else { } else {
AlibabaDamaiMevOpenBatchpushticketResponse rsp = client.execute(req); AlibabaDamaiMevOpenBatchpushticketResponse rsp = client.execute(req);
log.info("error data ="+ rsp); log.info("error data ="+ rsp.getBody());
return rsp.getResult().getSuccess(); return rsp.getResult().getSuccess();
} }
} }
......
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