| | |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.cloud.openfeign.FallbackFactory; |
| | | import org.springframework.stereotype.Component; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | public R tripartitePlatformStopCharge(String startChargeSeq) { |
| | | return R.fail("三方平台请求停止充电失败:" + throwable.getMessage()); |
| | | } |
| | | @Override |
| | | public R<BigDecimal> getSumDegreeBySiteIds(@RequestParam("siteIds") List<Integer> SiteIds){ |
| | | return R.fail("获取站点集合中总的充电量失败:" + throwable.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |