Skip to content

Commit

Permalink
fix: AliyunpanFileScope.GetFileByPath.Request构造函数需要设置为public
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmu-why committed Nov 1, 2024
1 parent ce4b00c commit c99beec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension AliyunpanFileScope {
/// file_path
public let file_path: String

init(drive_id: String, file_path: String) {
public init(drive_id: String, file_path: String) {
self.drive_id = drive_id
self.file_path = file_path
}
Expand Down

0 comments on commit c99beec

Please sign in to comment.