提交 3d7f3ef0 编写于 作者: F fancy

执行脚本需要返回success

上级 b5d93747
......@@ -87,6 +87,10 @@ public class ActionReceiveMsg extends BaseAction {
Thread thread1 = new Thread(runner1);
thread1.start();
}
//执行脚本了 不回复消息
wo.setText("success");
actionResult.setData(wo);
return actionResult;
} else {
String xml = txtMessageBack(toUser, fromUser, content);
logger.info("回复点击菜单消息: {}", xml);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册