1.获取登录接口,得到token_type与access_tokenpostman之webapi下测试接口

2.post下webapi测试

1)必须先在Header中的key中输入Authorization,value中输入token_type与access_token。token_type与access_token之间有个空格postman之webapi下测试接口

2)在body中选择row并选择json。在下面的框中输入json格式的数据。postman之webapi下测试接口

点send就ok了
3.get下post测试
postman之webapi下测试接口
在header中输入key和value即可

相关文章: