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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]