Skip to content

获取存储空间信息的API接口已经变更为member #10

Description

@Mw-HbCK

文件quark_client\client.py的def get_storage_info(self) -> Dict[str, Any]:函数中
`def get_storage_info(self) -> Dict[str, Any]:
"""
获取存储空间信息

    Returns:
        存储信息
    """
    try:
        response = self.api_client.get('capacity')                 **#API更新后capacity应为member**
        return response
    except Exception as e:
        return {'error': str(e)}

`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions