From fa432b805f322b28d81867701871fa1a97219f42 Mon Sep 17 00:00:00 2001 From: gaoxi Date: Thu, 12 May 2022 16:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=82=E6=95=A3=E4=B8=8A=E4=BC=A0=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaoxi --- miscservices/RequestTest_js/Test.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miscservices/RequestTest_js/Test.json b/miscservices/RequestTest_js/Test.json index 8b7283bd7..2246162fa 100644 --- a/miscservices/RequestTest_js/Test.json +++ b/miscservices/RequestTest_js/Test.json @@ -15,8 +15,8 @@ { "type": "ShellKit", "run-command": [ - "mkdir -p /data/accounts/account_0/appdata/com.example.myapplication.hmservice/cache", - "echo \"123456\" > /data/accounts/account_0/appdata/com.example.myapplication.hmservice/cache/test.txt" + "mkdir -p /data/app/el2/100/base/com.example.myapplication.hmservice/haps/entry/cache", + "echo \"123456\" > /data/app/el2/100/base/com.example.myapplication.hmservice/haps/entry/cache/test.txt" ] } ] -- GitLab