zl程序教程

您现在的位置是:首页 >  前端

当前栏目

postman发送post请求

postman 请求 发送 post
2023-09-14 08:57:45 时间

在地址栏里输入请求url:http://127.0.0.1:8081/getuser

选择“POST”方式,

点击''body", ''form-data",

添加key:userid , value:1

点击send发送请求,查看结果