实际开发过程中,我们可以通过postman工具来测试接口
get请求
https://api.github.com/events?id=1&name=user
post请求
http://httpbin.org/post
参数1:key1=value1
参数2:key2=value2
微信扫一扫
实际开发过程中,我们可以通过postman工具来测试接口
get请求
https://api.github.com/events?id=1&name=user
post请求
http://httpbin.org/post
参数1:key1=value1
参数2:key2=value2
相关推荐