We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134a346 commit 05ad1baCopy full SHA for 05ad1ba
moumoubaimifan/12306/chaojiying.py
@@ -45,9 +45,3 @@ def ReportError(self, im_id):
45
r = requests.post('http://upload.chaojiying.net/Upload/ReportError.php', data=params, headers=self.headers)
46
return r.json()
47
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