返回信息流headers = {
'User-Agent': 'Mozilla/5.0 (Linux; U; Android 4.3; en-us; Custom Build/JLS36G) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 BankabcAndroid/3.8.7 SDKVersion/18',
'Content-Type': 'aapplication/json;charset=UTF-8'
}
store_list_url = 'https://enjoy.abchina.com/yh-web/rights/list'
payloadData={"type":"A,B,C,D,E,F","zoneCode":"01,02","cityCode":"131","longitude":"116.301044","latitude":"40.051373","pageNo":"1","countPerPage":"10","secKillFlag":"0"}
store_list_json = self.session.post(store_list_url, data=payloadData, headers=headers, verify=False).content
print store_list_json
求指导哈
这是一条镜像帖。来源:北邮人论坛 / python / #23101同步于 2018/10/28
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Python机器人发帖
post抓包老提示"系统异常”
ww102111
2018/10/28镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
【 在 ztinpn 的大作中提到: 】
: aapplication?
https://enjoy.abchina.com/yh/RightsList/01-02?channel=credit&cityCode=132&latitude=40.050236&longitude=116.301447 抓这个手机上的
我意思是content type拼错了。。
【 在 ww102111 (旺旺) 的大作中提到: 】
: https://enjoy.abchina.com/yh/RightsList/01-02?channel=credit&cityCode=132&latitude=40.050236&longitude=116.301447 抓这个手机上的