HeChuanXUPT commented on issue #2597:
URL: 
https://github.com/apache/dolphinscheduler/issues/2597#issuecomment-876849953


   How to config complex json parameters on HTTP node?
   
   
![image](https://user-images.githubusercontent.com/5425689/125010426-0f862600-e099-11eb-93f9-8c4bc28a24f1.png)
   Above configurations will be transfer to 
   ```
   {
       "text":"{\"content\":\"test content\"}",
       "type":"text"
   }
   ```
   
   But what I want is: 
   ```
   {
       "text":{
           "content":"test content"
       },
       "type":"text"
   }
   ```


-- 
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