Skip to content

Commit e05ca02

Browse files
committed
修复ck检测接口
1 parent 7fd5b1c commit e05ca02

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

OpenCard/jd_OpenCard.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
Author: Curtin
66
功能:JD入会开卡领取京豆
77
CreateDate: 2021/5/4 下午1:47
8-
UpdateTime: 2021/6/19
8+
UpdateTime: 2022/1/1
99
建议cron: 2 8,15 * * * python3 jd_OpenCard.py
1010
new Env('开卡有礼');
1111
'''
12-
version = 'v1.2.2'
12+
version = 'v1.3.1'
1313
readmes = """
1414
# JD入会领豆小程序
1515
![JD入会领豆小程序](https://raw.githubusercontent.com/curtinlv/JD-Script/main/OpenCrad/resultCount.png)
@@ -58,6 +58,9 @@
5858
2 8 * * * sh /home/curtin/JD-Script/OpenCard/start_2.sh
5959
6060
## `【更新记录】`
61+
2022.1.1: (v1.3.1)
62+
* 修复cookie检测接口
63+
* 增加cookie检测开关
6164
2021.6.19: (v1.2.2)
6265
* 修复多线程报错
6366
2021.6.14: (v1.2.1)

0 commit comments

Comments
 (0)