From eec3dc21ebc9840d85d4ce0062473c8fa39a79fd Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 11 Jul 2022 11:20:21 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=8F=92=E4=BB=B6=E5=BC=80=E5=8F=91?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 插件开发.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/插件开发.md b/插件开发.md index 2b5b72e..be8998b 100644 --- a/插件开发.md +++ b/插件开发.md @@ -65,10 +65,10 @@ or # 页面JS方法说明 ``` pluginService('redis') -回调用 /www/server/mdserver-web/redis/index.py {start|stop|status} +将调用 /www/server/mdserver-web/redis/index.py {start|stop|status} pluginInitD('redis') -回调用 /www/server/mdserver-web/redis/index.py {initd_start|initd_stop|initd_status} +将调用 /www/server/mdserver-web/redis/index.py {initd_start|initd_stop|initd_status} ```