GET Api/Invoke/GetOrderStatus/{OrderId}
获取当前订单最后状态
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
订单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取当前订单最后状态
SpeedPower.Utility.Models.Project.Orders.Service.GetOrderStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| RecordType |
添加方式 |
SpeedPower.Utility.Models.Project.Orders.Enums.RecordType |
None. |
| Creater |
创建人 |
string |
Required String length: inclusive between 0 and 128 |
| Time |
添加时间 |
date |
None. |
| OrderId |
父级ID |
globally unique identifier |
None. |
| Status |
订单状态 |
SpeedPower.Utility.Models.Project.Orders.Enums.OrderStatusType |
None. |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
{
"ID": "93e67531-ade4-4971-a33b-9647c3105a73",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:02:11.5026014+08:00",
"OrderId": "3db032e4-5e6b-492e-a4cb-292930b27ea9",
"Status": 1,
"Remarks": "sample string 5"
}