|
|
|
@@ -6,11 +6,12 @@ import com.xueyi.message.api.transfer.domain.vo.DmDeployScheduleVo; |
|
|
|
import com.xueyi.system.api.organize.feign.factory.RemoteUserFallbackFactory; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
|
|
|
|
@FeignClient(contextId = "remoteReleaseManagerService", value = ServiceConstants.SYSTEM_SERVICE, fallbackFactory = RemoteUserFallbackFactory.class) |
|
|
|
public interface RemoteReleaseManagerService { |
|
|
|
|
|
|
|
@GetMapping("/releaseManager/inner/reply") |
|
|
|
@PostMapping("/releaseManager/inner/reply") |
|
|
|
R<Integer> syncDeployStatus(@RequestBody DmDeployScheduleVo vo); |
|
|
|
} |