修改thirdparty中停车平台代码位置

This commit is contained in:
Guoqs
2025-02-10 14:26:32 +08:00
parent 679cca6b98
commit 5e66ca653d
10 changed files with 33 additions and 34 deletions

View File

@@ -34,14 +34,14 @@ import com.jsowell.pile.vo.web.ChargeParkingDiscountVO;
import com.jsowell.pile.vo.web.PileStationVO;
import com.jsowell.thirdparty.huawei.HuaweiServiceV2;
import com.jsowell.thirdparty.lianlian.service.LianLianService;
import com.jsowell.thirdparty.lutongyunting.service.LTYTService;
import com.jsowell.thirdparty.parking.service.LTYTService;
import com.jsowell.thirdparty.nanrui.service.NRService;
import com.jsowell.thirdparty.platform.service.impl.DianXingPlatformServiceImpl;
import com.jsowell.thirdparty.platform.service.impl.HaiNanPlatformServiceImpl;
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.ruanjie.service.RJService;
import com.jsowell.thirdparty.parking.service.RJService;
import com.jsowell.thirdparty.service.ThirdpartySecretInfoService;
import com.jsowell.thirdparty.xindiantu.service.XDTService;
import com.jsowell.thirdparty.yongchengboche.dto.YCBCGetTokenDTO;

View File

@@ -1,4 +1,4 @@
package com.jsowell.thirdparty.lutongyunting.common;
package com.jsowell.thirdparty.parking.common;
import lombok.Data;

View File

@@ -1,4 +1,4 @@
package com.jsowell.thirdparty.lutongyunting.common;
package com.jsowell.thirdparty.parking.common;
import lombok.Data;

View File

@@ -1,4 +1,4 @@
package com.jsowell.thirdparty.lutongyunting.service;
package com.jsowell.thirdparty.parking.service;
import com.jsowell.pile.dto.lutongyunting.BindCouponDTO;
import com.jsowell.pile.dto.lutongyunting.GetTokenDTO;

View File

@@ -1,4 +1,4 @@
package com.jsowell.thirdparty.ruanjie.service;
package com.jsowell.thirdparty.parking.service;
import com.jsowell.pile.dto.ruanjie.UseCouponDTO;

View File

@@ -1,4 +1,4 @@
package com.jsowell.thirdparty.lutongyunting.service.impl;
package com.jsowell.thirdparty.parking.service.impl;
import cn.hutool.http.HttpUtil;
import com.alibaba.fastjson2.JSON;
@@ -14,8 +14,7 @@ import com.jsowell.pile.domain.OrderBasicInfo;
import com.jsowell.pile.dto.lutongyunting.BindCouponDTO;
import com.jsowell.pile.dto.lutongyunting.GetTokenDTO;
import com.jsowell.pile.service.CarCouponRecordService;
import com.jsowell.thirdparty.lutongyunting.common.LTYTCommonParams;
import com.jsowell.thirdparty.lutongyunting.service.LTYTService;
import com.jsowell.thirdparty.parking.service.LTYTService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;

View File

@@ -1,12 +1,12 @@
package com.jsowell.thirdparty.ruanjie.service.impl;
package com.jsowell.thirdparty.parking.service.impl;
import cn.hutool.http.HttpUtil;
import com.alibaba.fastjson2.JSON;
import com.alibaba.fastjson2.JSONObject;
import com.jsowell.common.util.sign.MD5Util;
import com.jsowell.pile.dto.ruanjie.UseCouponDTO;
import com.jsowell.thirdparty.lutongyunting.service.impl.LTYTServiceImpl;
import com.jsowell.thirdparty.ruanjie.service.RJService;
import com.jsowell.thirdparty.parking.service.impl.LTYTServiceImpl;
import com.jsowell.thirdparty.parking.service.RJService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;