GET Api/Service/GetPlatformLogs/{OrderId}
平台交互日志获取
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
订单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
平台交互日志获取
Collection of SpeedPower.Utility.Models.Service.MILogs.GetPlatformLogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
日志ID |
globally unique identifier |
None. |
| Time |
日志时间 |
date |
None. |
| OrderId |
订单ID |
globally unique identifier |
None. |
| Action |
动作标识 |
string |
Required String length: inclusive between 0 and 50 |
| ActionType |
动作类型 |
SpeedPower.Utility.Models.Service.MILogs.Enums.LogsActionType |
None. |
| Request |
请求内容 |
string |
None. |
| Response |
返回内容 |
string |
None. |
| Creater |
创建者 |
string |
Required String length: inclusive between 0 and 128 |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "b3b9f591-2ac0-4b03-bbf2-be42ec8f92ff",
"Time": "2026-05-10T19:41:30.4505302+08:00",
"OrderId": "ab717283-b777-49a5-831b-c6ccdfb5cd20",
"Action": "sample string 4",
"ActionType": 0,
"Request": "sample string 5",
"Response": "sample string 6",
"Creater": "sample string 7"
},
{
"ID": "b3b9f591-2ac0-4b03-bbf2-be42ec8f92ff",
"Time": "2026-05-10T19:41:30.4505302+08:00",
"OrderId": "ab717283-b777-49a5-831b-c6ccdfb5cd20",
"Action": "sample string 4",
"ActionType": 0,
"Request": "sample string 5",
"Response": "sample string 6",
"Creater": "sample string 7"
}
]