jmeter-http post请求
·
一、新建测试接口
curl -X 'POST' \
'http://localhost:5901/api/AuthPostman/getAuth' \
-H 'accept: text/plain' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"shopID": 0
}'

二、添加线程组

Content-Type=application/json

更多推荐



所有评论(0)