|
@@ -45,7 +45,7 @@ public class WeComAccountJob {
|
|
|
JSONObject.parseObject(response, new TypeReference<CommonResponse<LoginInfo>>() {});
|
|
|
if (commonResponse.getErrcode() != 0 && Objects.isNull(commonResponse.getData().getUser_info())) {
|
|
|
redisUtils.set(offLineKey, "1", 30 * 60);
|
|
|
- LarkRobotUtil.sendNotPushMessage(
|
|
|
+ LarkRobotUtil.sendWeComThirdPartMessage(
|
|
|
"【账号掉线检测通知】\n" +
|
|
|
"账号名称:" + staff.getName() + "\n" +
|
|
|
"账号UUID:" + uuid + "\n" +
|