AGEIPort icon indicating copy to clipboard operation
AGEIPort copied to clipboard

Results 14 AGEIPort issues
Sort by recently updated
recently updated
newest added

代码片段 ```java String url = ''http://ageiport-task-server.demo.xxxxx.com.cn"; AgeiPortOptions options = new AgeiPortOptions(); HttpTaskServerClientOptions clientOptions = new HttpTaskServerClientOptions(); clientOptions.setEndpoint(host); clientOptions.setPort(80); options.setTaskServerClientOptions(clientOptions); AgeiPort ageiPort = AgeiPort.ageiPort(options); ``` 调试出调用了 请求url http://ageiport-task-server.demo.xxxxx.com.cn:80/v1/CreateTaskSpecification 请求json: ``` {...

![image](https://user-images.githubusercontent.com/16313914/235112554-02c745fe-47ef-4c2a-afc0-a1413b92eb7f.png) 发送给集群机器,调用/subTasks接口,意思是集群机器提供/subTasks的http接口吗