curl做post测试

实例

curl -H "Content-Type:application/json" -X POST -d '{"type": "nlp","content": "刘德华和张学友创作了很多流行歌曲"}' http://127.0.0.1:93000/tokenizer
  • post
  • json
  • 参数
    {
          
          "type": "nlp","content": "刘德华和张学友创作了很多流行歌曲"}
    

猜你喜欢

转载自blog.csdn.net/zengNLP/article/details/129136977