public interface WxCpTaskCardService
任务卡片管理接口. Created by Jeff on 2019-05-16.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
update(List<String> userIds,
String taskId,
String clickedKey)
更新任务卡片消息状态
详情请见: https://work.weixin.qq.com/api/doc#90000/90135/91579
注意: 这个方法使用WxCpConfigStorage里的agentId
|
void update(List<String> userIds, String taskId, String clickedKey) throws WxErrorException
更新任务卡片消息状态 详情请见: https://work.weixin.qq.com/api/doc#90000/90135/91579 注意: 这个方法使用WxCpConfigStorage里的agentId
userIds - 企业的成员ID列表taskId - 任务卡片IDclickedKey - 已点击按钮的KeyWxErrorExceptionCopyright © 2019. All rights reserved.