|
@@ -0,0 +1,2777 @@
|
|
|
+{
|
|
|
+ "info": {
|
|
|
+ "_postman_id": "f8411fd3-a87f-48b6-aade-13696e99800d",
|
|
|
+ "name": "comp_notice",
|
|
|
+ "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
|
|
|
+ },
|
|
|
+ "item": [
|
|
|
+ {
|
|
|
+ "name": "compnotice",
|
|
|
+ "item": [
|
|
|
+ {
|
|
|
+ "name": "post_mge_login",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "8925e92f-c05f-4484-be4e-4301efc68a7e",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "",
|
|
|
+ "if(tests[\"Status code is 200\"] ){",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"mgetoken\", jsonData.result.token);",
|
|
|
+ " postman.setEnvironmentVariable(\"mgeimid\", jsonData.result.id);",
|
|
|
+ "}"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"password\": \"18159807654\",\r\n\t\"phone\": \"18159807654\"\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{imurl}}/user/login/",
|
|
|
+ "host": [
|
|
|
+ "{{imurl}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "user",
|
|
|
+ "login",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_company",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "aa8b644c-0d81-4341-a8dc-eb5df293f8e6",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201 || responseCode.code === 400;"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "formdata",
|
|
|
+ "formdata": [
|
|
|
+ {
|
|
|
+ "key": "name",
|
|
|
+ "value": "有会科技有限公司",
|
|
|
+ "type": "text"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "description",
|
|
|
+ "value": "成立于1991年,总部位于现福建省厦门市"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/company/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "company",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_company_current",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/company/?type=current",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "company",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "type",
|
|
|
+ "value": "current"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_company_created",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "",
|
|
|
+ "if(tests[\"Status code is 200\"] ){",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"company_id\", jsonData.results[0].id);",
|
|
|
+ "}"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/company/?type=created",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "company",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "type",
|
|
|
+ "value": "created"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_company_joined",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "05224e5a-1453-4ef3-9908-eb1ea4c4018c",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "// if(tests[\"Status code is 200\"] ){",
|
|
|
+ "// var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ "// postman.setEnvironmentVariable(\"company_id\", jsonData[3].id);",
|
|
|
+ "// }"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/company/?type=joined",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "company",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "type",
|
|
|
+ "value": "joined"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_company_id",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ " if(tests[\"Status code is 200\"] ){",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"mge_id\", jsonData.createby_user.id);",
|
|
|
+ " postman.setEnvironmentVariable(\"company_name\", jsonData.name);",
|
|
|
+ " }"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/company/{{company_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "company",
|
|
|
+ "{{company_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "put_company_info",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "// if(tests[\"Status code is 200\"] ){",
|
|
|
+ "// var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ "// postman.setEnvironmentVariable(\"mge_id\", jsonData.createby_user.id);",
|
|
|
+ "// }"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "PUT",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "formdata",
|
|
|
+ "formdata": [
|
|
|
+ {
|
|
|
+ "key": "name",
|
|
|
+ "value": "{{company_name}}",
|
|
|
+ "type": "text"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "description",
|
|
|
+ "value": "成立于1993年,总部位于现江苏省南京市"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/company/{{company_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "company",
|
|
|
+ "{{company_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_mge_info",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"mgecomp_id\", jsonData.id );",
|
|
|
+ " postman.setEnvironmentVariable(\"mge_username\", jsonData.username );",
|
|
|
+ " postman.setEnvironmentVariable(\"mge_cellphone\", jsonData.cellphone );",
|
|
|
+ " postman.setEnvironmentVariable(\"mge_userid\", jsonData.user );"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/admin/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "admin",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_user01_login",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "8684cd8c-bca7-4611-82f7-670dbfec76eb",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "",
|
|
|
+ "if(tests[\"Status code is 200\"] ){",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"user01token\", jsonData.result.token);",
|
|
|
+ " postman.setEnvironmentVariable(\"user01imid\", jsonData.result.id);",
|
|
|
+ "}"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"password\": \"18159808899\",\r\n\t\"phone\": \"18159808899\"\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{imurl}}/user/login/",
|
|
|
+ "host": [
|
|
|
+ "{{imurl}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "user",
|
|
|
+ "login",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_user01_joincomp",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "10194f8b-adf0-4c8b-b31f-48786ccbc783",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201 || responseCode.code === 400;",
|
|
|
+ "",
|
|
|
+ " "
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user01token}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\n\t\"company\":\"{{company_id}}\"\n\t\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/application/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "application",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_user02_login",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "8dec229d-21d8-4837-b914-21d826d9821e",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "",
|
|
|
+ "if(tests[\"Status code is 200\"] ){",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"user02token\", jsonData.result.token);",
|
|
|
+ " postman.setEnvironmentVariable(\"user02imid\", jsonData.result.id);",
|
|
|
+ "}"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"password\": \"18159858888\",\r\n\t\"phone\": \"18159858888\"\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{imurl}}/user/login/",
|
|
|
+ "host": [
|
|
|
+ "{{imurl}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "user",
|
|
|
+ "login",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_user02_joincomp",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "9b8699e4-c635-4150-b378-35a2d1254d25",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201 || responseCode.code === 400;",
|
|
|
+ "",
|
|
|
+ " "
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user02token}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\n\t\"company\":\"{{company_id}}\"\n\t\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/application/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "application",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_joincomp_info",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "fcd6aed2-f1bc-4cd6-ab28-5e0b5842e457",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "// var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ "// // postman.setEnvironmentVariable(\"joincomp_infoid01\", jsonData[1].id);",
|
|
|
+ "// // postman.setEnvironmentVariable(\"user01_userid\", jsonData[0].user);",
|
|
|
+ "// // postman.setEnvironmentVariable(\"user01comp_username\", jsonData[0].username);",
|
|
|
+ "// // postman.setEnvironmentVariable(\"user01comp_cellphone\", jsonData[0].cellphone);",
|
|
|
+ " ",
|
|
|
+ "// // postman.setEnvironmentVariable(\"joincomp_infoid02\", jsonData[1].id);",
|
|
|
+ "// postman.setEnvironmentVariable(\"user02_userid\", jsonData[1].user);",
|
|
|
+ "// // postman.setEnvironmentVariable(\"user02comp_username\", jsonData[1].username);",
|
|
|
+ " // postman.setEnvironmentVariable(\"user02comp_cellphone\", jsonData[1].cellphone);",
|
|
|
+ " ",
|
|
|
+ "",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/application/?company={{company_id}}",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "application",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "company",
|
|
|
+ "value": "{{company_id}}"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_user01_info",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "21a10762-fdf8-4edb-ba25-a4b6547f129a",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"user01comp_id\", jsonData.id );",
|
|
|
+ " postman.setEnvironmentVariable(\"user01comp_username\", jsonData.username );",
|
|
|
+ " postman.setEnvironmentVariable(\"user01comp_cellphone\", jsonData.cellphone );",
|
|
|
+ " postman.setEnvironmentVariable(\"user01_userid\", jsonData.user );"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user01token}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/admin/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "admin",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_user02_info",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "7b3b934c-385e-4ca7-a938-fbc2e762f123",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"user02comp_id\", jsonData.id );",
|
|
|
+ " postman.setEnvironmentVariable(\"user02comp_username\", jsonData.username );",
|
|
|
+ " postman.setEnvironmentVariable(\"user02comp_cellphone\", jsonData.cellphone );",
|
|
|
+ " postman.setEnvironmentVariable(\"user02_userid\", jsonData.user );"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user02token}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/admin/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "admin",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "put_accept_joincomp_01",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "8f3d2185-176b-4927-b135-98ae368ff9d9",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200 || responseCode.code === 400;",
|
|
|
+ "",
|
|
|
+ "// var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ "// postman.setEnvironmentVariable(\"joincomp_infoid\", jsonData[0].id);"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "PUT",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"id\": \"{{joincomp_infoid}}\",\r\n\t\"status\": 2,\r\n\t\"user\": {{user01_userid}},\r\n\t\"username\": \"{{user01comp_username}}\",\r\n\t\"cellphone\": \"{{user01comp_cellphone}}\",\r\n\t\"portraituri\": \"http://public.qiniu.linkerplus.com/portrait/portrait\"\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/application/{{joincomp_infoid01}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "application",
|
|
|
+ "{{joincomp_infoid01}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "put_accept_joincomp _03",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "4ca12673-db8e-400e-8607-7b0348f8f27b",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 200 || responseCode.code === 400;",
|
|
|
+ "",
|
|
|
+ " ",
|
|
|
+ "",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "PUT",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"id\":\"{{joincomp_infoid02}}\",\r\n\t\"status\":2,\r\n\t\"user\": {{user02_userid}},\r\n\t\"username\": \"{{user02comp_username}}\",\r\n\t\"cellphone\": \"{{user02comp_cellphone}}\",\r\n\t\"portraituri\": \"http://public.qiniu.linkerplus.com/portrait/portrait\"\r\n\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/application/{{joincomp_infoid02}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "application",
|
|
|
+ "{{joincomp_infoid02}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "put_company_userextend_mge",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "// if(tests[\"Status code is 200\"] ){",
|
|
|
+ "// var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ "// postman.setEnvironmentVariable(\"company_id\", jsonData[3].id);",
|
|
|
+ "// }"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "PUT",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"user\": {{mge_id}},\r\n\t\"id_no\": null,\r\n\t\"origin\": null,\r\n\t\"married\": false,\r\n\t\"children\": null,\r\n\t\"sex\": true,\r\n\t\"address\": null,\r\n\t\"urgent_contact\": null,\r\n\t\"urgent_telephone\": null,\r\n\t\"birthday\": null,\r\n\t\"language\": null,\r\n\t\"default_comp\": {{company_id}},\r\n\t\"id\": {{mge_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/userextend/{{mge_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "userextend",
|
|
|
+ "{{mge_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "put_company_userextend_user01",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "// if(tests[\"Status code is 200\"] ){",
|
|
|
+ "// var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ "// postman.setEnvironmentVariable(\"company_id\", jsonData[3].id);",
|
|
|
+ "// }"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "PUT",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user01token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"user\": {{user01_userid}},\r\n\t\"id_no\": null,\r\n\t\"origin\": null,\r\n\t\"married\": false,\r\n\t\"children\": null,\r\n\t\"sex\": true,\r\n\t\"address\": null,\r\n\t\"urgent_contact\": null,\r\n\t\"urgent_telephone\": null,\r\n\t\"birthday\": null,\r\n\t\"language\": null,\r\n\t\"default_comp\": {{company_id}},\r\n\t\"id\": {{user01_userid}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/userextend/{{user01_userid}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "userextend",
|
|
|
+ "{{user01_userid}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "put_company_userextend_user02",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "768d215f-ee5e-4b8d-b5a6-f1e2ae6e80ce",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "// if(tests[\"Status code is 200\"] ){",
|
|
|
+ "// var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ "// postman.setEnvironmentVariable(\"company_id\", jsonData[3].id);",
|
|
|
+ "// }"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "PUT",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user02token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"user\": {{user02_userid}},\r\n\t\"id_no\": null,\r\n\t\"origin\": null,\r\n\t\"married\": false,\r\n\t\"children\": null,\r\n\t\"sex\": true,\r\n\t\"address\": null,\r\n\t\"urgent_contact\": null,\r\n\t\"urgent_telephone\": null,\r\n\t\"birthday\": null,\r\n\t\"language\": null,\r\n\t\"default_comp\": {{company_id}},\r\n\t\"id\": {{user02_userid}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/userextend/{{user02_userid}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "userextend",
|
|
|
+ "{{user02_userid}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_build_department01",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"parent_id\", jsonData[0].i);"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/department/?company={{company_id}}",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "department",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "company",
|
|
|
+ "value": "{{company_id}}"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_build_department",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201 || responseCode.code === 400;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "[{\r\n\t\"name\": \"业务部\",\r\n\t\"parent\": {{parent_id}}\r\n},\r\n{\r\n\t\"name\": \"研发部\",\r\n\t\"parent\": {{parent_id}}\r\n},\r\n{\r\n\t\"name\": \"事政部\",\r\n\t\"parent\": {{parent_id}}\r\n}\r\n]"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/department/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "department",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_build_department02",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "9a92ab7b-4bd0-42fe-99b8-70ee0ecb013d",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"depart_departid\", jsonData[0].c[0].i);",
|
|
|
+ " postman.setEnvironmentVariable(\"depart_departname\", jsonData[0].c[0].n);"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/department/?company={{company_id}}",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "department",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "company",
|
|
|
+ "value": "{{company_id}}"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "put_join_department",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "PUT",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"id\": {{user01comp_id}},\r\n\t\"user_extend\": {\r\n\t\t\"user\": {{user01_userid}},\r\n\t\t\"id_no\": null,\r\n\t\t\"origin\": null,\r\n\t\t\"married\": false,\r\n\t\t\"children\": null,\r\n\t\t\"sex\": true,\r\n\t\t\"address\": null,\r\n\t\t\"urgent_contact\": null,\r\n\t\t\"urgent_telephone\": null,\r\n\t\t\"birthday\": null,\r\n\t\t\"language\": null,\r\n\t\t\"default_comp\": {{company_id}}\r\n\t},\r\n\t\"username\": \"{{user01comp_username}}\",\r\n\t\"avatar\": \"http://public.qiniu.linkerplus.com/portrait/portrait\",\r\n\t\"cellphone\": \"{{user01comp_cellphone}}\",\r\n\t\"email\": \"\",\r\n\t\"dept_name\": \"{{depart_departname}}\",\r\n\t\"im_id\": \"{{user01imid}}\",\r\n\t\"code\": null,\r\n\t\"office_telephone\": null,\r\n\t\"office_address\": null,\r\n\t\"take_office\": null,\r\n\t\"resignation\": null,\r\n\t\"status\": 0,\r\n\t\"user\": {{user01_userid}},\r\n\t\"dept\": {{depart_departid}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/company/userinfo/{{user01comp_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "company",
|
|
|
+ "userinfo",
|
|
|
+ "{{user01comp_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_permission",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201 ;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "[\n\t{\n\t\"company_user\":{{user02comp_id}}\n\t\t\n\t}\n\t]"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/permission/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "permission",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_permission",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json",
|
|
|
+ "disabled": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/permission/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "permission",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_simple_0",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201;",
|
|
|
+ "var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"notice_id\", jsonData.id);"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"title\": \"开会通知\",\r\n\t\"content\": \"15:00会议室进行研发小组会议,谢谢!\",\r\n\t\"read\": [\r\n\t{{user01comp_id}}, \r\n\t{{mgecomp_id}}\r\n\t\t]\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_received",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/?type=received",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "type",
|
|
|
+ "value": "received"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_publish",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/?type=publish",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "type",
|
|
|
+ "value": "publish"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_read",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/read/?notice={{notice_id}}",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "read",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "notice",
|
|
|
+ "value": "{{notice_id}}"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_comment_mge_simple",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201 ;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"好的,定会准时到场!\",\r\n\t\"notice\": {{notice_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/comment/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "comment",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_comment_user01_simple",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201 ;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user01token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"好的,已收到通知!\",\r\n\t\"notice\": {{notice_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/comment/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "comment",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_comment",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/comment/?notice={{notice_id}}",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "comment",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "notice",
|
|
|
+ "value": "{{notice_id}}"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_statistics",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/statistics/?notice={{notice_id}}",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "statistics",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "notice",
|
|
|
+ "value": "{{notice_id}}"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "put_notice_simple",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "PUT",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"title\": \"开会通知\",\r\n\t\"content\": \"请于14:00准时到会议室开始,会议延期至15:00开始,望互相转告,谢谢!\",\r\n\t\"read\": [\r\n\t{{user01comp_id}}, \r\n\t{{mgecomp_id}}\r\n\t\t]\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/{{notice_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ "{{notice_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "delete_notice_simple",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 204\"] = responseCode.code === 204;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "DELETE",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/{{notice_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ "{{notice_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_vote_1",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201;",
|
|
|
+ "",
|
|
|
+ "var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"notice_vote_id\", jsonData.id);"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "\r\n{\r\n\t\"title\": \"发布投票公告\",\r\n\t\"content\": \"有关中秋节假日放假,公司组织相关活动,征收大家的建议,请积极地投票\",\r\n\t\"read\": [{{user01comp_id}}, \r\n\t{{mgecomp_id}},{{user02comp_id}}],\r\n\t\"feedback\": [{\r\n\t\t\"title\": \"中秋节去哪里玩比较好\",\r\n\t\t\"endat\": \"2018-09-13\",\r\n\t\t\"type\": 1,\r\n\t\t\"items\": \"{\\\"type\\\":\\\"0\\\",\\\"item\\\":[{\\\"content\\\":\\\"杭州\\\"},{\\\"content\\\":\\\"上海\\\"},{\\\"content\\\":\\\"北京\\\"},{\\\"content\\\":\\\"深圳\\\"}]}\"\r\n\t}]\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_vote",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 200;",
|
|
|
+ "",
|
|
|
+ " var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"feedback_id\", jsonData.feedback[0].id);"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json",
|
|
|
+ "disabled": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/{{notice_vote_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ "{{notice_vote_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedfback_vote_mge",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "f0bf6071-ffea-4272-bc19-9deea5ebc793",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201;"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"[{\\\"content\\\":\\\"杭州\\\"}]\",\r\n\t\"feedback\":{{feedback_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedfback_vote_user01_giveup",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user01token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"\",\r\n\t\"feedback\": {{feedback_id}},\r\n\t\"give_up\": true\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedfback_vote_user03",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user02token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"[{\\\"content\\\":\\\"北京\\\"}]\",\r\n\t\"feedback\": {{feedback_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "delete_notice_vote",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 204\"] = responseCode.code === 204;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "DELETE",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/{{notice_vote_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ "{{notice_vote_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_feedback_2",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;",
|
|
|
+ "",
|
|
|
+ "var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"notice_feedback_id\", jsonData.id);",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"title\": \"发布反馈公告\",\r\n\t\"content\": \"有关发布反馈公告内容的相关通知,调查员工工作情况\",\r\n\t\"read\": [{{user01comp_id}}, \r\n\t{{mgecomp_id}},{{user02comp_id}}],\r\n\t\"feedback\": [{\r\n\t\t\"title\": \"大家最近的工作\",\r\n\t\t\"endat\": \"2018-09-14\",\r\n\t\t\"type\": 0\r\n\t}]\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "",
|
|
|
+ "var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"feedback_feedback_id\", jsonData.feedback[0].id);"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/{{notice_feedback_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ "{{notice_feedback_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_mge_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"整体觉得还行,主要有以下几点内容需要特别注意的!\",\r\n\t\"feedback\": {{feedback_feedback_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_user01_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user01token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"整体还是可以的,还可以吧!\",\r\n\t\"feedback\": {{feedback_feedback_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_user02_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "id": "a8ecdaf0-1c70-4f1b-98b0-469a52c4f52a",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ],
|
|
|
+ "type": "text/javascript"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user02token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"不大好,整体的感觉工作氛围不是那么地严谨,工作氛围不够融洽,大家有事没事都进行着讨论,总感觉不是那么的自在!!\",\r\n\t\"feedback\": {{feedback_feedback_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_statistics_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/statistics/?notice={{notice_feedback_id}}",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "statistics",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "query": [
|
|
|
+ {
|
|
|
+ "key": "notice",
|
|
|
+ "value": "{{notice_feedback_id}}"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "delete_notice_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 204\"] = responseCode.code === 204;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "DELETE",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/{{notice_feedback_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ "{{notice_feedback_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_total_3",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;",
|
|
|
+ "",
|
|
|
+ "var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"notice_vote_feedback_id\", jsonData.id);",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"title\": \"发布综合公告通知\",\r\n\t\"content\": \"有关投票与反馈的相关公告内容\",\r\n\t\"read\": [{{user01comp_id}}, \r\n\t{{mgecomp_id}},{{user02comp_id}}],\r\n\t\"feedback\": [{\r\n\t\t\"title\": \"现有制度偏向于传统方式,是否需要进行制度调整\",\r\n\t\t\"endat\": \"2018-09-14\",\r\n\t\t\"type\": 0\r\n\t}, {\r\n\t\t\"title\": \"是否需要进行制度调整\",\r\n\t\t\"endat\": \"2018-09-14\",\r\n\t\t\"type\": 1,\r\n\t\t\"items\": \"{\\\"type\\\":\\\"0\\\",\\\"item\\\":[{\\\"content\\\":\\\"需要\\\"},{\\\"content\\\":\\\"不需要\\\"},{\\\"content\\\":\\\"保持原样\\\"}]}\"\r\n\t}]\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_notice_vote_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200;",
|
|
|
+ "",
|
|
|
+ "var jsonData = JSON.parse(responseBody);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"all_feedback_id\", jsonData.feedback[0].id);",
|
|
|
+ " ",
|
|
|
+ " postman.setEnvironmentVariable(\"all_vote_id\", jsonData.feedback[1].id);"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "GET",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/{{notice_vote_feedback_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ "{{notice_vote_feedback_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_mge_votefeedback_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"应该是需要调整的,不然与现在社会发展的速度相比,有些落后!\",\r\n\t\"feedback\": {{all_feedback_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_mge_votefeedback_vote",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\t\"content\": \"[{\\\"content\\\":\\\"需要\\\"}]\",\r\n\t\"feedback\": {{all_vote_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_user01_votefeedback_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user01token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"我觉得不需要现有制度的内容已经让我们很好地运行了十多年,如果改革的话,势必会引起一场变动,而这种变动不是我们所能够承受的起的!\",\r\n\t\"feedback\": {{all_feedback_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_user01_votefeedback_vote",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user01token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\t\"content\": \"[{\\\"content\\\":\\\"不需要\\\"}]\",\r\n \t\"feedback\": {{all_vote_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_user02_votefeedback_feedback",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user02token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\"content\": \"不改革和改革都有其一定的道理,我觉得公司做的最终目的是能够跟进这个社会发展,但是现有的制度是能够继续向前进,调动是可以局部调动,不影响整体,但是大变动不适宜,回顾公司走过来的十多年,这些制度是否严重阻碍发展,大家都看在眼里,所以我表示支持!\",\r\n\t\"feedback\": {{all_feedback_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "post_notice_userfeedback_user02_votefeedback_vote",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 201\"] = responseCode.code === 201;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "POST",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{user02token}}"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "Content-Type",
|
|
|
+ "value": "application/json"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": "{\r\n\t\t\"content\": \"[{\\\"content\\\":\\\"需要\\\"}]\",\r\n \t\"feedback\": {{all_vote_id}}\r\n}"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/userfeedback/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "userfeedback",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "delete_notice_feedback copy",
|
|
|
+ "event": [
|
|
|
+ {
|
|
|
+ "listen": "test",
|
|
|
+ "script": {
|
|
|
+ "type": "text/javascript",
|
|
|
+ "exec": [
|
|
|
+ "tests[\"Status code is 204\"] = responseCode.code === 204;"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "request": {
|
|
|
+ "method": "DELETE",
|
|
|
+ "header": [
|
|
|
+ {
|
|
|
+ "key": "Authorization",
|
|
|
+ "value": "Rong {{mgetoken}}"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "body": {
|
|
|
+ "mode": "raw",
|
|
|
+ "raw": ""
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "raw": "{{url}}/api/notice/notice/{{notice_vote_feedback_id}}/",
|
|
|
+ "host": [
|
|
|
+ "{{url}}"
|
|
|
+ ],
|
|
|
+ "path": [
|
|
|
+ "api",
|
|
|
+ "notice",
|
|
|
+ "notice",
|
|
|
+ "{{notice_vote_feedback_id}}",
|
|
|
+ ""
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "response": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|