This commit is contained in:
Lemon
2025-08-05 16:48:52 +08:00
2 changed files with 0 additions and 9 deletions

View File

@@ -10,9 +10,7 @@ import com.jsowell.pile.dto.QueryStartChargeDTO;
import com.jsowell.pile.dto.QueryStationInfoDTO;
import com.jsowell.pile.thirdparty.CommonParamsDTO;
import com.jsowell.thirdparty.lianlian.common.CommonResult;
import com.jsowell.thirdparty.lianlian.service.LianLianService;
import com.jsowell.thirdparty.platform.service.ThirdPartyPlatformService;
import com.jsowell.thirdparty.yongchengboche.service.YCBCService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.web.bind.annotation.PostMapping;
@@ -42,12 +40,6 @@ public class YCBCController extends ThirdPartyBaseController {
@Qualifier("yongChengbochePlatfromServiceImpl")
private ThirdPartyPlatformService platformLogic;
@Autowired
private YCBCService ycbcService;
@Autowired
private LianLianService lianLianService;
/**
* 获取token接口
* http://localhost:8080/ycbc/v1/query_token

View File

@@ -1,7 +1,6 @@
package com.jsowell.thirdparty.lianlian.service;
import com.jsowell.pile.dto.*;
import com.jsowell.pile.thirdparty.CommonParamsDTO;
import java.io.UnsupportedEncodingException;
import java.util.Map;