rev:向飞书推送图片
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user