This commit is contained in:
2024-04-08 11:13:13 +08:00
parent a8e2996f43
commit ce3c1c0e66
4 changed files with 102 additions and 19 deletions

View File

@@ -336,7 +336,7 @@ public class LianLianController extends BaseController {
if (StringUtils.isBlank(orderCode)) {
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
}
String result = lianLianService.notificationOrderInfo(orderCode);
String result = lianLianService.notificationChargeOrderInfo(orderCode);
response = new RestApiResponse<>(result);
}catch (BusinessException e) {
logger.error("联联平台推送订单信息 error",e);