public interface WxCpTaskCardService
任务卡片管理接口. Created by Jeff on 2019-05-16.
void update(List<String> userIds, String taskId, String replaceName) throws WxErrorException
更新任务卡片消息状态 详情请见: https://work.weixin.qq.com/api/doc#90000/90135/91579 注意: 这个方法使用WxCpConfigStorage里的agentId
userIds - 企业的成员ID列表taskId - 任务卡片IDreplaceName - 替换文案WxErrorExceptionCopyright © 2021. All rights reserved.