refactor: reorganize modules and add Linux build tooling
This commit is contained in:
7
module/ec/order/test/summary/cancel.http
Normal file
7
module/ec/order/test/summary/cancel.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/Cancel
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"order_no":"2542614613018743"
|
||||
}
|
||||
7
module/ec/order/test/summary/check.http
Normal file
7
module/ec/order/test/summary/check.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/Check
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
|
||||
}
|
||||
7
module/ec/order/test/summary/confirm.http
Normal file
7
module/ec/order/test/summary/confirm.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/Confirm
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"order_no":"2542615350574277"
|
||||
}
|
||||
7
module/ec/order/test/summary/get.http
Normal file
7
module/ec/order/test/summary/get.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/Get
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity":"019670e8-d958-7f17-8463-4fa37e9728eb"
|
||||
}
|
||||
7
module/ec/order/test/summary/list.http
Normal file
7
module/ec/order/test/summary/list.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/List
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
|
||||
}
|
||||
10
module/ec/order/test/summary/quick_create_by_product.http
Normal file
10
module/ec/order/test/summary/quick_create_by_product.http
Normal file
@@ -0,0 +1,10 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/QuickCreateByProduct
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"product_identity":"01965b81-9869-766d-ba8a-01af33d135bc",
|
||||
"store_identity":"01965b51-5344-7218-a9b9-bc71031f6f10",
|
||||
"address_identity":"01966c38-7d46-726d-815a-b81baa08e0a6",
|
||||
"number":5
|
||||
}
|
||||
7
module/ec/order/test/summary/simulate_pay.http
Normal file
7
module/ec/order/test/summary/simulate_pay.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/SimulatePay
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity":["019670bf-4917-75ef-99b9-8a290cb36c6e"]
|
||||
}
|
||||
8
module/ec/order/test/summary/simulate_receiving.http
Normal file
8
module/ec/order/test/summary/simulate_receiving.http
Normal file
@@ -0,0 +1,8 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/SimulateReceiving
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity":"019670bf-4917-75ef-99b9-8a290cb36c6e"
|
||||
|
||||
}
|
||||
8
module/ec/order/test/summary/simulate_shipments.http
Normal file
8
module/ec/order/test/summary/simulate_shipments.http
Normal file
@@ -0,0 +1,8 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/SimulateShipments
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity":"019670bf-4917-75ef-99b9-8a290cb36c6e",
|
||||
"member_identity":"d20dacde35d5410786cfe9b6b48e478a"
|
||||
}
|
||||
17
module/ec/order/test/summary/submit.http
Normal file
17
module/ec/order/test/summary/submit.http
Normal file
@@ -0,0 +1,17 @@
|
||||
POST http://127.0.0.1:12441/order.Summary/Submit
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"address": {
|
||||
"country": "Canada",
|
||||
"province": "British Columbia",
|
||||
"city": "Vancouver",
|
||||
"area": "Downtown",
|
||||
"detail": "777 Dunsmuir Street, 17th Floor",
|
||||
"contact": "John Doe",
|
||||
"phone": " +1 (555) 123-4567",
|
||||
"email": "john.doe@example.com",
|
||||
"zip_code": " V7Y 1K4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user