摘要:
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
七亿星空
阅读(162)
评论(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
七亿星空
阅读(126)
评论(0)
推荐(0)

浙公网安备 33010602011771号