|
|
@@ -1,34 +0,0 @@
|
|
|
-package cn.com.citycloud.rent.service.impl;
|
|
|
-
|
|
|
-import cn.com.citycloud.common.Response;
|
|
|
-import cn.com.citycloud.configuration.feign.QuerySrmFeignClient;
|
|
|
-import cn.com.citycloud.configuration.feign.ShopsFeignClient;
|
|
|
-import cn.com.citycloud.entity.querySrm.SrmBankInfo;
|
|
|
-import cn.com.citycloud.entity.shop.Shop;
|
|
|
-import cn.com.citycloud.rent.service.QuerySrmFeignService;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.stereotype.Service;
|
|
|
-
|
|
|
-import javax.servlet.http.HttpServletRequest;
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-/**
|
|
|
- * Description
|
|
|
- *
|
|
|
- * @author YC
|
|
|
- * @createDate 2025/11/20 9:18
|
|
|
- **/
|
|
|
-@Service
|
|
|
-public class QuerySrmFeignServiceImpl implements QuerySrmFeignService {
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private QuerySrmFeignClient querySrmFeignClient;
|
|
|
- @Autowired
|
|
|
- private HttpServletRequest request;
|
|
|
-
|
|
|
- @Override
|
|
|
- public Response<List<SrmBankInfo>> getBankData(Integer shopId) {
|
|
|
- return querySrmFeignClient.getBankData(shopId);
|
|
|
- }
|
|
|
-
|
|
|
-}
|