1 Star 0 Fork 0

起名困难户 / springcloud1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
api.http 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
起名困难户 提交于 2022-03-25 10:02 . springcloud1
### 商品列表
GET http://localhost:8001/oi6u5yt2t3y545u65j56u
### 减少库存
POST http://localhost:8001/decreaseNumber
Content-Type: application/json
[{"id":1, "name":"abc", "number":23},{"id":2, "name":"def", "number":11}]
### 获取用户
GET http://localhost:8101/8
### 增加积分
GET http://localhost:8101/8/score?score=1000
### 获取订单
GET http://localhost:8201/oiuyt43r36u5y
### 添加订单
GET http://localhost:8201/add
### 商品列表
GET http://localhost:3001/item-service/oi6u5yt2t3y545u65j56u
### 商品列表
GET http://localhost:3001/item-service/oi6u5yt2t3y545u65j56u?jwt=oiuyt43r36u5y
### 减少库存
POST http://localhost:3001/item-service/decreaseNumber
Content-Type: application/json
[{"id":1, "name":"abc", "number":23},{"id":2, "name":"def", "number":11}]
### 获取用户
GET http://localhost:3001/user-service/8
### 增加积分
GET http://localhost:3001/user-service/8/score?score=1000
### 获取订单
GET http://localhost:3001/order-service/oiuyt43r36u5y
### 添加订单
GET http://localhost:3001/order-service/add
1
https://gitee.com/lixinting946/springcloud1.git
git@gitee.com:lixinting946/springcloud1.git
lixinting946
springcloud1
springcloud1
master

搜索帮助