Skip to content

Commit

Permalink
Update GetVipInfo.swift
Browse files Browse the repository at this point in the history
Change `expire` to an optional value
  • Loading branch information
QuanGe authored Dec 11, 2023
1 parent d94cff6 commit f192566
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 f192566

Please sign in to comment.