From b1d9cedb7b74950f00786d720f0ffece66dbb2b0 Mon Sep 17 00:00:00 2001 From: Norton-Lin <358154247@qq.com> Date: Thu, 7 Dec 2023 18:36:51 +0800 Subject: [PATCH] style(test): reformat --- tests/user_reset_password.json | 1159 ++++++++++++++++---------------- 1 file changed, 579 insertions(+), 580 deletions(-) diff --git a/tests/user_reset_password.json b/tests/user_reset_password.json index 1996b822..dc7ba4fb 100644 --- a/tests/user_reset_password.json +++ b/tests/user_reset_password.json @@ -1,621 +1,620 @@ { - "apifoxCli": "1.1.0", - "item": [ - { - "item": [ - { - "id": "5ea18207-e0ae-4b8c-a254-8008fccdbabb", - "name": "LG0101 账号密码登录(LG0101 账号密码登录)", - "request": { - "url": { - "protocol": "http", - "port": "8000", - "path": [ - "login" - ], - "host": [ - "127", - "0", - "0", - "1" - ], - "query": [], - "variable": [] - }, - "header": [ - { - "key": "token", - "value": "{{token}}" - }, - { - "key": "User-Agent", - "value": "Apifox/1.0.0 (https://apifox.com)" - }, - { - "key": "Content-Type", - "value": "application/json" - } + "apifoxCli": "1.1.0", + "item": [ + { + "item": [ + { + "id": "5ea18207-e0ae-4b8c-a254-8008fccdbabb", + "name": "LG0101 账号密码登录(LG0101 账号密码登录)", + "request": { + "url": { + "protocol": "http", + "port": "8000", + "path": [ + "login" ], - "method": "POST", - "baseUrl": "http://127.0.0.1:8000", - "body": { - "mode": "raw", - "raw": "{\r\n \"username\": \"admin2\",\r\n \"password\": \"testtest222\"\r\n}", - "generateMode": "normal", - "type": "application/json" - }, - "type": "http" + "host": [ + "127", + "0", + "0", + "1" + ], + "query": [], + "variable": [] }, - "response": [], - "event": [ + "header": [ { - "listen": "test", - "script": { - "id": "postProcessors.0.extractor", - "type": "text/javascript", - "exec": [ - "", - " if (JSON.setEnableBigInt) {", - " JSON.setEnableBigInt(undefined);", - " }", - " ", - " try{", - " ", - " const expression = pm.variables.replaceIn(`$.token`);", - " const JSONPath = require('jsonpath-plus').JSONPath;", - " const jsonData = pm.response.json();", - " let value = JSONPath({", - " json: jsonData,", - " path: expression,", - " wrap: false", - " });", - "", - "", - " if (false && undefined !== undefined) {", - " if (Array.isArray(value)) {", - " value = Number(undefined) >= 0 ? value[undefined] : value[value.length + Number(undefined)];", - " } else {", - " value = undefined;", - " }", - " }", - " ", - " ", - " switch (typeof value) {", - " case 'object':", - " value = JSON.stringify(value);", - " break;", - " default:", - " value = String(value);", - " break;", - " }", - " ", - " pm.environment.set(`token`, value);console.log('___label_placeholder__processor___', '已设置环境变量【token】,值为 【' + value + '】')", - " } catch(e) {", - " e.message = '提取变量【token】出错: ' + e.message;", - " throw e;", - " }", - " ", - " " - ] - } + "key": "token", + "value": "{{token}}" + }, + { + "key": "User-Agent", + "value": "Apifox/1.0.0 (https://apifox.com)" + }, + { + "key": "Content-Type", + "value": "application/json" } ], - "responseDefinition": { - "id": 4183271, - "apiDetailId": 5318056, - "name": "成功", - "code": 200, - "contentType": "json", - "jsonSchema": { - "type": "object", - "properties": { - "token": { - "type": "string", - "mock": { - "mock": "@string" - }, - "title": "权" + "method": "POST", + "baseUrl": "http://127.0.0.1:8000", + "body": { + "mode": "raw", + "raw": "{\r\n \"username\": \"admin2\",\r\n \"password\": \"testtest222\"\r\n}", + "generateMode": "normal", + "type": "application/json" + }, + "type": "http" + }, + "response": [], + "event": [ + { + "listen": "test", + "script": { + "id": "postProcessors.0.extractor", + "type": "text/javascript", + "exec": [ + "", + " if (JSON.setEnableBigInt) {", + " JSON.setEnableBigInt(undefined);", + " }", + " ", + " try{", + " ", + " const expression = pm.variables.replaceIn(`$.token`);", + " const JSONPath = require('jsonpath-plus').JSONPath;", + " const jsonData = pm.response.json();", + " let value = JSONPath({", + " json: jsonData,", + " path: expression,", + " wrap: false", + " });", + "", + "", + " if (false && undefined !== undefined) {", + " if (Array.isArray(value)) {", + " value = Number(undefined) >= 0 ? value[undefined] : value[value.length + Number(undefined)];", + " } else {", + " value = undefined;", + " }", + " }", + " ", + " ", + " switch (typeof value) {", + " case 'object':", + " value = JSON.stringify(value);", + " break;", + " default:", + " value = String(value);", + " break;", + " }", + " ", + " pm.environment.set(`token`, value);console.log('___label_placeholder__processor___', '已设置环境变量【token】,值为 【' + value + '】')", + " } catch(e) {", + " e.message = '提取变量【token】出错: ' + e.message;", + " throw e;", + " }", + " ", + " " + ] + } + } + ], + "responseDefinition": { + "id": 4183271, + "apiDetailId": 5318056, + "name": "成功", + "code": 200, + "contentType": "json", + "jsonSchema": { + "type": "object", + "properties": { + "token": { + "type": "string", + "mock": { + "mock": "@string" }, - "id": { - "type": "integer", - "title": "用户id" - } + "title": "权" }, - "required": [ - "token", - "id" - ] + "id": { + "type": "integer", + "title": "用户id" + } }, - "defaultEnable": true, - "projectId": 0, - "ordering": 1, - "unpackerId": "", - "unpackerSetting": "", - "createdAt": "2021-07-29T14:43:37.000Z", - "updatedAt": "2021-08-12T16:27:18.000Z", - "deletedAt": null, - "folderId": 0, - "responseExamples": [], - "schemaDefinitions": {} + "required": [ + "token", + "id" + ] }, - "requestDefinition": { - "jsonSchema": { - "type": "object", - "properties": { - "username": { - "type": "string", - "mock": { - "mock": "@cname" - }, - "title": "用户名" + "defaultEnable": true, + "projectId": 0, + "ordering": 1, + "unpackerId": "", + "unpackerSetting": "", + "createdAt": "2021-07-29T14:43:37.000Z", + "updatedAt": "2021-08-12T16:27:18.000Z", + "deletedAt": null, + "folderId": 0, + "responseExamples": [], + "schemaDefinitions": {} + }, + "requestDefinition": { + "jsonSchema": { + "type": "object", + "properties": { + "username": { + "type": "string", + "mock": { + "mock": "@cname" }, - "password": { - "type": "string", - "mock": { - "mock": "@string('lower', 1, 3)" - }, - "title": "密码" - } + "title": "用户名" }, - "required": [ - "username", - "password" - ] - } - }, - "metaInfo": { - "httpApiId": 5318056, - "httpApiCaseId": 126701726, - "httpApiName": "LG0101 账号密码登录", - "httpApiPath": "/login", - "httpApiMethod": "post", - "httpApiCaseName": "LG0101 账号密码登录", - "id": "ec020ee7-6fb9-4912-91c9-40667d44cfa4", - "type": "http", - "relatedId": 3415088, - "blockId": "ec020ee7-6fb9-4912-91c9-40667d44cfa4" - }, - "type": "http", - "protocolProfileBehavior": { - "useWhatWGUrlParser": false, - "disableUrlEncoding": false + "password": { + "type": "string", + "mock": { + "mock": "@string('lower', 1, 3)" + }, + "title": "密码" + } + }, + "required": [ + "username", + "password" + ] } }, - { - "id": "feb2761a-50f6-4369-bded-b78cc5864dca", - "name": "US0307 重置密码(US0307 重置密码)", - "request": { - "url": { - "protocol": "http", - "port": "8000", - "path": [ - "users", - "2", - "password", - "reset" - ], - "host": [ - "127", - "0", - "0", - "1" - ], - "query": [], - "variable": [ - { - "disabled": false, - "type": "string", - "value": "2", - "key": "id" - } - ] - }, - "header": [ - { - "key": "token", - "value": "{{token}}" - }, - { - "key": "User-Agent", - "value": "Apifox/1.0.0 (https://apifox.com)" - }, + "metaInfo": { + "httpApiId": 5318056, + "httpApiCaseId": 126701726, + "httpApiName": "LG0101 账号密码登录", + "httpApiPath": "/login", + "httpApiMethod": "post", + "httpApiCaseName": "LG0101 账号密码登录", + "id": "ec020ee7-6fb9-4912-91c9-40667d44cfa4", + "type": "http", + "relatedId": 3415088, + "blockId": "ec020ee7-6fb9-4912-91c9-40667d44cfa4" + }, + "type": "http", + "protocolProfileBehavior": { + "useWhatWGUrlParser": false, + "disableUrlEncoding": false + } + }, + { + "id": "feb2761a-50f6-4369-bded-b78cc5864dca", + "name": "US0307 重置密码(US0307 重置密码)", + "request": { + "url": { + "protocol": "http", + "port": "8000", + "path": [ + "users", + "2", + "password", + "reset" + ], + "host": [ + "127", + "0", + "0", + "1" + ], + "query": [], + "variable": [ { - "key": "Content-Type", - "value": "application/json" + "disabled": false, + "type": "string", + "value": "2", + "key": "id" } - ], - "method": "POST", - "baseUrl": "http://127.0.0.1:8000", - "body": { - "mode": "raw", - "raw": "{\r\n \"newpassword\": \"testtest222\"\r\n}", - "generateMode": "normal", - "type": "application/json" - }, - "type": "http" + ] }, - "response": [], - "event": [], - "responseDefinition": { - "createdAt": "2023-12-07T08:31:25.185Z", - "updatedAt": "2023-12-07T08:31:25.185Z", - "name": "成功", - "code": 200, - "contentType": "json", - "jsonSchema": { - "type": "object", - "properties": {} + "header": [ + { + "key": "token", + "value": "{{token}}" }, - "defaultEnable": true, - "projectId": 404238, - "ordering": 1, - "apiDetailId": 131517215, - "tempId": "1701937162533", - "id": 365904921, - "responseExamples": [], - "schemaDefinitions": {} - }, - "requestDefinition": { - "jsonSchema": { - "type": "object", - "properties": { - "newpassword": { - "type": "string", - "mock": { - "mock": "@string('lower', 1, 15)" - }, - "title": "新密码" - } - }, - "x-apifox-orders": [ - "newpassword" - ], - "required": [ - "newpassword" - ] + { + "key": "User-Agent", + "value": "Apifox/1.0.0 (https://apifox.com)" + }, + { + "key": "Content-Type", + "value": "application/json" } + ], + "method": "POST", + "baseUrl": "http://127.0.0.1:8000", + "body": { + "mode": "raw", + "raw": "{\r\n \"newpassword\": \"testtest222\"\r\n}", + "generateMode": "normal", + "type": "application/json" }, - "metaInfo": { - "httpApiId": 131517215, - "httpApiCaseId": 126701800, - "httpApiName": "US0307 重置密码", - "httpApiPath": "/users/{id}/password/reset", - "httpApiMethod": "post", - "httpApiCaseName": "US0307 重置密码", - "id": "e007d7ab-d772-40e3-b189-0dd68e2baa70", - "type": "http", - "relatedId": 3415088, - "blockId": "e007d7ab-d772-40e3-b189-0dd68e2baa70" + "type": "http" + }, + "response": [], + "event": [], + "responseDefinition": { + "createdAt": "2023-12-07T08:31:25.185Z", + "updatedAt": "2023-12-07T08:31:25.185Z", + "name": "成功", + "code": 200, + "contentType": "json", + "jsonSchema": { + "type": "object", + "properties": {} }, - "type": "http", - "protocolProfileBehavior": { - "useWhatWGUrlParser": false, - "disableUrlEncoding": false - } + "defaultEnable": true, + "projectId": 404238, + "ordering": 1, + "apiDetailId": 131517215, + "tempId": "1701937162533", + "id": 365904921, + "responseExamples": [], + "schemaDefinitions": {} }, - { - "id": "67b68e3b-8420-46f7-9e94-8b13c3bbcf7f", - "name": "LG0101 账号密码登录(LG0101 账号密码登录)", - "request": { - "url": { - "protocol": "http", - "port": "8000", - "path": [ - "login" - ], - "host": [ - "127", - "0", - "0", - "1" - ], - "query": [], - "variable": [] - }, - "header": [ - { - "key": "token", - "value": "{{token}}" - }, - { - "key": "User-Agent", - "value": "Apifox/1.0.0 (https://apifox.com)" - }, - { - "key": "Content-Type", - "value": "application/json" + "requestDefinition": { + "jsonSchema": { + "type": "object", + "properties": { + "newpassword": { + "type": "string", + "mock": { + "mock": "@string('lower', 1, 15)" + }, + "title": "新密码" } - ], - "method": "POST", - "baseUrl": "http://127.0.0.1:8000", - "body": { - "mode": "raw", - "raw": "{\r\n \"username\": \"admin2\",\r\n \"password\": \"testtest222\"\r\n}", - "generateMode": "normal", - "type": "application/json" }, - "type": "http" + "x-apifox-orders": [ + "newpassword" + ], + "required": [ + "newpassword" + ] + } + }, + "metaInfo": { + "httpApiId": 131517215, + "httpApiCaseId": 126701800, + "httpApiName": "US0307 重置密码", + "httpApiPath": "/users/{id}/password/reset", + "httpApiMethod": "post", + "httpApiCaseName": "US0307 重置密码", + "id": "e007d7ab-d772-40e3-b189-0dd68e2baa70", + "type": "http", + "relatedId": 3415088, + "blockId": "e007d7ab-d772-40e3-b189-0dd68e2baa70" + }, + "type": "http", + "protocolProfileBehavior": { + "useWhatWGUrlParser": false, + "disableUrlEncoding": false + } + }, + { + "id": "67b68e3b-8420-46f7-9e94-8b13c3bbcf7f", + "name": "LG0101 账号密码登录(LG0101 账号密码登录)", + "request": { + "url": { + "protocol": "http", + "port": "8000", + "path": [ + "login" + ], + "host": [ + "127", + "0", + "0", + "1" + ], + "query": [], + "variable": [] }, - "response": [], - "event": [ + "header": [ { - "listen": "test", - "script": { - "id": "postProcessors.0.extractor", - "type": "text/javascript", - "exec": [ - "", - " if (JSON.setEnableBigInt) {", - " JSON.setEnableBigInt(undefined);", - " }", - " ", - " try{", - " ", - " const expression = pm.variables.replaceIn(`$.token`);", - " const JSONPath = require('jsonpath-plus').JSONPath;", - " const jsonData = pm.response.json();", - " let value = JSONPath({", - " json: jsonData,", - " path: expression,", - " wrap: false", - " });", - "", - "", - " if (false && undefined !== undefined) {", - " if (Array.isArray(value)) {", - " value = Number(undefined) >= 0 ? value[undefined] : value[value.length + Number(undefined)];", - " } else {", - " value = undefined;", - " }", - " }", - " ", - " ", - " switch (typeof value) {", - " case 'object':", - " value = JSON.stringify(value);", - " break;", - " default:", - " value = String(value);", - " break;", - " }", - " ", - " pm.environment.set(`token`, value);console.log('___label_placeholder__processor___', '已设置环境变量【token】,值为 【' + value + '】')", - " } catch(e) {", - " e.message = '提取变量【token】出错: ' + e.message;", - " throw e;", - " }", - " ", - " " - ] - } + "key": "token", + "value": "{{token}}" + }, + { + "key": "User-Agent", + "value": "Apifox/1.0.0 (https://apifox.com)" + }, + { + "key": "Content-Type", + "value": "application/json" } ], - "responseDefinition": { - "id": 4183271, - "apiDetailId": 5318056, - "name": "成功", - "code": 200, - "contentType": "json", - "jsonSchema": { - "type": "object", - "properties": { - "token": { - "type": "string", - "mock": { - "mock": "@string" - }, - "title": "权" + "method": "POST", + "baseUrl": "http://127.0.0.1:8000", + "body": { + "mode": "raw", + "raw": "{\r\n \"username\": \"admin2\",\r\n \"password\": \"testtest222\"\r\n}", + "generateMode": "normal", + "type": "application/json" + }, + "type": "http" + }, + "response": [], + "event": [ + { + "listen": "test", + "script": { + "id": "postProcessors.0.extractor", + "type": "text/javascript", + "exec": [ + "", + " if (JSON.setEnableBigInt) {", + " JSON.setEnableBigInt(undefined);", + " }", + " ", + " try{", + " ", + " const expression = pm.variables.replaceIn(`$.token`);", + " const JSONPath = require('jsonpath-plus').JSONPath;", + " const jsonData = pm.response.json();", + " let value = JSONPath({", + " json: jsonData,", + " path: expression,", + " wrap: false", + " });", + "", + "", + " if (false && undefined !== undefined) {", + " if (Array.isArray(value)) {", + " value = Number(undefined) >= 0 ? value[undefined] : value[value.length + Number(undefined)];", + " } else {", + " value = undefined;", + " }", + " }", + " ", + " ", + " switch (typeof value) {", + " case 'object':", + " value = JSON.stringify(value);", + " break;", + " default:", + " value = String(value);", + " break;", + " }", + " ", + " pm.environment.set(`token`, value);console.log('___label_placeholder__processor___', '已设置环境变量【token】,值为 【' + value + '】')", + " } catch(e) {", + " e.message = '提取变量【token】出错: ' + e.message;", + " throw e;", + " }", + " ", + " " + ] + } + } + ], + "responseDefinition": { + "id": 4183271, + "apiDetailId": 5318056, + "name": "成功", + "code": 200, + "contentType": "json", + "jsonSchema": { + "type": "object", + "properties": { + "token": { + "type": "string", + "mock": { + "mock": "@string" }, - "id": { - "type": "integer", - "title": "用户id" - } + "title": "权" }, - "required": [ - "token", - "id" - ] + "id": { + "type": "integer", + "title": "用户id" + } }, - "defaultEnable": true, - "projectId": 0, - "ordering": 1, - "unpackerId": "", - "unpackerSetting": "", - "createdAt": "2021-07-29T14:43:37.000Z", - "updatedAt": "2021-08-12T16:27:18.000Z", - "deletedAt": null, - "folderId": 0, - "responseExamples": [], - "schemaDefinitions": {} + "required": [ + "token", + "id" + ] }, - "requestDefinition": { - "jsonSchema": { - "type": "object", - "properties": { - "username": { - "type": "string", - "mock": { - "mock": "@cname" - }, - "title": "用户名" + "defaultEnable": true, + "projectId": 0, + "ordering": 1, + "unpackerId": "", + "unpackerSetting": "", + "createdAt": "2021-07-29T14:43:37.000Z", + "updatedAt": "2021-08-12T16:27:18.000Z", + "deletedAt": null, + "folderId": 0, + "responseExamples": [], + "schemaDefinitions": {} + }, + "requestDefinition": { + "jsonSchema": { + "type": "object", + "properties": { + "username": { + "type": "string", + "mock": { + "mock": "@cname" }, - "password": { - "type": "string", - "mock": { - "mock": "@string('lower', 1, 3)" - }, - "title": "密码" - } + "title": "用户名" }, - "required": [ - "username", - "password" - ] - } - }, - "metaInfo": { - "httpApiId": 5318056, - "httpApiCaseId": 126709949, - "httpApiName": "LG0101 账号密码登录", - "httpApiPath": "/login", - "httpApiMethod": "post", - "httpApiCaseName": "LG0101 账号密码登录", - "id": "7f14a4f9-4a52-4947-9606-64a8b1b5ead2", - "type": "http", - "relatedId": 3415088, - "blockId": "7f14a4f9-4a52-4947-9606-64a8b1b5ead2" - }, - "type": "http", - "protocolProfileBehavior": { - "useWhatWGUrlParser": false, - "disableUrlEncoding": false + "password": { + "type": "string", + "mock": { + "mock": "@string('lower', 1, 3)" + }, + "title": "密码" + } + }, + "required": [ + "username", + "password" + ] } + }, + "metaInfo": { + "httpApiId": 5318056, + "httpApiCaseId": 126709949, + "httpApiName": "LG0101 账号密码登录", + "httpApiPath": "/login", + "httpApiMethod": "post", + "httpApiCaseName": "LG0101 账号密码登录", + "id": "7f14a4f9-4a52-4947-9606-64a8b1b5ead2", + "type": "http", + "relatedId": 3415088, + "blockId": "7f14a4f9-4a52-4947-9606-64a8b1b5ead2" + }, + "type": "http", + "protocolProfileBehavior": { + "useWhatWGUrlParser": false, + "disableUrlEncoding": false } - ], - "name": "微信重置密码" - } - ], - "info": { + } + ], "name": "微信重置密码" + } + ], + "info": { + "name": "微信重置密码" + }, + "dataSchemas": {}, + "mockRules": { + "rules": [], + "enableSystemRule": true + }, + "environment": { + "id": 510825, + "name": "测试环境", + "baseUrl": "http://127.0.0.1:8000", + "baseUrls": { + "default": "http://127.0.0.1:8000" }, - "dataSchemas": {}, - "mockRules": { - "rules": [], - "enableSystemRule": true - }, - "environment": { - "id": 510825, + "variable": { + "id": "6e298568-087f-4709-80e4-12fbeffa6ff7", "name": "测试环境", - "baseUrl": "http://127.0.0.1:8000", - "baseUrls": { - "default": "http://127.0.0.1:8000" - }, - "variable": { - "id": "6e298568-087f-4709-80e4-12fbeffa6ff7", - "name": "测试环境", - "values": [ - { - "type": "any", - "value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6InVzZXJfdGVzdCIsImlkIjoyLCJleHAiOjE3MDI1NDYwNDkuNjU3ODUyfQ.VgSKcsi4lM7mwNZkS3g5B-UgBVSJFs3W3TX51svqBTo", - "key": "token", - "isBindInitial": false, - "initialValue": "" - }, - { - "type": "any", - "value": "14", - "key": "quiz_id", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "word_id_2", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "word_id_1", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "token_2", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "word_id_3", - "initialValue": "" - }, - { - "type": "any", - "value": "2", - "key": "user_id", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "article_id", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "comment_id_1", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "comment_id_2", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "like_num_2", - "initialValue": "" - }, - { - "type": "any", - "value": 21, - "key": "num_pre", - "initialValue": "" - }, - { - "type": "any", - "value": "0", - "key": "num_later", - "initialValue": "" - }, - { - "type": "any", - "value": "", - "key": "recent_likes", - "initialValue": "" - }, - { - "type": "any", - "value": "3", - "key": "num", - "initialValue": "3" - }, - { - "type": "any", - "value": "true", - "key": "quiz_new", - "initialValue": "true" - } - ] - }, - "type": "normal", - "parameter": { - "header": [], - "query": [], - "body": [], - "cookie": [] - } + "values": [ + { + "type": "any", + "value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6InVzZXJfdGVzdCIsImlkIjoyLCJleHAiOjE3MDI1NDYwNDkuNjU3ODUyfQ.VgSKcsi4lM7mwNZkS3g5B-UgBVSJFs3W3TX51svqBTo", + "key": "token", + "isBindInitial": false, + "initialValue": "" + }, + { + "type": "any", + "value": "14", + "key": "quiz_id", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "word_id_2", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "word_id_1", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "token_2", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "word_id_3", + "initialValue": "" + }, + { + "type": "any", + "value": "2", + "key": "user_id", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "article_id", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "comment_id_1", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "comment_id_2", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "like_num_2", + "initialValue": "" + }, + { + "type": "any", + "value": 21, + "key": "num_pre", + "initialValue": "" + }, + { + "type": "any", + "value": "0", + "key": "num_later", + "initialValue": "" + }, + { + "type": "any", + "value": "", + "key": "recent_likes", + "initialValue": "" + }, + { + "type": "any", + "value": "3", + "key": "num", + "initialValue": "3" + }, + { + "type": "any", + "value": "true", + "key": "quiz_new", + "initialValue": "true" + } + ] }, - "globals": { - "baseUrl": "", - "baseUrls": {}, - "variable": { - "id": "0b5323a7-ea65-409e-8c07-3a00082f7aca", - "values": [] - }, - "parameter": { - "header": [], - "query": [], - "body": [], - "cookie": [] - } + "type": "normal", + "parameter": { + "header": [], + "query": [], + "body": [], + "cookie": [] + } + }, + "globals": { + "baseUrl": "", + "baseUrls": {}, + "variable": { + "id": "0b5323a7-ea65-409e-8c07-3a00082f7aca", + "values": [] }, - "isServerBuild": false, - "isTestFlowControl": false - } - \ No newline at end of file + "parameter": { + "header": [], + "query": [], + "body": [], + "cookie": [] + } + }, + "isServerBuild": false, + "isTestFlowControl": false +}