mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
jd_bot update
This commit is contained in:
parent
9c9355a43a
commit
6b4652101f
@ -795,7 +795,7 @@ def get_jd_cookie(update, context):
|
||||
qr_code_path = genQRCode()
|
||||
photo_file = open(qr_code_path, 'rb')
|
||||
photo_message = context.bot.send_photo(chat_id=update.effective_chat.id, photo=photo_file,
|
||||
caption="请使用京东APP扫描二维码获取Cookie")
|
||||
caption="请使用京东APP扫描二维码获取Cookie(二维码有效期:3分钟)")
|
||||
photo_file.close()
|
||||
|
||||
return_msg = chekLogin()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user