We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0023dd commit 68ce424Copy full SHA for 68ce424
README.md
@@ -63,7 +63,7 @@ Client 是一个虚拟的客户端对象,用于执行一系列操作
63
- `sign_in(user: User) -> SignInResult` 签到
64
- `get_wallet_data(user: User) -> WalletData` -> 获取用户的钱包信息(若未签到将自动签到)
65
- `get_notifications(user: User) -> list`
66
-- - -> 获取用户的通知,其中,含有形参
+- - 用于获取用户的通知,其中,含有形参如下:
67
- - `notification_status: NotificationStatus`
68
- - `notification_type: NotificationTypes`
69
- - `is_sort: bool = False`
0 commit comments