Skip to content

Commit

Permalink
Merge pull request #9
Browse files Browse the repository at this point in the history
Update GetVipInfo.swift
  • Loading branch information
wzxha authored Dec 12, 2023
2 parents d94cff6 + f192566 commit 0c57efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AliyunpanSDK/AliyunpanScope/User/GetVipInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension AliyunpanUserScope {
/// 枚举:member, vip, svip
public let identity: String
/// 过期时间,时间戳,单位秒
public let expire: TimeInterval
public let expire: TimeInterval?
/// 20t、8t
public var level: String?
}
Expand Down

0 comments on commit 0c57efe

Please sign in to comment.