首先谢谢大家能进来看我的帖子,感谢你帮我解决问题,谢谢大家!
同样的登陆接口,postman 请求是登陆成功返回 html 页面,用 python 代码就提示登陆超时,一下是接口相关数据:
method : post
url:‘http://crm.corp.test.com/login/?jumpauth=yes&from=//crm.corp.test.com’
data = {
'email':'xxx',
'password': '123456'
'_token': 'xxxxxxxxxxx''
}
这是 postman 请求结果