获取消息总数
POST
/openApi/sns/getNoticeCount
后端接口/消息服务
请求参数
Header 参数
secretId
string
密钥
randomStr
string
随机字符串
sign
string
签名
Body 参数application/json
entId
string
企业ID
userId
string
用户ID
示例
{
"entId": "string",
"userId": "string"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
integer
必需
guid
string
必需
示例
{
"status": 200,
"code": 200,
"msg": "",
"result": 0,
"guid": "61e639b86ddc29ce"
}
修改于 2023-04-23 07:17:03