实际开发过程中,我们可以通过postman工具来测试接口
get请求
https://api.github.com/events?id=1&name=user
post请求
http://httpbin.org/post
参数1:key1=value1
参数2:key2=value2
可以用来测试的接口
阅读 11
2024-03-04
实际开发过程中,我们可以通过postman工具来测试接口
get请求
https://api.github.com/events?id=1&name=user
post请求
http://httpbin.org/post
参数1:key1=value1
参数2:key2=value2
相关推荐
精彩评论(0)