1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

商品下单

This commit is contained in:
2023-03-21 18:12:10 +08:00
parent 0e83116550
commit b71d4381d7
9 changed files with 140 additions and 26 deletions

View File

@@ -470,6 +470,43 @@
}
},
"response": []
},
{
"name": "[微服务] 小程序端支付订单",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"userId\": 1,\r\n \"orderList\": [\r\n {\r\n \"goodId\": 2,\r\n \"count\": 3\r\n },\r\n {\r\n \"goodId\": 3,\r\n \"count\": 1\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8003/shop/order/miniprogram/payOrder?orderId=1749496012575215624",
"protocol": "http",
"host": [
"localhost"
],
"port": "8003",
"path": [
"shop",
"order",
"miniprogram",
"payOrder"
],
"query": [
{
"key": "orderId",
"value": "1749496012575215624"
}
]
}
},
"response": []
}
]
}