GET Api/Service/GetOrderRemarks/{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.GetOrderRemarkModel
NameDescriptionTypeAdditional information
ID

日志ID

globally unique identifier

None.

Time

日志时间

date

None.

RecordType

添加方式

SpeedPower.Utility.Models.Service.MILogs.Enums.LogsRecordType

None.

Creater

创建者

string

Required

String length: inclusive between 0 and 128

OrderId

内部订单号

globally unique identifier

Required

Message

日志内容

string

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "7f77210d-cccf-4229-b649-dc862a0e6546",
    "Time": "2026-02-07T11:02:12.996911+08:00",
    "RecordType": 0,
    "Creater": "sample string 3",
    "OrderId": "16902aed-6384-4fc2-b356-5d49d6002875",
    "Message": "sample string 5"
  },
  {
    "ID": "7f77210d-cccf-4229-b649-dc862a0e6546",
    "Time": "2026-02-07T11:02:12.996911+08:00",
    "RecordType": 0,
    "Creater": "sample string 3",
    "OrderId": "16902aed-6384-4fc2-b356-5d49d6002875",
    "Message": "sample string 5"
  }
]