|
|
|
@ -74,10 +74,9 @@ public class VectorParamController {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@GetMapping("/getUrlResponse") |
|
|
|
|
@ApiOperation(value = "获取向量参数配置授权信息") |
|
|
|
|
@ApiOperation(value = "通过url获取向量参数数据") |
|
|
|
|
@ApiOperationSupport(order = 7) |
|
|
|
|
public R getUrlResponse(@RequestParam String url, @RequestHeader("Blade-Auth") String token) { |
|
|
|
|
log.info(token); |
|
|
|
|
return R.data(vectorParamService.getUrlResponse(url, token)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|