From a8e04dcd2807206567449bfd8db3cc119d32f275 Mon Sep 17 00:00:00 2001 From: xrgzs Date: Sun, 8 Dec 2024 21:05:23 +0800 Subject: [PATCH] fix(139): update API of familyGetLink --- drivers/139/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/139/util.go b/drivers/139/util.go index e6d6ab3a8de..a34dc2dd47b 100644 --- a/drivers/139/util.go +++ b/drivers/139/util.go @@ -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