Commit 44dd2de1 by liushuangwu

xiaoshanOpenId

1 parent efe136d0
......@@ -26,6 +26,7 @@ public class FeiShuConfig {
private String appId;
private String appSecret;
private String ChatId;
private String xiaoshanOpenId;//小单openId
private String tableId;
private String peopleTableId;
......
......@@ -139,7 +139,7 @@ public class MassageNoticeScheduleService {
FeiShuChatDTO feiShuChatDTO = new FeiShuChatDTO();
feiShuChatDTO.setName("按摩群 " + DateUtil.today());
feiShuChatDTO.setOwnerId(pushPainBOList.get(0).getOpenId());
feiShuChatDTO.setOwnerId(feiShuConfig.getChatId());
feiShuChatDTO.setUserIdList(userIdList);
String chatId = feiShuApiService.createChatList(feiShuChatDTO);
massageService.sendMassageMsgCardToPiPiChat(pushPainBOList, chatId);
......
......@@ -16,6 +16,7 @@ feishu:
appId: cli_a3c0cb967f619013
appSecret: NdqjzD2Bkaif6HyU8KCXGbFJzDhEEimt
ChatId: oc_2c70ffa8559b1bdd75c4dca0490b7a05
xiaoshanOpenId: od-41a0dc296e8761e3708560eeea68bbf6
# 腾讯云配置参数
tx:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!