更换免费打码接口地址 #140

This commit is contained in:
Jalin
2019-03-07 09:58:06 +08:00
parent 365453e0b3
commit 2578be4965
2 changed files with 4 additions and 3 deletions

View File

@@ -60,9 +60,9 @@ class OCR:
} }
response = self.session.post(API_FREE_CODE_QCR_API, json=data) response = self.session.post(API_FREE_CODE_QCR_API, json=data)
result = response.json() result = response.json()
if result.get('success') and result.get('check'): if result.get('success') and result.get('data.check'):
check_data = { check_data = {
'check': result.get('check'), 'check': result.get('data.check'),
'img_buf': img, 'img_buf': img,
'logon': 1, 'logon': 1,
'type': 'D' 'type': 'D'

View File

@@ -44,7 +44,8 @@ API_QUERY_INIT_PAGE = BASE_URL_OF_12306 + '/otn/leftTicket/init'
API_NOTIFICATION_BY_VOICE_CODE = 'http://ali-voice.showapi.com/sendVoice?' API_NOTIFICATION_BY_VOICE_CODE = 'http://ali-voice.showapi.com/sendVoice?'
API_NOTIFICATION_BY_VOICE_CODE_DINGXIN = 'http://yuyin2.market.alicloudapi.com/dx/voice_notice' API_NOTIFICATION_BY_VOICE_CODE_DINGXIN = 'http://yuyin2.market.alicloudapi.com/dx/voice_notice'
API_FREE_CODE_QCR_API = 'http://60.205.200.159/api' # API_FREE_CODE_QCR_API = 'http://60.205.200.159/api' # 19-03-07 接口已失效
API_FREE_CODE_QCR_API = 'https://12306.jiedanba.cn/api/v2/getCheck'
API_FREE_CODE_QCR_API_CHECK = 'http://check.huochepiao.360.cn/img_vcode' API_FREE_CODE_QCR_API_CHECK = 'http://check.huochepiao.360.cn/img_vcode'
API_CHECK_CDN_AVAILABLE = 'https://{}/otn/dynamicJs/omseuuq' API_CHECK_CDN_AVAILABLE = 'https://{}/otn/dynamicJs/omseuuq'