mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
交易分账 重构
This commit is contained in:
@@ -177,7 +177,7 @@ public class PayController extends BaseController {
|
||||
logger.info("1----------->微信支付回调开始 body:{}", JSONObject.toJSONString(body));
|
||||
RestApiResponse<?> response;
|
||||
try {
|
||||
orderService.wechatPayCallback(request, body);
|
||||
// orderService.wechatPayCallback(request, body);
|
||||
response = new RestApiResponse<>();
|
||||
} catch (BusinessException e) {
|
||||
logger.warn("微信支付回调接口warn", e);
|
||||
|
||||
Reference in New Issue
Block a user