curl -X POST --header "Content-Type: application/json" --header "Accept: */*" "http://192.168.1.16:8081/linewell/xxx.do"
在Linux下可以模拟发送http请求。
2022-12-05 23:05:55
curl -X POST --header "Content-Type: application/json" --header "Accept: */*" "http://192.168.1.16:8081/linewell/xxx.do"
在Linux下可以模拟发送http请求。