From aa83b7c4e96f4abd6b52d90653479feb094cddca Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Wed, 19 Jun 2024 20:32:48 +0800 Subject: [PATCH] update 2024-06-19 20:32:48 --- luci-app-store/API.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/luci-app-store/API.md b/luci-app-store/API.md index 9ed0f00e3..34fce1a5c 100644 --- a/luci-app-store/API.md +++ b/luci-app-store/API.md @@ -149,3 +149,13 @@ {"code":500, "msg":"Unable to execute block utility"} {"code":200, "data":{"sda1":{"dev":"\/dev\/sda1","uuid":"f54566dd-ec58-4e24-9451-bbf75834add3","version":"1.0","type":"ext4","size":"238.46 GB"},"mmcblk0p2":{"dev":"\/dev\/mmcblk0p2","uuid":"dba3d0dc-f072-4e81-a0ac-ac35197fb286","version":"1.0","label":"etc","mount":"\/overlay","type":"ext4","size":"6.87 GB"},"mmcblk0p1":{"dev":"\/dev\/mmcblk0p1","uuid":"8f9564a1-68006e25-c4c26df6-de88ef16","version":"4.0","mount":"\/rom","type":"squashfs","size":"127.99 MB"}}} ``` + +3. 检查插件是否已经配置过 + ``` + GET /cgi-bin/luci/admin/store/configured?uci=ddnsto + + uci参数是uci配置文件的名称,不是包名,不过大部分情况下都是一致的。 + + {"code":200} + {"code":200, "configured":true} + ```