|
@@ -73,7 +73,7 @@ public class SwaggerConfig
|
|
|
private List<ApiKey> securitySchemes()
|
|
private List<ApiKey> securitySchemes()
|
|
|
{
|
|
{
|
|
|
List<ApiKey> apiKeyList = new ArrayList<ApiKey>();
|
|
List<ApiKey> apiKeyList = new ArrayList<ApiKey>();
|
|
|
- apiKeyList.add(new ApiKey("Authorization", "Authorization", "header"));
|
|
|
|
|
|
|
+ // apiKeyList.add(new ApiKey("Authorization", "Authorization", "header"));//强制全局参数
|
|
|
return apiKeyList;
|
|
return apiKeyList;
|
|
|
}
|
|
}
|
|
|
|
|
|