Commit bfd544af by 周晓航

订单删除 数据上报测试

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent a71daf8e
......@@ -62,6 +62,7 @@ public class WeChatLiveMsgHandle {
public void reportOrderStatus(OrderBeanV1 orderBean, int flag) {
if (Objects.nonNull(orderBean)
&& Objects.equals(orderBean.getOrderClient(), OrderClientType.WE_CHAT_LIVE_SELL.getIndex().toString())) {
AppLogUtil.printLog("视频直播订单状态上报", JSON.toJSONString(orderBean), null);
OrderSycnPayRequestVO request = new OrderSycnPayRequestVO();
String orderId = orderBean.getOid();
......
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