|
@ -4,7 +4,7 @@ import com.elink.esua.epdc.commons.tools.constant.ServiceConstant; |
|
|
import com.elink.esua.epdc.commons.tools.utils.Result; |
|
|
import com.elink.esua.epdc.commons.tools.utils.Result; |
|
|
import com.elink.esua.epdc.feign.fallback.AdminFeignClientFallback; |
|
|
import com.elink.esua.epdc.feign.fallback.AdminFeignClientFallback; |
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* |
|
|
* |
|
@ -20,7 +20,7 @@ public interface AdminFeignClient { |
|
|
* |
|
|
* |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
|
@GetMapping("sys/dept/manage/sendManageDept") |
|
|
@PostMapping("sys/dept/manage/sendManageDept") |
|
|
Result sendManageDept(); |
|
|
Result sendManageDept(); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|