From 7b802b08a7fb393de7a3e9d551df814141f7164a Mon Sep 17 00:00:00 2001 From: "OWNEROR-41FNVD0\\lenovo" Date: Thu, 29 May 2025 09:41:23 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E6=A0=87=E8=AF=86):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20BptaUseSoftWare=20=E4=BB=93=E5=BA=93=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BptaUseSoftware/entry/src/main/ets/pages/Download.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BptaUseSoftware/entry/src/main/ets/pages/Download.ets b/BptaUseSoftware/entry/src/main/ets/pages/Download.ets index a5bb3512..b2e49c7f 100644 --- a/BptaUseSoftware/entry/src/main/ets/pages/Download.ets +++ b/BptaUseSoftware/entry/src/main/ets/pages/Download.ets @@ -8,7 +8,7 @@ import { BusinessError, request } from '@kit.BasicServicesKit'; try { request.downloadFile(getContext(), { - url: 'https://xxxx/xxxxx.hap', //需要下载的文件的服务器地址 + url: 'https://xxxx/xxxxx.hap', // IP address of the server to download the file filePath: 'xxx/xxxxx.hap' }, (err: BusinessError, data: request.DownloadTask) => { if (err) { -- Gitee