Skip to content

Commit 05ad1ba

Browse files
authored
Update chaojiying.py
1 parent 134a346 commit 05ad1ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

moumoubaimifan/12306/chaojiying.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,3 @@ def ReportError(self, im_id):
4545
r = requests.post('http://upload.chaojiying.net/Upload/ReportError.php', data=params, headers=self.headers)
4646
return r.json()
4747

48-
49-
if __name__ == '__main__':
50-
cj = Chaojiying_Client('xxxx', 'xxxx', 'xxxx') #用户中心>>软件ID 生成一个替换 96001
51-
im = open('D:/1.jpg', 'rb').read() #本地图片文件路径 来替换 a.jpg 有时WIN系统须要//
52-
print(cj.PostPic(im, 9004)) #1902 验证码类型 官方网站>>价格体系 3.4+版 print 后要加()
53-

0 commit comments

Comments
 (0)