完成此步骤后:
@RequestMapping(value = "/owners/test", method = RequestMethod.GET)
public String testing(Map<String, Object> model) {
Owner owner = new Owner();
model.put("owner", owner);
return VIEWS_OWNER_CREATE_OR_UPDATE_FORM;
}
机器人如何回复这个特定的用户说&#34; Bot copy me&#34;如果他说&#34;是&#34;,例如,并复制他,直到他说&#34;停止&#34; ?
答案 0 :(得分:1)
您必须使用自己的数据库。如果你没有,最简单的方法是使用文件。
例如,使用file_get_contents("/tmp/tg-bot-{$chatid}-status")
获取状态。收到Sure
后,请使用file_put_contents("/tmp/tg-bot-{$chatid}-status", "REPLY")
进行设置。