测试企微通知

This commit is contained in:
shuo.wang
2025-02-11 18:09:20 +08:00
parent 880d074546
commit 1aa08b1b2d
2 changed files with 9 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ public class JoinIntentionServiceImpl extends LineFlowService implements JoinInt
commonService.sendQWMessage(Collections.singletonList(lineInfoDO.getInvestmentManager()),
QWMessageEnum.MESSAGE_1,
null);
new HashMap<>());
return Boolean.TRUE;
}