{"info":{"_postman_id":"483885fa-7a41-49dc-8d3f-afa78bffe836","name":"file-upload-app","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12310217","collectionId":"483885fa-7a41-49dc-8d3f-afa78bffe836","publishedId":"2s93z5AkZW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-23T06:35:42.000Z"},"item":[{"name":"/users","id":"4cfec63c-139e-47bc-81dc-fb3ca0e515aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/users","urlObject":{"path":["api","users"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cfec63c-139e-47bc-81dc-fb3ca0e515aa"},{"name":"/users","id":"090f40df-940e-424d-aa1b-b5b05c991c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIds\": [\r\n        \"649523240b5f61211b0fd3f6\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/users","urlObject":{"path":["api","users"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"090f40df-940e-424d-aa1b-b5b05c991c24"},{"name":"/users/:id","id":"53c8cd17-4735-4ed8-b8ad-8f651e50c0a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/users/{{USER_ID}}","urlObject":{"path":["api","users","{{USER_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"53c8cd17-4735-4ed8-b8ad-8f651e50c0a2"},{"name":"/users/:id","id":"a6b295c0-a9a6-4b2c-a055-109c8df6c750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n     \"username\": \"zhongyi.li@qq.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/users/{{USER_ID}}","urlObject":{"path":["api","users","{{USER_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6b295c0-a9a6-4b2c-a055-109c8df6c750"},{"name":"/users/:userId","id":"f2ad2dac-dd7e-4b63-9900-1e0e43ccadf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/users/{{USER_ID}}","urlObject":{"path":["api","users","{{USER_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2ad2dac-dd7e-4b63-9900-1e0e43ccadf3"},{"name":"/register","event":[{"listen":"test","script":{"id":"db386d8c-7631-44f8-8daa-920340c6f0b5","exec":[""],"type":"text/javascript"}}],"id":"a6967981-0d85-4cce-8ad2-ed45e7f3561f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"1234@qq.com\",\r\n    \"password\":\"1234@9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/register","urlObject":{"path":["api","register"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6967981-0d85-4cce-8ad2-ed45e7f3561f"},{"name":"/login","event":[{"listen":"prerequest","script":{"id":"529e8be7-5c38-4a1f-a7b3-edc47849bce3","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"7e6f49fc-736c-4de1-bb4a-6def7121a70d","exec":["const jsonData = pm.response.json();\r","const token = jsonData.token;\r","const userId = jsonData.userId;\r","pm.environment.set(\"TOKEN\", token);\r","pm.environment.set(\"USER_ID\", userId);\r",""],"type":"text/javascript"}}],"id":"fcb11741-f1d5-4bd4-ae31-75aae26dc1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"zhongyi.li@qq.com\",\r\n    \"password\":\"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/login","urlObject":{"path":["api","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcb11741-f1d5-4bd4-ae31-75aae26dc1ed"},{"name":"/logout","id":"48fd8df9-1c9d-4c1c-8ae9-f68f3eecbff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"{{USER_ID}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/logout","urlObject":{"path":["api","logout"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48fd8df9-1c9d-4c1c-8ae9-f68f3eecbff3"},{"name":"/files/upload","id":"956d89e3-957b-4a3a-bcac-8db00a417062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"fileName","value":"","type":"text","description":"<p>文件名</p>\n"},{"key":"currentChunk","value":"","type":"text","description":"<p>当前上传的分块索引</p>\n"},{"key":"totalChunks","value":"","type":"text","description":"<p>文件的总分块数</p>\n"},{"key":"sampleFile","description":"<p>要上传的文件</p>\n","type":"file","value":null}]},"url":"{{URL}}/api/files/upload/","urlObject":{"path":["api","files","upload",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"956d89e3-957b-4a3a-bcac-8db00a417062"},{"name":"/files/merge","id":"23979908-c425-4c0b-9258-2f1010f81df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fileName\": \"test.jpg\",\r\n    \"totalChunks\": 12\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/files/merge/","urlObject":{"path":["api","files","merge",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23979908-c425-4c0b-9258-2f1010f81df7"},{"name":"/files/download/:id","id":"98018cbb-d8e2-4b0e-afc7-98a14662399f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/files/download/:id","urlObject":{"path":["api","files","download",":id"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>文件id</p>\n","type":"text/plain"},"type":"any","value":"649523240b5f61211b0fd3f6","key":"id"}]}},"response":[],"_postman_id":"98018cbb-d8e2-4b0e-afc7-98a14662399f"},{"name":"/files/:id","id":"add36d13-51c9-4ce8-a4ba-821cc2e3c8b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/files/:id","urlObject":{"path":["api","files",":id"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>文件列表返回的id</p>\n","type":"text/plain"},"type":"any","value":"649523240b5f61211b0fd3f6","key":"id"}]}},"response":[],"_postman_id":"add36d13-51c9-4ce8-a4ba-821cc2e3c8b2"},{"name":"/files/list","id":"6888a2fb-d758-4570-aa47-f8d7d278adec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/files/list?page=1&limit=10","urlObject":{"path":["api","files","list"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>当前页</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>每页多少条</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"6888a2fb-d758-4570-aa47-f8d7d278adec"}]}