|
@@ -5,13 +5,10 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
|
-import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
@FeignClient(name="SDR")
|
|
|
public interface SDRClient {
|
|
|
- @GetMapping("/api/sdk/send")
|
|
|
- Map<String, List<Integer>> send();
|
|
|
@GetMapping("/api/sdk/status")
|
|
|
Map<String ,Object> status();
|
|
|
@GetMapping("/api/sdk/initialize")
|