From 38cfa2c7368babe8dc6134768fd683a51c55c913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E=E6=9C=88=E6=83=8A=E9=B9=8A?= Date: Wed, 26 Nov 2025 10:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2postman=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=A4=9A=E5=B1=8F=E6=8B=BC=E6=8E=A5(stack/stop)=E7=9A=84?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=20(#4564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由index/api/getApiList改为 index/api/stack/stop, 传入参数仍然需要secret和id --- postman/ZLMediaKit.postman_collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postman/ZLMediaKit.postman_collection.json b/postman/ZLMediaKit.postman_collection.json index 0d5e9837..6a7e0951 100644 --- a/postman/ZLMediaKit.postman_collection.json +++ b/postman/ZLMediaKit.postman_collection.json @@ -39,7 +39,7 @@ "method": "GET", "header": [], "url": { - "raw": "{{ZLMediaKit_URL}}/index/api/getApiList?secret={{ZLMediaKit_secret}}&id=stack_test", + "raw": "{{ZLMediaKit_URL}}/index/api/stack/stop?secret={{ZLMediaKit_secret}}&id=stack_test", "host": [ "{{ZLMediaKit_URL}}" ],