Skip to content

Commit

Permalink
docs: 补充 docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed May 22, 2024
1 parent 30c173b commit 733a11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nonebot_plugin_mystool/api/myb_missions_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ async def sign(self, user: UserData, retry: bool = True) -> Tuple[MissionStatus,
"""
签到
:param user: 用户数据对象
:param retry: 是否允许重试
:return: (BaseApiStatus, 签到获得的米游币数量)
"""
Expand Down
1 change: 1 addition & 0 deletions src/nonebot_plugin_mystool/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ async def get_validate(user: UserData, gt: str = None, challenge: str = None, re
"""
使用打码平台获取人机验证validate
:param user: 用户数据对象
:param gt: 验证码gt
:param challenge: challenge
:param retry: 是否允许重试
Expand Down

0 comments on commit 733a11e

Please sign in to comment.