Commit 529ac38f by 周晓航

上报数据处理

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent b791829c
......@@ -102,7 +102,8 @@ public class WeChatLiveMsgHandle {
AppLogUtil.printLog("视频直播订单数据上报", JSON.toJSONString(request), JSON.toJSONString(weChatBaseResponse));
if ("0".equals(weChatBaseResponse.getErrcode())) {
if (flag == 0) {
// 1 支付成功进行发货
if (flag == 1) {
// 如果是支付成功, 同步发配送信息
OrderDeliverySendRequestVO requestVO = new OrderDeliverySendRequestVO();
requestVO.setOut_order_id(orderId);
......
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