Commit ecc1f001 authored by shiyu's avatar shiyu

更新分销商利润

parent dbf109ec
......@@ -146,8 +146,6 @@ public class WxPayCallbackController {
}
}
}
returnMap.put("code", "SUCCESS");
returnMap.put("message", "成功");
return JsonUtils.from(returnMap);
......@@ -216,11 +214,11 @@ public class WxPayCallbackController {
logger.info(">>>>> 分销商id :{}, 获取openid失败 <<<<<", distributionOrder.getSellerId());
}
} catch (Exception e) {
logger.info("用户支付成功,向分销商发送模板信息失败:{}", e);
logger.error("用户支付成功,向分销商发送模板信息失败:{}", e);
}
return Result.success();
} catch (Exception e) {
logger.info(">>>>>>>>>>>> 微信支付回调通知处理失败 error :{}", e);
logger.error(">>>>>>>>>>>> 微信支付回调通知处理失败 error :{}", e);
TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
}
return Result.failed();
......
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