摘要: 1、登录模块 import requests def test_login(username,password): host='http://localhost' url=f'{host}/api/bbb/ccc' payload={'username':username, 'password':p 阅读全文
posted @ 2021-05-11 22:07 七亿星空 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1、安装requests库:pip install requests # -*- coding: utf-8 -*- import requests Host='http://localhost' api_url=f'{Host}/api/bbb/ccccc/' # header='Content- 阅读全文
posted @ 2021-05-11 17:40 七亿星空 阅读(110) 评论(0) 推荐(0) 编辑