查询错误信息
POST
/api/v3/error-msg-info
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
id
number
错误提示的id
示例
{
"id": 463177051807744
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/error-msg-info' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 463177051807744
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
message
string
错误信息
sumError
integer
总错误数量
示例
{
"code": 0,
"message": "success",
"data": {
"message": "[{\"企业:c-雨林木风计算机网络有限公司\":\" 未查找到客户:461408730150912 数据,无法进行更新\"}]",
"sumError": 1
}
}
🟢200异常示例
修改于 2022-12-26 11:10:09