Home  >  Article  >  Backend Development  >  微信 自定义回复流程该如何设计比较好

微信 自定义回复流程该如何设计比较好

WBOY
WBOYOriginal
2016-06-06 20:33:151006browse

怎么确保用户现在输入的关键字,是上一个关键字触发的动作呢

回复内容:

怎么确保用户现在输入的关键字,是上一个关键字触发的动作呢

使用会话保存状态, 由于无法使用cookie, 推荐使用 NoSQL 数据库或全局变量储存

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn