Skip to content

Commit

Permalink
fix(139): update API of familyGetLink
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Dec 8, 2024
1 parent 9857843 commit a8e04dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/139/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func (d *Yun139) familyGetLink(contentId string, path string) (string, error) {
"contentID": contentId,
"path": path,
})
res, err := d.post("/orchestration/personalCloud/uploadAndDownload/v1.0/downloadRequest",
res, err := d.post("/orchestration/familyCloud-rebuild/content/v1.0/getFileDownLoadURL",
data, nil)
if err != nil {
return "", err
Expand Down

0 comments on commit a8e04dc

Please sign in to comment.