You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/20 12:21:57 UTC

[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #11569: add: swagger add token

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


##########
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请求头

Review Comment:
   Could you please change this comment into English? Thanks.



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org