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": "f0807632-f8f8-4f53-b03b-75e014347b57",
    "Time": "2025-04-03T16:47:17.2116559+08:00",
    "OrderId": "7bb00a18-a71c-4db5-bf3d-9f0d7c44dd97",
    "Action": "sample string 4",
    "ActionType": 0,
    "Request": "sample string 5",
    "Response": "sample string 6",
    "Creater": "sample string 7"
  },
  {
    "ID": "f0807632-f8f8-4f53-b03b-75e014347b57",
    "Time": "2025-04-03T16:47:17.2116559+08:00",
    "OrderId": "7bb00a18-a71c-4db5-bf3d-9f0d7c44dd97",
    "Action": "sample string 4",
    "ActionType": 0,
    "Request": "sample string 5",
    "Response": "sample string 6",
    "Creater": "sample string 7"
  }
]