This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
课程内容:
封装request。
其实没必要封装,直接用requests.request模块就可以了。
然后讲了下接口实战项目里面编写注册和登录功能的用例
以及如何将所有写死的项目路径通过封装的方式读取,以后就算项目迁移也不影响代码。