You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ecsonar/post.sh

5 lines
239 B

4 years ago
cat post1.json | curl -H "Content-Type:application/json" -X POST -d @- http://localhost:8081/api/sonar
#单个代码文件检测
cat post1.json | curl -H "Content-Type:application/json" -X POST -d @- http://localhost:8081/api/sonarSingle