POST Api/Invoke/AddPlatformLog
添加平台交互日志
Request Information
URI Parameters
None.
Body Parameters
请求模型
SpeedPower.Utility.Models.Service.MILogs.AddPlatformLogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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 |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "cb2f5534-55a6-4a14-a351-531bf2edc8e2",
"Action": "sample string 2",
"ActionType": 0,
"Request": "sample string 3",
"Response": "sample string 4",
"Creater": "sample string 5"
}
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"
}