Browse Source

康年堂调用金牛发送ai物流信息

yh 1 week ago
parent
commit
662c778f98

+ 1 - 1
fs-service/src/main/java/com/fs/company/service/impl/OpenServiceImpl.java

@@ -193,7 +193,7 @@ public class OpenServiceImpl implements OpenService {
                                     wxWorkSendTextMsgDTO.setIsRoom(false);
 
                                     try {
-//                                        wxWorkService.SendTextMsg(wxWorkSendTextMsgDTO, qwUser.getServerId());
+                                        wxWorkService.SendTextMsg(wxWorkSendTextMsgDTO, qwUser.getServerId());
                                         log.info("康年堂每日上午9点和下午4点发送物流消息 AI物流消息发送成功 - orderId: {}, sendId: {}", orderId, sendId);
 
                                     } catch (Exception e) {