Commit df13df0c by liushuangwu

xiaoshanOpenId

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