qq_不思量_2
2018-09-13 17:15
TypeError: POST data should be bytes or an iterable of bytes. It cannot be of type str.
已经解决了还是数据编码的问题和代码没关系。只需要将代码变成这样就可以了。
data = urllib.parse.urlencode(data).encode(encoding='utf8')
接口测试基础之入门篇
74684 学习 · 176 问题
相似问题
回答 2
回答 7
回答 1