feat: import services and standardize Go 1.26.5

This commit is contained in:
2026-08-09 10:43:45 +08:00
parent 689c74b28f
commit 86024fa81d
1456 changed files with 220765 additions and 2 deletions

View 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"
}

View 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
}
]
}

View 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"
}

View 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"
}

View 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
}