|
|
@ -108,7 +108,7 @@ public class VectorParamController { |
|
|
|
return R.data(vectorParamService.getUrlResponseKeyList(url, bladeToken, hzinfoToken)); |
|
|
|
return R.data(vectorParamService.getUrlResponseKeyList(url, bladeToken, hzinfoToken)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@PutMapping("/synchronization/") |
|
|
|
@PutMapping("/synchronization") |
|
|
|
@ApiOperation(value = "同步") |
|
|
|
@ApiOperation(value = "同步") |
|
|
|
@ApiOperationSupport(order = 10) |
|
|
|
@ApiOperationSupport(order = 10) |
|
|
|
public R synchronization(@RequestHeader(name = "Blade-Auth", value = "Blade-Auth", required = false) String bladeToken, |
|
|
|
public R synchronization(@RequestHeader(name = "Blade-Auth", value = "Blade-Auth", required = false) String bladeToken, |
|
|
|