rev:向飞书推送图片

This commit is contained in:
2024-03-07 14:00:57 +08:00
parent d226688705
commit cc8b7597f8

View File

@@ -434,8 +434,12 @@ public class AutoSendSalesIvt {
// 调用接口返回飞书
JSONObject paramFeiShu = new JSONObject();
paramFeiShu.put("UserList", userList);
paramFeiShu.put("Code", "");
paramFeiShu.put("card", resultParam.getString("RTDAT"));
paramFeiShu.put("Code", "ctp_AA1WUzLfUFxQ");
JSONObject card = new JSONObject();
card.put("Title", "");
card.put("ImgKey", resultParam.getString("RTDAT"));
paramFeiShu.put("card", card);
lmsToMesService.sendSalesIvtMsgParam(paramFeiShu);
}