rev:向飞书推送图片
This commit is contained in:
@@ -434,8 +434,12 @@ public class AutoSendSalesIvt {
|
|||||||
// 调用接口返回飞书
|
// 调用接口返回飞书
|
||||||
JSONObject paramFeiShu = new JSONObject();
|
JSONObject paramFeiShu = new JSONObject();
|
||||||
paramFeiShu.put("UserList", userList);
|
paramFeiShu.put("UserList", userList);
|
||||||
paramFeiShu.put("Code", "");
|
paramFeiShu.put("Code", "ctp_AA1WUzLfUFxQ");
|
||||||
paramFeiShu.put("card", resultParam.getString("RTDAT"));
|
|
||||||
|
JSONObject card = new JSONObject();
|
||||||
|
card.put("Title", "");
|
||||||
|
card.put("ImgKey", resultParam.getString("RTDAT"));
|
||||||
|
paramFeiShu.put("card", card);
|
||||||
|
|
||||||
lmsToMesService.sendSalesIvtMsgParam(paramFeiShu);
|
lmsToMesService.sendSalesIvtMsgParam(paramFeiShu);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user