test: postman测试文件

This commit is contained in:
Leon
2026-01-05 15:14:30 +08:00
parent 108f8df32c
commit 3e3e86e9d5

View File

@@ -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));",