|
|
@ -4,6 +4,7 @@ import com.op.common.core.constant.ServiceNameConstants;
|
|
|
|
import com.op.common.core.web.domain.AjaxResult;
|
|
|
|
import com.op.common.core.web.domain.AjaxResult;
|
|
|
|
import com.op.system.api.factory.RemoteOpenFallbackFactory;
|
|
|
|
import com.op.system.api.factory.RemoteOpenFallbackFactory;
|
|
|
|
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;
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
@ -23,6 +24,6 @@ public interface RemoteOpenService {
|
|
|
|
|
|
|
|
|
|
|
|
/**获取流程信息**/
|
|
|
|
/**获取流程信息**/
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/openInterface/GetOaNodeInfo")
|
|
|
|
@GetMapping("/openInterface/GetOaNodeInfo")
|
|
|
|
public AjaxResult GetOaNodeInfo(@RequestParam("requestId") String requestId);
|
|
|
|
public AjaxResult GetOaNodeInfo(@RequestParam("requestId") String requestId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|