ocean-zhc opened a new issue, #5210: URL: https://github.com/apache/seatunnel/issues/5210
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Http Source params is invalid! ### SeaTunnel Version dev分支(2.3.2-SNAPSHOT) ### SeaTunnel Config ```conf env { execution.parallelism = 5 job.mode = "BATCH" job.name = "http2mysql" } source { Http { url = "http://127.0.0.1:8080/api/demo2" method = "POST" format = "json" params = { id = 1 } json_field = { id = "$.value[*].id" lrrq = "$.value[*].lrrq" } schema = { fields { id = int lrrq = string } } } } transform { } sink { console { } } ``` ### Running Command ```shell ./bin/seatunnel.sh -c config/http2mysql.conf -e local ``` ### Error Exception ```log no error ``` ### Zeta or Flink or Spark Version 2.3.2-SNAPSHOT ### Java or Scala Version _No response_ ### Screenshots <img width="1212" alt="image" src="https://github.com/apache/seatunnel/assets/46189785/42a43bef-f459-46cd-94d0-b06d76be0ea8"> <img width="482" alt="image" src="https://github.com/apache/seatunnel/assets/46189785/49bdb1a5-438d-465b-8b17-d4aa24d6c727"> The interface returns the following: <img width="828" alt="image" src="https://github.com/apache/seatunnel/assets/46189785/66b65120-e4cd-4f4a-b63f-e3963feb980d"> ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
