|
|
@ -11,10 +11,7 @@ import com.epmet.modules.feign.fallback.EpmetUserFeignClientFallBack; |
|
|
|
import com.epmet.resi.mine.dto.from.MyResiUserInfoFormDTO; |
|
|
|
import com.epmet.resi.mine.dto.result.MyResiUserInfoResultDTO; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.PathVariable; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
@ -64,7 +61,7 @@ public interface EpmetUserFeignClient { |
|
|
|
* @Author sun |
|
|
|
**/ |
|
|
|
@PostMapping(value = "epmetuser/gridlatest/getgridsbyuserid/{userId}") |
|
|
|
Result<List<String>> getGridsByUserId(@PathVariable("userId") String userId); |
|
|
|
Result<List<String>> getGridsByUserId(@PathVariable("userId") String userId,@RequestParam("customerId") String customerId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 居民端获取个人信息 |
|
|
|