对接浙江平台

This commit is contained in:
Guoqs
2024-08-08 10:59:35 +08:00
parent 413c1914c8
commit ff4de26cd8
6 changed files with 15 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ import com.jsowell.thirdparty.platform.service.impl.DianXingPlatformServiceImpl;
import com.jsowell.thirdparty.platform.service.impl.HaiNanPlatformServiceImpl;
import com.jsowell.thirdparty.huawei.HuaWeiService;
import com.jsowell.thirdparty.lianlian.service.LianLianService;
import com.jsowell.thirdparty.platform.service.impl.NinaXiaPlatformServiceImpl;
import com.jsowell.thirdparty.platform.service.impl.NingXiaPlatformServiceImpl;
import com.jsowell.thirdparty.platform.service.impl.QingHaiPlatformServiceImpl;
import com.jsowell.thirdparty.platform.util.HttpRequestUtil;
import com.jsowell.thirdparty.lutongyunting.service.LTYTService;
@@ -48,7 +48,6 @@ import com.jsowell.thirdparty.yongchengboche.dto.YCBCGetTokenDTO;
import com.jsowell.thirdparty.yongchengboche.service.YCBCService;
import com.jsowell.thirdparty.zhongdianlian.service.ZDLService;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.apache.commons.collections4.CollectionUtils;
import org.bouncycastle.crypto.CryptoException;
import org.springframework.beans.factory.annotation.Autowired;
@@ -123,7 +122,7 @@ public class CommonService {
private QingHaiPlatformServiceImpl qingHaiPlatformService;
@Autowired
private NinaXiaPlatformServiceImpl ninaXiaPlatformService;
private NingXiaPlatformServiceImpl ninaXiaPlatformService;
@Autowired
private DianXingPlatformServiceImpl dianXingPlatformService;