ITBOX-ITBOY commented on code in PR #10184:
URL: https://github.com/apache/dolphinscheduler/pull/10184#discussion_r880219678
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/parameters/AbstractParameters.java:
##########
@@ -201,4 +202,27 @@ private void addPropertyToValPool(Property property) {
varPool.removeIf(p -> p.getProp().equals(property.getProp()));
varPool.add(property);
}
+ /**
+ * Convert the body result returned from HTTP to a map
+ * @param result
+ * @return
+ */
+ public static Map<String, String> getHttpMapByString(String result) {
Review Comment:
GetHttpMapByString is moved to HttpParameters because it's used in this
--
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]