(https://user-images.githubusercontent.com/38777687/82207362-4d2b6b00-993c-11ea-84ee-f142602d64a4.png)
this is the infomation of request head
ScanApi scanApi = new ScanApi(apiClient);
return scanApi.repositoriesRepoNameTagsTagScanGet(repoName, tag, "application/vnd.scanner.adapter.vuln.report.harbor+json; version=1.0");
the accept can not be assignment successfully
after requesting, its value becomes to "application/json" and it gets an empty return