mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-02 11:48:54 +08:00
🐛 #2894 【企业微信】修复update_taskcard 方法传参错误的问题
This commit is contained in:
parent
c443dc1fd1
commit
8088c4ada8
@ -33,7 +33,8 @@ public class WxCpTaskCardServiceImpl implements WxCpTaskCardService {
|
||||
data.put("userids", userIds);
|
||||
data.put("agentid", agentId);
|
||||
data.put("task_id", taskId);
|
||||
data.put("replace_name", replaceName);
|
||||
// 文档地址:https://open.work.weixin.qq.com/wwopen/devtool/interface?doc_id=16386
|
||||
data.put("clicked_key", replaceName);
|
||||
|
||||
String url = this.mainService.getWxCpConfigStorage().getApiUrl(UPDATE_TASK_CARD);
|
||||
this.mainService.post(url, WxGsonBuilder.create().toJson(data));
|
||||
|
Loading…
Reference in New Issue
Block a user