1 Star 0 Fork 0

funnywus/my-jd-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jd-项目.postman_collection.json 5.55 KB
一键复制 编辑 原始数据 按行查看 历史
funnywus 提交于 2019-08-12 12:34 . first commit
{
"id": "2c839d09-4e2e-74a7-29ee-0b76d8b33733",
"name": "jd-项目",
"description": "",
"order": [
"b116f55f-ce24-d07c-851b-b8ad857040f7",
"482ad02b-1c2d-ae61-5613-fa628f3e481f",
"ad3344e4-bc8c-44e5-04c9-795115d54b7c",
"2698ae57-b359-1272-f766-7a1d07ea6974",
"129d7515-0e4f-d9c5-220b-ae1918ec6107",
"c3c06c1c-a6d9-5d94-339f-2483151bab5f",
"294571da-5fa2-e49b-fbd8-2d034b7e7c63"
],
"folders": [],
"folders_order": [],
"timestamp": 1564408275462,
"owner": 0,
"public": false,
"requests": [
{
"id": "129d7515-0e4f-d9c5-220b-ae1918ec6107",
"headers": "",
"headerData": [],
"url": "http://localhost:3001/userinfo",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "GET",
"collectionId": "2c839d09-4e2e-74a7-29ee-0b76d8b33733",
"data": null,
"dataMode": "params",
"name": "获取用户信息",
"description": "",
"descriptionFormat": "html",
"time": 1565078024838,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {}
},
{
"id": "2698ae57-b359-1272-f766-7a1d07ea6974",
"headers": "Content-Type: application/x-www-form-urlencoded\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded",
"description": "",
"enabled": true
}
],
"url": "http://localhost:3001/login_pwd",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "POST",
"data": [
{
"key": "username",
"value": "yuzhifei1",
"description": "",
"type": "text",
"enabled": true
},
{
"key": "password",
"value": "123456",
"description": "",
"type": "text",
"enabled": true
},
{
"key": "captcha",
"value": "ughk",
"description": "",
"type": "text",
"enabled": true
}
],
"dataMode": "urlencoded",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1565488652654,
"name": "账号密码登录",
"description": "",
"collectionId": "2c839d09-4e2e-74a7-29ee-0b76d8b33733",
"responses": []
},
{
"id": "294571da-5fa2-e49b-fbd8-2d034b7e7c63",
"headers": "",
"headerData": [],
"url": "http://localhost:3001/goods",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "GET",
"collectionId": "2c839d09-4e2e-74a7-29ee-0b76d8b33733",
"data": null,
"dataMode": "params",
"name": "获取商品数据",
"description": "",
"descriptionFormat": "html",
"time": 1565584312357,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {}
},
{
"id": "482ad02b-1c2d-ae61-5613-fa628f3e481f",
"headers": "",
"headerData": [],
"url": "http://localhost:3001/captcha",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "GET",
"data": null,
"dataMode": "params",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1565488656694,
"name": "获取一次性验证码",
"description": "",
"collectionId": "2c839d09-4e2e-74a7-29ee-0b76d8b33733",
"responses": []
},
{
"id": "ad3344e4-bc8c-44e5-04c9-795115d54b7c",
"headers": "Content-Type: application/x-www-form-urlencoded\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded",
"description": "",
"enabled": true
}
],
"url": "http://localhost:3001/login_sms",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "POST",
"collectionId": "2c839d09-4e2e-74a7-29ee-0b76d8b33733",
"data": [
{
"key": "phone",
"value": "17596935654",
"description": "",
"type": "text",
"enabled": true
},
{
"key": "code",
"value": "793942",
"description": "",
"type": "text",
"enabled": true
}
],
"dataMode": "urlencoded",
"name": "短信登录",
"description": "",
"descriptionFormat": "html",
"time": 1564471770081,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {}
},
{
"id": "b116f55f-ce24-d07c-851b-b8ad857040f7",
"headers": "",
"headerData": [],
"url": "http://localhost:3001/sendcode",
"queryParams": [],
"preRequestScript": null,
"pathVariables": {},
"pathVariableData": [],
"method": "GET",
"data": null,
"dataMode": "params",
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1564467831166,
"name": "发送短信验证码",
"description": "",
"collectionId": "2c839d09-4e2e-74a7-29ee-0b76d8b33733",
"responses": []
},
{
"id": "c3c06c1c-a6d9-5d94-339f-2483151bab5f",
"headers": "",
"headerData": [
{
"key": "",
"value": "",
"description": "",
"enabled": true
}
],
"url": "http://localhost:3001/goodCart/5d4c2bcc6609620b64caaaba",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "GET",
"collectionId": "2c839d09-4e2e-74a7-29ee-0b76d8b33733",
"data": null,
"dataMode": "params",
"name": "根据id获取用户的购物车商品",
"description": "",
"descriptionFormat": "html",
"time": 1565447197918,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {}
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/funnywuss/my-jd-server.git
git@gitee.com:funnywuss/my-jd-server.git
funnywuss
my-jd-server
my-jd-server
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385