EricGao888 commented on code in PR #11569:
URL: https://github.com/apache/dolphinscheduler/pull/11569#discussion_r950689823


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/SwaggerConfig.java:
##########
@@ -81,4 +89,21 @@ private ApiInfo apiV2Info() {
                 .version("V2")
                 .build();
     }
+
+    private List<Parameter> setHeaderToken() {
+        List<Parameter> pars = new ArrayList<>();
+        // token请求头
+        String testTokenValue = "";
+        ParameterBuilder tokenPar = new ParameterBuilder();

Review Comment:
   What about changing `tokenPar` to `parameterBuilder` for better readability?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to