POST api/APPConfig/ErrorLog
错误信息上报
Request Information
URI Parameters
None.
Body Parameters
输入参数
ErrorReportInputName | Description | Type | Additional information |
---|---|---|---|
ErrorLog |
错误日志 |
string |
None. |
UserNumb |
用户号 |
string |
None. |
AddTime |
错误时间 |
date |
None. |
ErrorClient |
错误手机型号 |
string |
None. |
ErrorVer |
错误版本号 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ErrorLog": "sample string 1", "UserNumb": "sample string 2", "AddTime": "2021-02-27T21:27:40.3074043+08:00", "ErrorClient": "sample string 4", "ErrorVer": "sample string 5" }
Response Information
Resource Description
返回值
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |