有赞的这个登录界面域名:https://login.youzan.com/sso/index?service=kdt
但是,登录之后就跳转到了:https://koudaitong.com/v2/account/team#selectxXX
我已经用chrome找出了这个网站的cookies,下面如何用Python模拟登录有赞?
我看了几篇攻略,有点说直接用requests的session,有的说要用urllib2。
大神来给下思路吧,,登录界面是需要验证码的,验证码地址:https://login.youzan.com/sso/index/captcha
登录就是为了取cookie,你有了cookie干嘛还要登录?