设置好闹钟提醒只需要设置成回复好的
This commit is contained in:
parent
61bb793f62
commit
179a0c090c
@ -302,7 +302,9 @@ public class AlarmClockActionCommand extends ActionCommand implements IActionCom
|
|||||||
//读取星期
|
//读取星期
|
||||||
resp.setAction(actionResp);
|
resp.setAction(actionResp);
|
||||||
resp.setType(AskTypeEnum.ALARM_CLOCK.getCode());
|
resp.setType(AskTypeEnum.ALARM_CLOCK.getCode());
|
||||||
resp.setText(msg);
|
//resp.setText(msg);
|
||||||
|
//202311152011产品确认只回复好的
|
||||||
|
resp.setText("好的");
|
||||||
|
|
||||||
return baseWebSocketService.sendMessage(action, baseSession, resp);
|
return baseWebSocketService.sendMessage(action, baseSession, resp);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user