@myyzs
2020-11-09T08:35:28.000000Z
字数 499
阅读 81
更新业务状态
接口地址
https://www.fdccloud.com/TENANT_ID/api/message/batch-update-msg-status?access_token=xxx
接口请求方式:
POST
请求参数
[
{
"biz_id":"21000196899279421",
"ywstatus":{
"text":"办完啦",
"color":"00FF00"
},
"appcode":"3022"
},
{
"biz_id":"21000196899279420",
"ywstatus":{
"text":"办完啦",
"color":"00FF00"
},
"appcode":"3022"
}
]
结果返回
{
"errcode": 0,
"result": [
{
"errcode": "0",
"errmsg": "OK",
"biz_id": "21000196899279421"
},
{
"errcode": -1,
"errmsg": "消息不存在。",
"biz_id": "21000196899279420"
}
]
}
说明
1.errcode 为0代表成功,其他为错误
2.建议批量的数量为20条,防止超时