POST Api/Invoke/AddErrorLog
添加系统错误日志
Request Information
URI Parameters
None.
Body Parameters
请求模型
SpeedPower.Utility.Models.Service.MILogs.AddErrorLogModelName | Description | Type | Additional information |
---|---|---|---|
Client |
客户端标识 |
string |
Required String length: inclusive between 0 and 500 |
Action |
动作标识 |
string |
Required String length: inclusive between 0 and 500 |
ErrorMessage |
错误消息 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Client": "sample string 1", "Action": "sample string 2", "ErrorMessage": "sample string 3" }
Response Information
Resource Description
添加系统错误日志
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }