Skip to content

Commit 48f4aea

Browse files
feat(wallet): Add play_card_tag attribute and update dependencies (#29)
* chore(requirements): update `httpx` * chore(wallet): add name `play_card_tag` to wallet * chore(version): Bump to `2.1.5`
1 parent 41850d6 commit 48f4aea

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

.idea/mhyy.py.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/interface.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,3 +384,13 @@ _class mhyy.WalletData_
384384
这是一条未知的数据,具体内容待补充。
385385

386386
:::
387+
388+
`play_card_tag`: str
389+
390+
> 未知
391+
392+
::: warning
393+
394+
这是一条未知的数据,具体内容待补充。
395+
396+
:::

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mhyy.py"
7-
version = "2.1.4"
7+
version = "2.1.5"
88
authors = [
99
{ name = "GuangChen2333", email = "guangchenworks@outlook.com" },
1010
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Dependencies
2-
httpx==0.27.2
2+
httpx==0.28.1
33
dataclasses-json==0.6.7

src/mhyy/_wallet.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,14 @@ class PlayCardData:
7171
short_msg (str): 畅玩卡短信息 / 状态
7272
play_card_limit (str): 未知
7373
remaining_sec (str): 未知
74+
play_card_tag (str): 未知
7475
"""
7576
expire: str
7677
msg: str
7778
short_msg: str
7879
play_card_limit: str
7980
remaining_sec: str
81+
play_card_tag: str
8082

8183

8284
@dataclass_json

0 commit comments

Comments
 (0)