{"info":{"_postman_id":"0b3da977-a980-4d44-a17d-f3c513fe4ee1","name":"Nodejs知乎","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8483611","collectionId":"0b3da977-a980-4d44-a17d-f3c513fe4ee1","publishedId":"SVtYQkrk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-15T09:37:03.000Z"},"item":[{"name":"用户请求+关注与粉丝接口","item":[{"name":"获取请求query查询值","id":"44634bfc-63af-4afb-8b76-72cf2ffda17c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/users?q=123","urlObject":{"protocol":"http","port":"3002","path":["users"],"host":["localhost"],"query":[{"key":"q","value":"123"}],"variable":[]}},"response":[],"_postman_id":"44634bfc-63af-4afb-8b76-72cf2ffda17c"},{"name":"请求主页页面","id":"d938c33b-ca39-4505-a2cc-234e365b8aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002","urlObject":{"protocol":"http","port":"3002","host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d938c33b-ca39-4505-a2cc-234e365b8aef"},{"name":"创建用户请求","id":"a744a840-fff1-49ba-9fac-f7a4c51de847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n\t\"name\": \"linda\",\n\t\"password\": \"linda123\"\n}\n"},"url":"http://localhost:3002/users","urlObject":{"protocol":"http","port":"3002","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a744a840-fff1-49ba-9fac-f7a4c51de847"},{"name":"获取用户请求","id":"3022581d-d7fc-42af-ba44-e5d7ff051201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"\n\t{\n\t\t\"name\": \"kongty\",\n\t\t\"age\": 26\n\t}"},"url":"http://localhost:3002/users","urlObject":{"protocol":"http","port":"3002","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3022581d-d7fc-42af-ba44-e5d7ff051201"},{"name":"获取特定用户请求","id":"d78ec9fc-caf1-4517-8e55-53030ea2ebdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"\n\t{\n\t\t\"name\": \"kongty\",\n\t\t\"age\": 26\n\t},{\n\t\t\"name\": \"李磊\",\n\t\t\"age\": 26\n\t}\n"},"url":"http://localhost:3002/users/5d9055865e791a1448e7d1cd?fields=locations;emploments;educations","urlObject":{"protocol":"http","port":"3002","path":["users","5d9055865e791a1448e7d1cd"],"host":["localhost"],"query":[{"key":"fields","value":"locations;emploments;educations"}],"variable":[]}},"response":[],"_postman_id":"d78ec9fc-caf1-4517-8e55-53030ea2ebdb"},{"name":"更新对象请求","id":"97a666f6-4b9d-49cd-971b-d4817fe34c7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"\n\t{\n\t\t\"password\": \"liber123456\",\n\t\t\"avatar_url\":\"http://localhost:3002/uploads/upload_7ec9f8e253407c95642b01b645ac6fc2.png\",\n\t\t\"gender\": \"female\",\n\t\t\"headline\": \"还要多久才可以找工作？\",\n\t\t\"locations\": [\"5d9c2d82eb635f28bcf9377d\",\"5d9c2d90eb635f28bcf9377e\"],\n\t\t\"business\": \"5d9c2da6eb635f28bcf9377f\",\n\t\t\"employments\": [{\"company\":\"5d9c2db1eb635f28bcf93780\",\"job\":\"5d9c2dbfeb635f28bcf93781\"}],\n\t\t\"educations\": [{\"school\":\"5d9c2dc9eb635f28bcf93782\",\"major\":\"5d9c2dd5eb635f28bcf93784\",\"diploma\": 3,\"entrance_years\": 2015,\"graduation_years\": 2019}]\n\t}"},"url":"http://localhost:3002/users/5d9055865e791a1448e7d1cd","urlObject":{"protocol":"http","port":"3002","path":["users","5d9055865e791a1448e7d1cd"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"97a666f6-4b9d-49cd-971b-d4817fe34c7b"},{"name":"删除对象请求","id":"1cbaacb4-dc3c-42f1-9684-9976de83fe95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:3002/users/5d8e4d34de4c381b2cbee4ca","urlObject":{"protocol":"http","port":"3002","path":["users","5d8e4d34de4c381b2cbee4ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cbaacb4-dc3c-42f1-9684-9976de83fe95"},{"name":"登陆请求","event":[{"listen":"test","script":{"id":"31c94bb5-884f-4c25-a126-edf85b401831","exec":["var jsonData = pm.response.json();","pm.globals.set('token',jsonData.token);"],"type":"text/javascript"}}],"id":"f24b0673-5e9c-4af5-9a7d-3b32824cbdca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"liber\",\n\t\"password\":\"liber123456\"\n}"},"url":"http://localhost:3002/users/login","urlObject":{"protocol":"http","port":"3002","path":["users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f24b0673-5e9c-4af5-9a7d-3b32824cbdca"},{"name":"上传图片请求","id":"a926ac6f-c5a7-4b1e-a0da-2157940f03db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"pic","type":"file","src":"/C:/Users/Administrator/Desktop/121.png"}]},"url":"http://localhost:3002/upload","urlObject":{"protocol":"http","port":"3002","path":["upload"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a926ac6f-c5a7-4b1e-a0da-2157940f03db"},{"name":"获取用户粉丝列表请求","id":"eca21ed4-c7e9-4361-9d6e-38ff61cb448d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/users/5d9058f86dcce31dc4ec1612/followers","urlObject":{"protocol":"http","port":"3002","path":["users","5d9058f86dcce31dc4ec1612","followers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eca21ed4-c7e9-4361-9d6e-38ff61cb448d"},{"name":"获取特定用户的关注列表请求","id":"2d5e7b7b-887e-4e02-baf9-2d6f61c8f313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/users/5d9055865e791a1448e7d1cd/following","urlObject":{"protocol":"http","port":"3002","path":["users","5d9055865e791a1448e7d1cd","following"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d5e7b7b-887e-4e02-baf9-2d6f61c8f313"},{"name":"关注用户请求","id":"72f992e3-dea7-40f5-ab1e-7fd634322289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:3002/users/follow/5d9055865e791a1448e7d1ce","urlObject":{"protocol":"http","port":"3002","path":["users","follow","5d9055865e791a1448e7d1ce"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"72f992e3-dea7-40f5-ab1e-7fd634322289"},{"name":"取消关注用户请求","id":"58e76a8f-ee41-479f-bbe7-f28ab444925c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3002/users/follow/5d9055865e791a1448e7d1cd","urlObject":{"protocol":"http","port":"3002","path":["users","follow","5d9055865e791a1448e7d1cd"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"58e76a8f-ee41-479f-bbe7-f28ab444925c"}],"id":"92e5f596-daca-4b2c-a89e-c780fce83811","_postman_id":"92e5f596-daca-4b2c-a89e-c780fce83811","description":""},{"name":"话题请求接口","item":[{"name":"获取话题请求","id":"89daf7bd-5330-4a50-825d-2517ed85fb19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/topics?per_page=30","urlObject":{"protocol":"http","port":"3002","path":["topics"],"host":["localhost"],"query":[{"key":"per_page","value":"30"}],"variable":[]}},"response":[],"_postman_id":"89daf7bd-5330-4a50-825d-2517ed85fb19"},{"name":"获取特定话题请求","id":"52c8f277-6d94-4bdb-86ad-bc85e142b136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3002/topics/5d98b955e3375e2e40f710f5?fields=introduction;avatar_url","urlObject":{"protocol":"http","port":"3002","path":["topics","5d98b955e3375e2e40f710f5"],"host":["localhost"],"query":[{"key":"fields","value":"introduction;avatar_url"}],"variable":[]}},"response":[],"_postman_id":"52c8f277-6d94-4bdb-86ad-bc85e142b136"},{"name":"更新话题请求","id":"7005d20c-116a-490d-8a92-d196c29c0628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"ce\"\n}"},"url":"http://localhost:3002/topics/5d9c13f923901032b023868d","urlObject":{"protocol":"http","port":"3002","path":["topics","5d9c13f923901032b023868d"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7005d20c-116a-490d-8a92-d196c29c0628"},{"name":"创建话题请求","id":"0c2be737-1f5c-471e-bb87-00308e2fbe90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"机械工程\"\n}"},"url":"http://localhost:3002/topics","urlObject":{"protocol":"http","port":"3002","path":["topics"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c2be737-1f5c-471e-bb87-00308e2fbe90"},{"name":"获取用户关注的话题列表请求","id":"b40c30b4-a5e5-4e3d-afce-f8feb0d7bd76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/users/5d9802cf4db3e9297cd30bcf/followingTopics","urlObject":{"protocol":"http","port":"3002","path":["users","5d9802cf4db3e9297cd30bcf","followingTopics"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b40c30b4-a5e5-4e3d-afce-f8feb0d7bd76"},{"name":"获取特定话题的关注者列表接口请求","id":"ce8a7279-8ce8-4699-9f2a-d9bd2ebcc983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/topics/5d9c2dc9eb635f28bcf93782/followTopics","urlObject":{"protocol":"http","port":"3002","path":["topics","5d9c2dc9eb635f28bcf93782","followTopics"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce8a7279-8ce8-4699-9f2a-d9bd2ebcc983"},{"name":"用户关注的话题接口请求","id":"940f272c-5c88-4a64-ade6-363d1ae7146f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:3002/users/followTopic/5d9c2dc9eb635f28bcf93782","urlObject":{"protocol":"http","port":"3002","path":["users","followTopic","5d9c2dc9eb635f28bcf93782"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"940f272c-5c88-4a64-ade6-363d1ae7146f"},{"name":"取消关注话题请求请求","id":"6131bcaf-1dfd-4e55-a68c-2b529a399079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3002/users/followTopic/5d98bb38e3375e2e40f710fa","urlObject":{"protocol":"http","port":"3002","path":["users","followTopic","5d98bb38e3375e2e40f710fa"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6131bcaf-1dfd-4e55-a68c-2b529a399079"},{"name":"获取特定话题下的问题列表接口请求","id":"e5fcd98a-d543-4c58-84c1-b0b4a7f4c387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"e5fcd98a-d543-4c58-84c1-b0b4a7f4c387"}],"id":"ad862296-29f5-4560-8ba6-233f056c558b","_postman_id":"ad862296-29f5-4560-8ba6-233f056c558b","description":""},{"name":"问题请求接口","item":[{"name":"获取问题接口请求","id":"500e2516-2c02-442e-adc6-16f922c4fba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"500e2516-2c02-442e-adc6-16f922c4fba9"},{"name":"获取特定问题接口请求","id":"06b654e4-4b1f-4bfa-a9af-49402097f655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"06b654e4-4b1f-4bfa-a9af-49402097f655"},{"name":"获取用户下的问题接口请求","id":"d301ceec-c484-4a8f-86d1-6f13f28a16a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"d301ceec-c484-4a8f-86d1-6f13f28a16a2"},{"name":"创建问题接口请求","id":"c632e6e4-07e0-4523-9743-db1c71d0af91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"c632e6e4-07e0-4523-9743-db1c71d0af91"},{"name":"更新问题接口请求","id":"f2bf4770-1c93-430e-9cdc-db079b2be4a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"topics\": [\"5d98b955e3375e2e40f710f5\",\"5d98b993e3375e2e40f710f6\"]\n}\n"},"url":"http://localhost:3002/questions/5d9c6218dcabf1328457af96","urlObject":{"protocol":"http","port":"3002","path":["questions","5d9c6218dcabf1328457af96"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2bf4770-1c93-430e-9cdc-db079b2be4a8"},{"name":"删除问题接口请求","id":"71962310-fdcc-43be-af91-5efa99779080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"71962310-fdcc-43be-af91-5efa99779080"}],"id":"ce823b2c-b15a-4724-b790-0ba81d4f164a","_postman_id":"ce823b2c-b15a-4724-b790-0ba81d4f164a","description":""},{"name":"答案请求接口","item":[{"name":"获取问题---答案接口请求","id":"f464c3a1-5189-41c3-bff6-9513b35b01d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"f464c3a1-5189-41c3-bff6-9513b35b01d2"},{"name":"获取问题-答案-评论接口请求","id":"3d682ce9-9771-4b61-ae19-4504cef6b241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/questions/:questionId/answers/:answerId/comments","urlObject":{"protocol":"http","port":"3002","path":["questions",":questionId","answers",":answerId","comments"],"host":["localhost"],"query":[],"variable":[{"type":"string","value":"","key":"questionId"},{"type":"string","value":"","key":"answerId"}]}},"response":[],"_postman_id":"3d682ce9-9771-4b61-ae19-4504cef6b241"},{"name":"创建问题---特定答案请求接口","id":"f47acd5b-4a41-4f91-97b3-2d51f4a2e5f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"f47acd5b-4a41-4f91-97b3-2d51f4a2e5f1"},{"name":"更新问题---特定答案请求接口","id":"68d84760-b737-4ccd-9d53-c1039bd9a5ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"68d84760-b737-4ccd-9d53-c1039bd9a5ef"},{"name":"删除问题---特定答案请求接口","id":"e9db9576-565a-4c05-adae-8d88f5464745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"e9db9576-565a-4c05-adae-8d88f5464745"}],"id":"5aeb1234-91bb-41f7-bb5b-7c77408193cf","_postman_id":"5aeb1234-91bb-41f7-bb5b-7c77408193cf","description":""},{"name":"用户对答案的赞与踩接口","item":[{"name":"用户【赞】答案接口请求","id":"f608cfc3-dad3-4f5a-8d65-4db27dc9c4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:3002/users/likingAnswers/5d9e1779d435ae33f0520f9b","urlObject":{"protocol":"http","port":"3002","path":["users","likingAnswers","5d9e1779d435ae33f0520f9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f608cfc3-dad3-4f5a-8d65-4db27dc9c4fc"},{"name":"用户【取消赞】答案接口请求","id":"2413583c-b420-4534-9fcd-2461ef0eb943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3002/users/likingAnswers/5d9e1779d435ae33f0520f9b","urlObject":{"protocol":"http","port":"3002","path":["users","likingAnswers","5d9e1779d435ae33f0520f9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2413583c-b420-4534-9fcd-2461ef0eb943"},{"name":"用户【踩】答案接口请求","id":"3e3d6023-d633-4b97-b1f3-9bd831d5a5cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:3002/users/disLikingAnswer/5d9e1779d435ae33f0520f9b","urlObject":{"protocol":"http","port":"3002","path":["users","disLikingAnswer","5d9e1779d435ae33f0520f9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e3d6023-d633-4b97-b1f3-9bd831d5a5cc"},{"name":"用户【踩】答案接口请求","id":"bfdf8ed0-2f89-4836-906d-b18e99168c77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3002/users/disLikingAnswer/5d9e1779d435ae33f0520f9b","urlObject":{"protocol":"http","port":"3002","path":["users","disLikingAnswer","5d9e1779d435ae33f0520f9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfdf8ed0-2f89-4836-906d-b18e99168c77"},{"name":"用户【赞】答案列表接口请求","id":"db51a859-2777-4f10-b963-88aa1d069fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/users/5d9055865e791a1448e7d1cd/likingAnswers","urlObject":{"protocol":"http","port":"3002","path":["users","5d9055865e791a1448e7d1cd","likingAnswers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"db51a859-2777-4f10-b963-88aa1d069fb0"},{"name":"用户【踩】答案接口列表请求","id":"e9fe1b44-32e1-40f8-ae94-b7e095f1bf5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/users/5d9055865e791a1448e7d1cd/disLikingAnswers","urlObject":{"protocol":"http","port":"3002","path":["users","5d9055865e791a1448e7d1cd","disLikingAnswers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9fe1b44-32e1-40f8-ae94-b7e095f1bf5c"},{"name":"用户【收藏】答案接口请求","id":"4419936b-187b-47ed-9cf6-0cd69a2ac290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:3002/users/likingAnswers/5d9e1779d435ae33f0520f9b","urlObject":{"protocol":"http","port":"3002","path":["users","likingAnswers","5d9e1779d435ae33f0520f9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4419936b-187b-47ed-9cf6-0cd69a2ac290"},{"name":"用户【取消收藏】答案接口请求","id":"b14272ff-8248-4498-8e76-8286bb667086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3002/users/disLikingAnswer/5d9e1779d435ae33f0520f9b","urlObject":{"protocol":"http","port":"3002","path":["users","disLikingAnswer","5d9e1779d435ae33f0520f9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b14272ff-8248-4498-8e76-8286bb667086"},{"name":"用户【收藏】答案列表接口请求","id":"23c85502-488c-4cc4-9ab9-00c68a93b373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/users/5d9055865e791a1448e7d1cd/likingAnswers","urlObject":{"protocol":"http","port":"3002","path":["users","5d9055865e791a1448e7d1cd","likingAnswers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"23c85502-488c-4cc4-9ab9-00c68a93b373"}],"id":"e83c59bc-7ff1-40f9-be84-1026352e8131","_postman_id":"e83c59bc-7ff1-40f9-be84-1026352e8131","description":""},{"name":"问题-答案-评论三级嵌套接口","item":[{"name":"获取问题-答案-评论的接口请求","id":"fbc1a398-8fa6-42b0-a256-2e0eac1c33a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"fbc1a398-8fa6-42b0-a256-2e0eac1c33a1"},{"name":"获取问题-答案-特定评论的接口请求","id":"44dd0d07-6640-4663-8c2d-be7e9b27d764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/questions/5d9c61aedcabf1328457af95/answers/5d9e1779d435ae33f0520f9b/comments/5da5771b045ac107c40a431b","urlObject":{"protocol":"http","port":"3002","path":["questions","5d9c61aedcabf1328457af95","answers","5d9e1779d435ae33f0520f9b","comments","5da5771b045ac107c40a431b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"44dd0d07-6640-4663-8c2d-be7e9b27d764"},{"name":"创建问题-答案-评论的接口请求","id":"e91a03ff-a797-4eea-ad33-e57eb1034b4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"e91a03ff-a797-4eea-ad33-e57eb1034b4f"},{"name":"更新问题-答案-评论的接口请求","id":"609a6940-60b0-4cfd-8fac-46b2d00eed0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"609a6940-60b0-4cfd-8fac-46b2d00eed0f"},{"name":"删除问题-答案-特定评论的接口请求","id":"78268322-3cce-4454-b2a2-73afc98d4ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"78268322-3cce-4454-b2a2-73afc98d4ab6"}],"id":"8d51b47f-a08c-4de9-ac23-0249281efe18","_postman_id":"8d51b47f-a08c-4de9-ac23-0249281efe18","description":""}]}