GET Api/Service/GetPlatformLogs/{OrderId}

平台交互日志获取

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderId

订单ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

平台交互日志获取

Collection of SpeedPower.Utility.Models.Service.MILogs.GetPlatformLogModel
NameDescriptionTypeAdditional 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": "7fc7b682-0a85-4c26-bbec-ada0164763c2",
    "Time": "2026-08-19T16:06:23.754183+08:00",
    "OrderId": "d2fc063c-e9c2-4817-a88b-b253e3405a6c",
    "Action": "sample string 4",
    "ActionType": 0,
    "Request": "sample string 5",
    "Response": "sample string 6",
    "Creater": "sample string 7"
  },
  {
    "ID": "7fc7b682-0a85-4c26-bbec-ada0164763c2",
    "Time": "2026-08-19T16:06:23.754183+08:00",
    "OrderId": "d2fc063c-e9c2-4817-a88b-b253e3405a6c",
    "Action": "sample string 4",
    "ActionType": 0,
    "Request": "sample string 5",
    "Response": "sample string 6",
    "Creater": "sample string 7"
  }
]