POST Api/Service/AddOrderRemark
添加订单日志
Request Information
URI Parameters
None.
Body Parameters
请求模型
SpeedPower.Utility.Models.Service.MILogs.AddOrderRemarkModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
内部订单号 |
globally unique identifier |
Required |
| Message |
日志内容 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "7f90418c-2f69-48be-a4f1-ced2e149af43",
"Message": "sample string 2"
}
Response Information
Resource Description
添加订单日志
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}