diff --git a/EastMoneyPy/venv/main/eastmoney/getGeGuBanKuai.py b/EastMoneyPy/venv/main/eastmoney/getGeGuBanKuai.py index 5f86199..9fc8d8d 100644 --- a/EastMoneyPy/venv/main/eastmoney/getGeGuBanKuai.py +++ b/EastMoneyPy/venv/main/eastmoney/getGeGuBanKuai.py @@ -5,7 +5,7 @@ from SendEmail import Email def getCode(): - url = 'http://41.push2.eastmoney.com/api/qt/clist/get?pn=1&pz=4000&po=1&np=1&ut=&fltt=2&invt=2&fid=f3&fs=m:0+t:6,m:0+t:13,m:0+t:80,m:1+t:2,m:1+t:23&fields=f12,f13,f14' + url = 'http://41.push2.eastmoney.com/api/qt/clist/get?pn=1&pz=6000&po=1&np=1&ut=&fltt=2&invt=2&fid=f3&fs=m:0+t:6,m:0+t:13,m:0+t:80,m:1+t:2,m:1+t:23&fields=f12,f13,f14' conn = httpConn.HttpConnect() data = conn.request_get(url) # print(data) @@ -59,7 +59,7 @@ try: sqlList = [] - # getCode() + getCode() getBankuai('1') getBankuai('2') getBankuai('3')