设置好闹钟提醒只需要设置成回复好的

This commit is contained in:
wulin 2023-11-15 20:11:36 +08:00
parent 61bb793f62
commit 179a0c090c

View File

@ -302,7 +302,9 @@ public class AlarmClockActionCommand extends ActionCommand implements IActionCom
//读取星期
resp.setAction(actionResp);
resp.setType(AskTypeEnum.ALARM_CLOCK.getCode());
resp.setText(msg);
//resp.setText(msg);
//202311152011产品确认只回复好的
resp.setText("好的");
return baseWebSocketService.sendMessage(action, baseSession, resp);
}