Dr.com Loging 发表于 2023-05-10 分类于 测试 阅读次数: Disqus: Dr.com Login operations Dr.com Log operationsLogoutMethod: GET URI: /F.htm Code: 1get("http://xxx.xxx.xx.x/F.htm") LoginMethod: POST URI: /0.htm Form: 123456{ "DDDDD": "<username here>", "upass": "<password here>", "0MKKey": "%B5%C7%A1%A1%C2%BC", "v6ip": null} Code: 1234567form = { "DDDDD": "001", "upass": "123456", "0MKKey": "%B5%C7%A1%A1%C2%BC", "v6ip": None}post("http://xxx.xxx.xx.x/0.htm", form)