feat: import services and standardize Go 1.26.5
This commit is contained in:
7
apps/ec/order/test/mgt/order_cancel.http
Normal file
7
apps/ec/order/test/mgt/order_cancel.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12441/order.Mgt/OrderCancel
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity":"01966c58-dde6-73e6-8232-df8356fe89d7"
|
||||
}
|
||||
16
apps/ec/order/test/mgt/order_create.http
Normal file
16
apps/ec/order/test/mgt/order_create.http
Normal file
@@ -0,0 +1,16 @@
|
||||
POST http://127.0.0.1:12441/order.Mgt/OrderCreate
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
|
||||
|
||||
"address_identity":"01966c38-7d46-726d-815a-b81baa08e0a6",
|
||||
"spec":[
|
||||
{
|
||||
"product_identity":"01967b97-a41e-757f-ad53-9d87803cdaf2",
|
||||
"number":10
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
7
apps/ec/order/test/mgt/order_get.http
Normal file
7
apps/ec/order/test/mgt/order_get.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12441/order.Mgt/OrderGet
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity":"019685f8-94cb-7bc2-afd4-4a72473299ce"
|
||||
}
|
||||
8
apps/ec/order/test/mgt/order_list_by_store.http
Normal file
8
apps/ec/order/test/mgt/order_list_by_store.http
Normal file
@@ -0,0 +1,8 @@
|
||||
POST http://127.0.0.1:12441/order.Mgt/OrderListByStore
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"agency":"1",
|
||||
"store_identity":"01965b51-5344-7218-a9b9-bc71031f6f10"
|
||||
}
|
||||
8
apps/ec/order/test/mgt/order_returnable.http
Normal file
8
apps/ec/order/test/mgt/order_returnable.http
Normal file
@@ -0,0 +1,8 @@
|
||||
POST http://127.0.0.1:12441/order.Mgt/OrderReturnable
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity":"0196a98c-59cb-7a84-8fe0-8d9cc9ee1f83",
|
||||
"approve":1
|
||||
}
|
||||
Reference in New Issue
Block a user