1 Star 1 Fork 0

孙佳帆/seata1.5.1+

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cloud.postman_collection.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
孙佳帆 提交于 2022-08-23 14:29 . 二次修改
{
"info": {
"_postman_id": "a137325b-df76-4650-9106-c36dbb5ff630",
"name": "cloud",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "payment-cloud8001",
"item": [{
"name": "seata",
"item": [
{
"name": "rest storage",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\":1,\r\n \"number\":10\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": "127.0.0.1:2002/t-storage/reduceInventory"
},
"response": []
},
{
"name": "account",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\":1,\r\n \"number\":10\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": "127.0.0.1:2003/t-account/reduceInventory"
},
"response": []
},
{
"name": "order",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"userId\":1,\r\n \"money\":50,\r\n \"productId\":1,\r\n \"count\":1\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": "127.0.0.1:2001/t-order/create"
},
"response": []
}
]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sun-jiafan/seata151.git
git@gitee.com:sun-jiafan/seata151.git
sun-jiafan
seata151
seata1.5.1+
master

搜索帮助