This commit is contained in:
YAS\29473
2025-04-24 16:46:52 +08:00
parent 6a4f0ba122
commit 93c6cbfe49
2 changed files with 3 additions and 11 deletions

View File

@@ -3,15 +3,12 @@ package com.jsowell.api.thirdparty;
import com.alibaba.fastjson2.JSON;
import com.jsowell.common.annotation.Anonymous;
import com.jsowell.common.core.domain.AjaxResult;
import com.jsowell.common.enums.thirdparty.ThirdPartyReturnCodeEnum;
import com.jsowell.common.enums.thirdparty.ThirdPlatformTypeEnum;
import com.jsowell.common.exception.BusinessException;
import com.jsowell.common.response.RestApiResponse;
import com.jsowell.pile.dto.*;
import com.jsowell.pile.thirdparty.CommonParamsDTO;
import com.jsowell.thirdparty.common.NotificationDTO;
import com.jsowell.thirdparty.common.NotificationService;
import com.jsowell.thirdparty.lianlian.common.CommonResult;
import com.jsowell.thirdparty.platform.service.ThirdPartyPlatformService;
import org.springframework.beans.factory.annotation.Autowired;
@@ -38,8 +35,6 @@ public class WeiWangKuaiDianController extends ThirdPartyBaseController {
@Qualifier("weiWangKuaiDianPlatformServiceImpl")
private ThirdPartyPlatformService platformLogic;
@Autowired
private NotificationService notificationService;
/**