update 海南平台对接

This commit is contained in:
2024-01-25 14:32:24 +08:00
parent 977e987e34
commit 0416778773
3 changed files with 5 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ import com.jsowell.common.enums.thirdparty.ThirdPlatformTypeEnum;
import com.jsowell.common.enums.ykc.ReturnCodeEnum;
import com.jsowell.common.enums.ykc.StartModeEnum;
import com.jsowell.common.exception.BusinessException;
import com.jsowell.common.response.RestApiResponse;
import com.jsowell.common.util.DateUtils;
import com.jsowell.common.util.StringUtils;
import com.jsowell.pile.domain.OrderBasicInfo;
@@ -23,7 +22,7 @@ import com.jsowell.pile.dto.ruanjie.UseCouponDTO;
import com.jsowell.pile.service.*;
import com.jsowell.pile.vo.base.ThirdPartyStationRelationVO;
import com.jsowell.pile.vo.web.PileStationVO;
import com.jsowell.thirdparty.hainan.service.HaiNanChargeService;
import com.jsowell.thirdparty.hainan.service.HaiNanPlatformLogic;
import com.jsowell.thirdparty.huawei.HuaWeiService;
import com.jsowell.thirdparty.lianlian.service.LianLianService;
import com.jsowell.thirdparty.lianlian.util.HttpRequestUtil;
@@ -43,7 +42,6 @@ import java.io.UnsupportedEncodingException;
import java.text.ParseException;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;
/**
* TODO
@@ -95,7 +93,7 @@ public class CommonService {
private HuaWeiService huaWeiService;
@Autowired
private HaiNanChargeService haiNanChargeService;
private HaiNanPlatformLogic haiNanChargeService;
@Autowired
private RedisCache redisCache;