From 3439ef36694dc3f5889b824734acaf96cae2e228 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 24 Jul 2018 09:28:02 +0800 Subject: [PATCH] - callLegacyMsgHandler = false. --- conf/app.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/app.conf b/conf/app.conf index ac490f64f..93efc689c 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -14,7 +14,7 @@ dadaAppSecret = "30c2abbfe8a8780ad5aace46300c64b9" autonaviKey = "4427170f870af2110becb8852d36ab08" -callLegacyMsgHandler = true +callLegacyMsgHandler = false callNewMsgHandler = true generateLegacyJxOrder = true @@ -89,5 +89,3 @@ weixinAppID = "wx2bb99eb5d2c9b82c" weixinSecret = "6bbbed1443cc062c20a015a64c07a531" dbConnectStr = "root:WebServer@1@tcp(127.0.0.1:3306)/jxd_dev_0?charset=utf8&loc=Local" - -callLegacyMsgHandler = false