From 3e3e86e9d55f752615f6af4d42d7314cb20b801c Mon Sep 17 00:00:00 2001 From: Leon <147289645+LeoninCS@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:14:30 +0800 Subject: [PATCH] =?UTF-8?q?test:=20postman=E6=B5=8B=E8=AF=95=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/postman.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/postman.json b/test/postman.json index d0df28e..785f2f0 100644 --- a/test/postman.json +++ b/test/postman.json @@ -628,8 +628,8 @@ { "listen": "test", "script": { - "type": "text/javascript", - "exec": [ + "type": "text/javascript", + "exec": [ "let json = {};", "try { json = pm.response.json(); } catch (e) {}", "if (json && typeof json.next_likes_count_before !== \"undefined\") pm.collectionVariables.set(\"feedLikesCountBefore\", String(json.next_likes_count_before));",