使用PostMan 发送 post 请求

阳光穿透心脏的1/2处 2023-10-09 12:32 69阅读 0赞

文章目录

        • 一、使用postMan 发送post请求
          • 1、添加请求头
          • 2、添加请求参数

一、使用postMan 发送post请求

1、添加请求头

在这里插入图片描述

Content-Type
application/json

2、添加请求参数

在这里插入图片描述

  1. {
  2. "data":{
  3. "a":"12344",
  4. "b":"915095255185362944",
  5. "c":"10"
  6. }
  7. }

发表评论

表情:
评论列表 (有 0 条评论,69人围观)

还没有评论,来说两句吧...

相关阅读

    相关 postman---postman发送请求

      前面简单的介绍了Postman的页面介绍和功能介绍,今天我们一起学习postman如何发送请求 发送请求 我们介绍过http协议有多种请求方式,各个请求方法都代表不