Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新蛇茅ITEM_MAP,商品CODE #472

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions dailycheckin/imaotai/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ def __init__(self, check_item):
self.RESERVE_RULE = 0
self.mt_r = "clips_OlU6TmFRag5rCXwbNAQ/Tz1SKlN8THcecBp/"
self.ITEM_MAP = {
"10941": "53%vol 500ml贵州茅台酒(甲辰龙年)",
"10942": "53%vol 375ml×2贵州茅台酒(甲辰龙年)",
"10056": "53%vol 500ml茅台1935",
"11318": "53%vol 500ml贵州茅台酒(乙巳蛇年)",
"11317": "53%vol 500ml贵州茅台酒(笙乐飞天)",
"11319": "53%vol 375mlx2贵州茅台酒(乙巳蛇年)",
"2478": "53%vol 500ml贵州茅台酒(珍品)",
"11240": "53%vol 500ml 茅台1935·中国国家地理文创酒(喜逢大运河)",
}
self.ITEM_CODES = ["10941", "10942"]
self.ITEM_CODES = ["11318", "11319"]
AES_KEY = "qbhajinldepmucsonaaaccgypwuvcjaa"
AES_IV = "2018534749963515"
self.encrypt = Encrypt(key=AES_KEY, iv=AES_IV)
Expand Down