1 Star 0 Fork 0

你也是爱坤/wcx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
weichuangxin.postman_collection.json 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
你也是爱坤 提交于 2023-12-23 16:48 . 实现登录认证功能
{
"info": {
"_postman_id": "4d8a6123-b65a-46a9-b46e-438a637d5aa7",
"name": "weichuangxin",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "31962202"
},
"item": [
{
"name": "联表查询",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:8081/student/queryWithcourse/2020901062",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8081",
"path": [
"student",
"queryWithcourse",
"2020901062"
]
}
},
"response": []
},
{
"name": "增加操作",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\":2020901064,\r\n \"name\":\"李四\",\r\n \"sex\":\"\",\r\n \"phone\":18874196322,\r\n \"address\":\"清华大学\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:8081/student/insert",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8081",
"path": [
"student",
"insert"
]
}
},
"response": []
},
{
"name": "更新操作",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\":2020901064,\r\n \"name\":\"李四\",\r\n \"sex\":\"\",\r\n \"phone\":18874196322,\r\n \"address\":\"北京大学\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:8081/student/update",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8081",
"path": [
"student",
"update"
]
}
},
"response": []
},
{
"name": "单表查询",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:8081/student/query/2020901062",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8081",
"path": [
"student",
"query",
"2020901062"
]
}
},
"response": []
},
{
"name": "删除操作",
"request": {
"method": "DELETE",
"header": [],
"url": {
"raw": "http://127.0.0.1:8081/student/del/2020901064",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8081",
"path": [
"student",
"del",
"2020901064"
]
}
},
"response": []
},
{
"name": "登录认证",
"request": {
"method": "GET",
"header": []
},
"response": []
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yangheng0707/wcx.git
git@gitee.com:yangheng0707/wcx.git
yangheng0707
wcx
wcx
master

搜索帮助