使用postman跑通的接口,用python一直报错
使用postman可以成功
此图为python报错
{'timestamp': '2020-07-06 18:25:02', 'status': 500, 'error': 'Internal Server Error', 'message': 'syntax error, pos 1, json : bizContent=mobile&bizContent=verifyCode&bizContent=equipmentId&bizContent=noncestr&bizContent=timestamp&bizContent=sign', 'path': '/rest/noAuth/member/login'}
解决方法:朋友告知postman可以导出代码。。。我竟然不知道
代码的json串一定要转义,不然不能识别