curl -H "Content-type: application/json" -X POST -d '{"text":"总体来说很不错,环境挺好的,服务不错,很有耐心,态度很好,很温柔,下次还会再来!"}' http://192.168.181.95:8080/nlpapp/v2/customer
相关文章
- 09-212 locust 发送 post 请求
- 09-21axios——post请求时把对象obj数据转为formdata格式
- 09-21scrapy框架发送post请求
- 09-21响应json数据之发送ajax的请求
- 09-21接口测试 request 的 post 请求中 json 和 data 区别
- 09-21android – 使用复杂的JSON进行Retrofit POST请求
- 09-21Spring开发后端如何获取http请求体body中的json格式的数据
- 09-21.net接收post请求并把数据转为字典格式
- 09-21学习笔记(12):150讲轻松搞定Python网络爬虫-requests库-发送POST请求
- 09-21测试开发系列之——接口发送功能(二、get请求&json请求)