|
@@ -197,7 +197,7 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
|
|
|
public void sendEnterpriseWeiXinMessage(MonitorBytedanceAdVo accountInfo){
|
|
|
String message = "{0},您好!您所运营的账户:{1},点击监测链接配置有差异,已关停请及时修改!";
|
|
|
//发送微信通知
|
|
|
- JSONObject jsonObject = monitorBytedanceActionTrackUrlMapper.getWChatIdByUserId(accountInfo.getOperateUserid());
|
|
|
+ JSONObject jsonObject = monitorBytedanceActionTrackUrlMapper.getWChatIdByUserId("80e747cdea6f41dbbc8cde23046fd4e0");
|
|
|
String msg = MessageFormat.format(message,accountInfo.getOperateUserName(),String.valueOf(accountInfo.getAccountId()));
|
|
|
corpWexinUtils.sendMessageByWeChatId(jsonObject,msg);
|
|
|
}
|