|
@@ -36,9 +36,8 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
|
|
|
if ("演示".equalsIgnoreCase(msgContent)) {
|
|
|
|
|
|
- OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
|
|
|
- outMsgs.setContent("欢迎关注中世康恺电子胶片平台!您将在3分钟内收到电子胶片示例");
|
|
|
- render(outMsgs);
|
|
|
+ CustomServiceApi.sendText(inTextMsg.getFromUserName(), "欢迎关注中世康恺电子胶片平台!您将在3分钟内收到电子胶片示例");
|
|
|
+
|
|
|
try {
|
|
|
Thread.sleep(10000);
|
|
|
} catch (InterruptedException e) {
|